paper-with-me

홈 › Papers

Adversarial Feature Alignment: Balancing Robustness and Accuracy in Deep Learning via Adversarial Training

2024-02-19 · Leo Hyun Park, JaeUk Kim, Myung Gyo Oh, Jaewoo Park, Taekyoung Kwon

Deep learning models continue to advance in accuracy, yet they remain vulnerable to adversarial attacks, which often lead to the misclassification of adversarial examples. Adversarial training is used to mitigate this problem by increasing robustness against these attacks. However, this approach typically reduces a model's standard accuracy on clean, non-adversarial samples. The necessity for deep learning models to balance both robustness and accuracy for security is obvious, but achieving this balance remains challenging, and the underlying reasons are yet to be clarified. This paper proposes a novel adversarial training method called Adversarial Feature Alignment (AFA), to address these problems. Our research unveils an intriguing insight: misalignment within the feature space often leads to misclassification, regardless of whether the samples are benign or adversarial. AFA mitigates this risk by employing a novel optimization algorithm based on contrastive learning to alleviate potential feature misalignment. Through our evaluations, we demonstrate the superior performance of AFA. The baseline AFA delivers higher robust accuracy than previous adversarial contrastive learning methods while minimizing the drop in clean accuracy to 1.86% and 8.91% on CIFAR10 and CIFAR100, respectively, in comparison to cross-entropy. We also show that joint optimization of AFA and TRADES, accompanied by data augmentation using a recent diffusion model, achieves state-of-the-art accuracy and robustness.

📄 PDF Abstract BibTeX arXiv:2402.12187

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningData Augmentation

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…
Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Federated Hybrid Training and Self-Adversarial Distillation: Towards Robust Edge Networks

2024-12-26 · Yu Qiao, Apurba Adhikary, Kitae Kim, Eui-Nam Huh 외

Federated learning (FL) is a distributed training technology that enhances data privacy in mobile edge networks by allowing data owners to collaborate without transmitting raw data to the edge server. However, data heter…

Data AugmentationFederated Learning

The Geometry of Robustness: Optimizing Loss Landscape Curvature and Feature Manifold Alignment for Robust Finetuning of Vision-Language Models

2026-03-28 · Shivang Chopra, Shaunak Halbe, Chengyue Huang, Brisa Maneechotesuwan 외 arxiv

Fine-tuning approaches for Vision-Language Models (VLMs) face a critical three-way trade-off between In-Distribution (ID) accuracy, Out-of-Distribution (OOD) generalization, and adversarial robustness. Existing robust fi…

Adversarial Robustness

CIARD: Cyclic Iterative Adversarial Robustness Distillation

2025-09-16 · Liming Lu, Shuchao Pang, Xu Zheng, Xiang Gu 외 arxiv

Adversarial robustness distillation (ARD) aims to transfer both performance and robustness from teacher model to lightweight student model, enabling resilient performance on resource-constrained scenarios. Though existin…

Adversarial RobustnessAdversarial Defense

MMT-ARD: Multimodal Multi-Teacher Adversarial Distillation for Robust Vision-Language Models

2025-11-21 · Yuqi Li, Junhao Dong, Chuanguang Yang, Shiping Wen 외 arxiv

Vision-Language Models (VLMs) are increasingly deployed in safety-critical applications, making their adversarial robustness a crucial concern. While adversarial knowledge distillation has shown promise in transferring r…

Adversarial RobustnessKnowledge Distillation

Using Feature Alignment Can Improve Clean Average Precision and Adversarial Robustness in Object Detection

2020-12-08 · Weipeng Xu, Hongcheng Huang, Shaoyou Pan

The 2D object detection in clean images has been a well studied topic, but its vulnerability against adversarial attack is still worrying. Existing work has improved robustness of object detectors by adversarial training…

2D Object DetectionAdversarial AttackAdversarial RobustnessObject+2