Distortion-Aware Adversarial Attacks on Bounding Boxes of Object Detectors
Pham Phuc, Son Vuong, Khang Nguyen, Tuan Dang

TL;DR
This paper introduces a novel distortion-aware adversarial attack method targeting object detectors, demonstrating high success rates and exposing vulnerabilities in state-of-the-art models like YOLOv8 and Faster R-CNN.
Contribution
It proposes a new technique to generate adversarial images by perturbing confidence scores with distortion control, enhancing attack effectiveness against multiple detectors.
Findings
Achieves up to 100% success rate in white-box attacks.
Achieves up to 98% success rate in black-box attacks.
Effective across various datasets and detector architectures.
Abstract
Deep learning-based object detection has become ubiquitous in the last decade due to its high accuracy in many real-world applications. With this growing trend, these models are interested in being attacked by adversaries, with most of the results being on classifiers, which do not match the context of practical object detection. In this work, we propose a novel method to fool object detectors, expose the vulnerability of state-of-the-art detectors, and promote later works to build more robust detectors to adversarial examples. Our method aims to generate adversarial images by perturbing object confidence scores during training, which is crucial in predicting confidence for each class in the testing phase. Herein, we provide a more intuitive technique to embed additive noises based on detected objects' masks and the training loss with distortion control over the original image by…
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.
Code & Models
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
MethodsFocal Loss · Stochastic Depth · Byte Pair Encoding · Linear Layer · Absolute Position Encodings · Dropout · Softmax · Attention Is All You Need · Dense Connections · Residual Connection
