From b5a116dce1235444649a6a5dd8a8f3ce0e66b4b8 Mon Sep 17 00:00:00 2001 From: freeneuro <923237475@qq.com> Date: Sun, 12 Sep 2021 16:33:38 +0800 Subject: [PATCH] Update README.md --- README.md | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3dc2e83..3e20f65 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,19 @@ -# Full-coverage-camouflage-adversarial-attack -## code and example are public available! -### Different combination of loss terms +## FCA: Learning a 3D Full-coverage Vehicle Camouflage for Multi-view Physical Adversarial Attack + +Case study of the FCA. The code can be find in [FCA]([http://]). + +### Cases of digital attack + +!(image)[https://github.com/winterwindwang/Full-coverage-camouflage-adversarial-attack/blob/gh-pages/assets/distance_10_elevation_30_adv_pred.gif] + +### Cases of multi-view robust + + + +### Ablation study + +#### Different combination of loss terms + ![image](https://github.com/winterwindwang/Full-coverage-camouflage-adversarial-attack/blob/gh-pages/assets/abaltion_study_loss.png) + +As we can see from the Figure, different loss term plays different role in attacking. For example, the camouflaged car generated by `obj+smooth (we omit the smooth loss, and denotes as obj)` hardly hidden from the detector, while the camouflaged car generated by `iou` successfully suppress the detecting bounding box of the car region, and finally the camouflaged car generated by `cls` successfully make the detector to misclassify the car to anther category.