English

Attacking Important Pixels for Anchor-free Detectors

Computer Vision and Pattern Recognition 2023-01-30 v1

Abstract

Deep neural networks have been demonstrated to be vulnerable to adversarial attacks: subtle perturbation can completely change the prediction result. Existing adversarial attacks on object detection focus on attacking anchor-based detectors, which may not work well for anchor-free detectors. In this paper, we propose the first adversarial attack dedicated to anchor-free detectors. It is a category-wise attack that attacks important pixels of all instances of a category simultaneously. Our attack manifests in two forms, sparse category-wise attack (SCA) and dense category-wise attack (DCA), that minimize the L0L_0 and LL_\infty norm-based perturbations, respectively. For DCA, we present three variants, DCA-G, DCA-L, and DCA-S, that select a global region, a local region, and a semantic region, respectively, to attack. Our experiments on large-scale benchmark datasets including PascalVOC, MS-COCO, and MS-COCO Keypoints indicate that our proposed methods achieve state-of-the-art attack performance and transferability on both object detection and human pose estimation tasks.

Keywords

Cite

@article{arxiv.2301.11457,
  title  = {Attacking Important Pixels for Anchor-free Detectors},
  author = {Yunxu Xie and Shu Hu and Xin Wang and Quanyu Liao and Bin Zhu and Xi Wu and Siwei Lyu},
  journal= {arXiv preprint arXiv:2301.11457},
  year   = {2023}
}

Comments

Yunxu Xie and Shu Hu contributed equally

R2 v1 2026-06-28T08:22:32.914Z