English

Connecting the Dots: Detecting Adversarial Perturbations Using Context Inconsistency

Computer Vision and Pattern Recognition 2020-07-27 v2 Machine Learning

Abstract

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.

Keywords

Cite

@article{arxiv.2007.09763,
  title  = {Connecting the Dots: Detecting Adversarial Perturbations Using Context Inconsistency},
  author = {Shasha Li and Shitong Zhu and Sudipta Paul and Amit Roy-Chowdhury and Chengyu Song and Srikanth Krishnamurthy and Ananthram Swami and Kevin S Chan},
  journal= {arXiv preprint arXiv:2007.09763},
  year   = {2020}
}

Comments

The paper is accepted by ECCV 2020

R2 v1 2026-06-23T17:13:52.597Z