SEAIApr 25, 2024

Generating Minimalist Adversarial Perturbations to Test Object-Detection Models: An Adaptive Multi-Metric Evolutionary Search Approach

arXiv:2404.17020v1h-index: 6Has CodeICSTW
Originality Incremental advance
AI Analysis

This addresses the vulnerability of object-detection models to adversarial examples, which is an incremental improvement for security testing in computer vision.

The paper tackles the problem of evaluating object-detection models' robustness to adversarial attacks by introducing TM-EVO, an evolutionary search algorithm that generates minimal perturbations, and it outperforms a baseline with less noise while maintaining efficiency.

Deep Learning (DL) models excel in computer vision tasks but can be susceptible to adversarial examples. This paper introduces Triple-Metric EvoAttack (TM-EVO), an efficient algorithm for evaluating the robustness of object-detection DL models against adversarial attacks. TM-EVO utilizes a multi-metric fitness function to guide an evolutionary search efficiently in creating effective adversarial test inputs with minimal perturbations. We evaluate TM-EVO on widely-used object-detection DL models, DETR and Faster R-CNN, and open-source datasets, COCO and KITTI. Our findings reveal that TM-EVO outperforms the state-of-the-art EvoAttack baseline, leading to adversarial tests with less noise while maintaining efficiency.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes