CVDec 28, 2021

Associative Adversarial Learning Based on Selective Attack

arXiv:2112.13989v2
Originality Incremental advance
AI Analysis

This work addresses adversarial robustness for computer vision tasks, offering incremental improvements over existing methods.

The paper tackles the problem of improving adversarial robustness in machine learning models by introducing Associative Adversarial Learning (AAL) to guide selective attacks, resulting in enhanced recognition accuracy on ImageNet by 8.32%, object detection mAP on PascalVOC by 2.02%, and few-shot learning accuracy on miniImageNet by 1.63%.

A human's attention can intuitively adapt to corrupted areas of an image by recalling a similar uncorrupted image they have previously seen. This observation motivates us to improve the attention of adversarial images by considering their clean counterparts. To accomplish this, we introduce Associative Adversarial Learning (AAL) into adversarial learning to guide a selective attack. We formulate the intrinsic relationship between attention and attack (perturbation) as a coupling optimization problem to improve their interaction. This leads to an attention backtracking algorithm that can effectively enhance the attention's adversarial robustness. Our method is generic and can be used to address a variety of tasks by simply choosing different kernels for the associative attention that select other regions for a specific attack. Experimental results show that the selective attack improves the model's performance. We show that our method improves the recognition accuracy of adversarial training on ImageNet by 8.32% compared with the baseline. It also increases object detection mAP on PascalVOC by 2.02% and recognition accuracy of few-shot learning on miniImageNet by 1.63%.

Foundations

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

Your Notes