AINov 21, 2020

Spatially Correlated Patterns in Adversarial Images

arXiv:2011.10794v11 citations
Originality Incremental advance
AI Analysis

This research addresses the problem of understanding and mitigating adversarial attacks for machine learning systems, offering a potential post-hoc defense mechanism. It is an incremental step in adversarial robustness.

This paper investigates spatially co-located patterns in adversarial images to understand critical regions for classification and adversarial vulnerability. They propose a framework to segregate and isolate these regions, identifying a "Region of Importance" (RoI) for classification and a "Region of Attack" (RoA) for adversarial perturbations. This approach can be used to design a post-hoc adversarial defense by neutralizing vulnerable regions not important for classification.

Adversarial attacks have proved to be the major impediment in the progress on research towards reliable machine learning solutions. Carefully crafted perturbations, imperceptible to human vision, can be added to images to force misclassification by an otherwise high performing neural network. To have a better understanding of the key contributors of such structured attacks, we searched for and studied spatially co-located patterns in the distribution of pixels in the input space. In this paper, we propose a framework for segregating and isolating regions within an input image which are particularly critical towards either classification (during inference), or adversarial vulnerability or both. We assert that during inference, the trained model looks at a specific region in the image, which we call Region of Importance (RoI); and the attacker looks at a region to alter/modify, which we call Region of Attack (RoA). The success of this approach could also be used to design a post-hoc adversarial defence method, as illustrated by our observations. This uses the notion of blocking out (we call neutralizing) that region of the image which is highly vulnerable to adversarial attacks but is not important for the task of classification. We establish the theoretical setup for formalising the process of segregation, isolation and neutralization and substantiate it through empirical analysis on standard benchmarking datasets. The findings strongly indicate that mapping features into the input space preserves the significant patterns typically observed in the feature-space while adding major interpretability and therefore simplifies potential defensive mechanisms.

Foundations

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

Your Notes