FCA/README.md

24 lines
1.3 KiB
Markdown
Raw Normal View History

2021-09-12 16:33:38 +08:00
## FCA: Learning a 3D Full-coverage Vehicle Camouflage for Multi-view Physical Adversarial Attack
2021-09-12 16:40:24 +08:00
Case study of the FCA. The code can be find in [FCA](https://github.com/winterwindwang/Full-coverage-camouflage-adversarial-attack.git).
2021-09-12 16:33:38 +08:00
### Cases of digital attack
2021-09-12 16:45:31 +08:00
<table>
<tr>
<td> <img src = 'https://github.com/winterwindwang/Full-coverage-camouflage-adversarial-attack/blob/gh-pages/assets/distance_10_elevation_30_ori_pred.gif?raw=true'/></td>
<td><img src = 'https://github.com/winterwindwang/Full-coverage-camouflage-adversarial-attack/blob/gh-pages/assets/distance_10_elevation_30_adv_pred.gif?raw=true'/></td>
</tr>
<table>
2021-09-12 16:33:38 +08:00
### Cases of multi-view robust
### Ablation study
#### Different combination of loss terms
2021-09-12 16:39:39 +08:00
<img src = 'https://github.com/winterwindwang/Full-coverage-camouflage-adversarial-attack/blob/gh-pages/assets/abaltion_study_loss.png?raw=true'/>
2021-09-12 16:40:56 +08:00
2021-09-12 16:33:38 +08:00
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.