paper-with-me

홈 › Papers

Defense without Forgetting: Continual Adversarial Defense with Anisotropic & Isotropic Pseudo Replay

2024-04-02 · CVPR 2024 1 · YuHang Zhou, Zhongyun Hua

Deep neural networks have demonstrated susceptibility to adversarial attacks. Adversarial defense techniques often focus on one-shot setting to maintain robustness against attack. However, new attacks can emerge in sequences in real-world deployment scenarios. As a result, it is crucial for a defense model to constantly adapt to new attacks, but the adaptation process can lead to catastrophic forgetting of previously defended against attacks. In this paper, we discuss for the first time the concept of continual adversarial defense under a sequence of attacks, and propose a lifelong defense baseline called Anisotropic \& Isotropic Replay (AIR), which offers three advantages: (1) Isotropic replay ensures model consistency in the neighborhood distribution of new data, indirectly aligning the output preference between old and new tasks. (2) Anisotropic replay enables the model to learn a compromise data manifold with fresh mixed semantics for further replay constraints and potential future attacks. (3) A straightforward regularizer mitigates the 'plasticity-stability' trade-off by aligning model output between new and old tasks. Experiment results demonstrate that AIR can approximate or even exceed the empirical performance upper bounds achieved by Joint Training.

📄 PDF Abstract BibTeX arXiv:2404.01828

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial Defense

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Continual Adversarial Defense

2023-12-15 · Qian Wang, Hefei Ling, Yingwei Li, Qihao Liu 외

In response to the rapidly evolving nature of adversarial attacks against visual classifiers on a monthly basis, numerous defenses have been proposed to generalize against as many known attacks as possible. However, desi…

Adversarial DefenseContinual LearningEnsemble LearningFew-Shot Learning

Sustainable Self-evolution Adversarial Training

2024-12-03 · Wenxuan Wang, Chenglei Wang, Huihui Qi, Menghao Ye 외

With the wide application of deep neural network models in various computer vision tasks, there has been a proliferation of adversarial example generation strategies aimed at deeply exploring model security. However, exi…

Adversarial DefenseContinual Learning

PACOL: Poisoning Attacks Against Continual Learners

2023-11-18 · Huayu Li, Gregory Ditzler

Continual learning algorithms are typically exposed to untrusted sources that contain training data inserted by adversaries and bad actors. An adversary can insert a small number of poisoned samples, such as mislabeled s…

Continual LearningData PoisoningMisinformationOutlier Detection

Position: Towards Resilience Against Adversarial Examples

2024-05-02 · Sihui Dai, Chong Xiang, Tong Wu, Prateek Mittal

Current research on defending against adversarial examples focuses primarily on achieving robustness against a single attack type such as $\ell_2$ or $\ell_{\infty}$-bounded attacks. However, the space of possible pertur…

Position

SHIELD: Secure Hypernetworks for Incremental Expansion Learning Defense

2025-06-09 · Patryk Krukowski, Łukasz Gorczyca, Piotr Helm, Kamil Książek 외

Traditional deep neural networks suffer from several limitations, including catastrophic forgetting. When models are adapted to new datasets, they tend to quickly forget previously learned knowledge. Another significant …

Continual Learning