paper-with-me

홈 › Papers

Feature Separation and Recalibration for Adversarial Robustness

2023-03-24 · CVPR 2023 1 · Woo Jae Kim, Yoonki Cho, Junsik Jung, Sung-Eui Yoon

Deep neural networks are susceptible to adversarial attacks due to the accumulation of perturbations in the feature level, and numerous works have boosted model robustness by deactivating the non-robust feature activations that cause model mispredictions. However, we claim that these malicious activations still contain discriminative cues and that with recalibration, they can capture additional useful information for correct model predictions. To this end, we propose a novel, easy-to-plugin approach named Feature Separation and Recalibration (FSR) that recalibrates the malicious, non-robust activations for more robust feature maps through Separation and Recalibration. The Separation part disentangles the input feature map into the robust feature with activations that help the model make correct predictions and the non-robust feature with activations that are responsible for model mispredictions upon adversarial attack. The Recalibration part then adjusts the non-robust activations to restore the potentially useful cues for model predictions. Extensive experiments verify the superiority of FSR compared to traditional deactivation techniques and demonstrate that it improves the robustness of existing adversarial training methods by up to 8.57% with small computational overhead. Codes are available at https://github.com/wkim97/FSR.

📄 PDF Abstract BibTeX arXiv:2303.13846

Code (1)

wkim97/fsr 공식 구현 pytorch

Tasks

Adversarial AttackAdversarial Robustness

Similar Papers 제목 키워드 기반

Mitigating Low-Frequency Bias: Feature Recalibration and Frequency Attention Regularization for Adversarial Robustness

2024-07-04 · Kejia Zhang, Juanjuan Weng, Yuanzheng Cai, Zhiming Luo 외

Ensuring the robustness of deep neural networks against adversarial attacks remains a fundamental challenge in computer vision. While adversarial training (AT) has emerged as a promising defense strategy, our analysis re…

Adversarial RobustnessDisentanglement

Progressive Conditioned Scale-Shift Recalibration of Self-Attention for Online Test-time Adaptation

2025-12-14 · Yushun Tang, Ziqiong Liu, Jiyuan Jia, Yi Zhang 외 arxiv

Online test-time adaptation aims to dynamically adjust a network model in real-time based on sequential input samples during the inference stage. In this work, we find that, when applying a transformer network model to a…

Test-time AdaptationDomain Adaptation

Manifold-Constrained Adversarial Training for Long-Tailed Robustness via Geometric Alignment

2026-05-04 · Guanmeng Xian, Ning Yang, Philip S. Yu arxiv

Adversarial training is effective on balanced datasets, but its robustness degrades under longtailed class distributions, where tail classes suffer high robust error and unstable decision boundaries. We propose Manifold-…

Adversarial Robustness

Adversarial attacks on audio source separation

2020-10-07 · Naoya Takahashi, Shota Inoue, Yuki Mitsufuji

Despite the excellent performance of neural-network-based audio source separation methods and their wide range of applications, their robustness against intentional attacks has been largely neglected. In this work, we re…

Adversarial AttackAudio Source Separation

Improving Adversarial Robustness via Activation Amplification and Attenuation

2026-06-26 · Taïga Gonçalves, Yongsong Huang, Tomo Miyazaki, Shinichiro Omachi arxiv

The existence of adversarial attacks is often attributed to the presence of non-robust features in neural networks. While prior defenses reduce their impact via pruning, masking, or feature recalibration, we instead prop…

Adversarial Robustness