CVLGJul 19, 2020

Connecting the Dots: Detecting Adversarial Perturbations Using Context Inconsistency

arXiv:2007.09763v241 citations
AI Analysis

This addresses the vulnerability of machine vision systems to adversarial attacks, offering a domain-specific defense mechanism that is incremental in nature.

The paper tackles the problem of detecting adversarial perturbations in deep neural networks for object classification by using context inconsistency rules, achieving over 0.95 ROC-AUC and a 20% improvement over state-of-the-art methods on datasets like PASCAL VOC and MS COCO.

There has been a recent surge in research on adversarial perturbations that defeat Deep Neural Networks (DNNs) in machine vision; most of these perturbation-based attacks target object classifiers. Inspired by the observation that humans are able to recognize objects that appear out of place in a scene or along with other unlikely objects, we augment the DNN with a system that learns context consistency rules during training and checks for the violations of the same during testing. Our approach builds a set of auto-encoders, one for each object class, appropriately trained so as to output a discrepancy between the input and output if an added adversarial perturbation violates context consistency rules. Experiments on PASCAL VOC and MS COCO show that our method effectively detects various adversarial attacks and achieves high ROC-AUC (over 0.95 in most cases); this corresponds to over 20% improvement over a state-of-the-art context-agnostic 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