Adversarial Semantic Contour for Object Detection
Yichi Zhang, Zijian Zhu, Xiao Yang, Jun Zhu

TL;DR
This paper introduces Adversarial Semantic Contour (ASC), a novel method leveraging object contours to efficiently generate minimal pixel modifications that fool various object detectors, highlighting vulnerabilities in current models.
Contribution
The paper proposes a contour-guided adversarial attack method that reduces search space and enhances attack effectiveness against object detectors.
Findings
ASC outperforms manual patterns like patches and grids.
Modifying less than 5% of object area can mislead detectors.
Effective against SSD512, Yolov4, Mask RCNN, Faster RCNN.
Abstract
Modern object detectors are vulnerable to adversarial examples, which brings potential risks to numerous applications, e.g., self-driving car. Among attacks regularized by norm, -attack aims to modify as few pixels as possible. Nevertheless, the problem is nontrivial since it generally requires to optimize the shape along with the texture simultaneously, which is an NP-hard problem. To address this issue, we propose a novel method of Adversarial Semantic Contour (ASC) guided by object contour as prior. With this prior, we reduce the searching space to accelerate the optimization, and also introduce more semantic information which should affect the detectors more. Based on the contour, we optimize the selection of modified pixels via sampling and their colors with gradient descent alternately. Extensive experiments demonstrate that our proposed ASC outperforms…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdversarial Robustness in Machine Learning · Advanced Neural Network Applications · Generative Adversarial Networks and Image Synthesis
