CVSep 16, 2018

Robust Adversarial Perturbation on Deep Proposal-based Models

arXiv:1809.05962v2120 citations
Originality Incremental advance
AI Analysis

This work addresses security concerns in computer vision systems by exposing weaknesses in widely used models, though it is incremental as it builds on existing adversarial attack methods.

The paper tackles the vulnerability of deep proposal-based object detectors and instance segmentation algorithms by introducing a robust adversarial perturbation method that attacks the Region Proposal Network, resulting in universal performance degradation across 6 state-of-the-art object detectors and 2 instance segmentation algorithms on the MS COCO 2014 dataset.

Adversarial noises are useful tools to probe the weakness of deep learning based computer vision algorithms. In this paper, we describe a robust adversarial perturbation (R-AP) method to attack deep proposal-based object detectors and instance segmentation algorithms. Our method focuses on attacking the common component in these algorithms, namely Region Proposal Network (RPN), to universally degrade their performance in a black-box fashion. To do so, we design a loss function that combines a label loss and a novel shape loss, and optimize it with respect to image using a gradient based iterative algorithm. Evaluations are performed on the MS COCO 2014 dataset for the adversarial attacking of 6 state-of-the-art object detectors and 2 instance segmentation algorithms. Experimental results demonstrate the efficacy of the proposed method.

Foundations

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

Your Notes