paper-with-me

Papers

Improving Generalization of Adversarial Training via Robust Critical Fine-Tuning

2023-08-01 · ICCV 2023 1 · Kaijie Zhu, Jindong Wang, Xixu Hu, Xing Xie, Ge Yang

Deep neural networks are susceptible to adversarial examples, posing a significant security risk in critical applications. Adversarial Training (AT) is a well-established technique to enhance adversarial robustness, but it often comes at the cost of decreased generalization ability. This paper proposes Robustness Critical Fine-Tuning (RiFT), a novel approach to enhance generalization without compromising adversarial robustness. The core idea of RiFT is to exploit the redundant capacity for robustness by fine-tuning the adversarially trained model on its non-robust-critical module. To do so, we introduce module robust criticality (MRC), a measure that evaluates the significance of a given module to model robustness under worst-case weight perturbations. Using this measure, we identify the module with the lowest MRC value as the non-robust-critical module and fine-tune its weights to obtain fine-tuned weights. Subsequently, we linearly interpolate between the adversarially trained weights and fine-tuned weights to derive the optimal fine-tuned model weights. We demonstrate the efficacy of RiFT on ResNet18, ResNet34, and WideResNet34-10 models trained on CIFAR10, CIFAR100, and Tiny-ImageNet datasets. Our experiments show that \method can significantly improve both generalization and out-of-distribution robustness by around 1.5% while maintaining or even slightly enhancing adversarial robustness. Code is available at https://github.com/microsoft/robustlearn.

📄 PDF Abstract BibTeX arXiv:2308.02533

Code (1)

microsoft/robustlearn 공식 구현 pytorch

Tasks

Adversarial Robustness

Similar Papers 제목 키워드 기반

Efficient Adversarial Training via Criticality-Aware Fine-Tuning

2026-04-14 · Wenyun Li, Zheng Zhang, Dongmei Jiang, Yaowei Wang 외 arxiv

Vision Transformer (ViT) models have achieved remarkable performance across various vision tasks, with scalability being a key advantage when applied to large datasets. This scalability enables ViT models to exhibit stro…

parameter-efficient fine-tuningAdversarial Robustness

Criticality Leveraged Adversarial Training (CLAT) for Boosted Performance via Parameter Efficiency

2024-08-19 · Bhavna Gopal, Huanrui Yang, Jingyang Zhang, Mark Horton 외

Adversarial training enhances neural network robustness but suffers from a tendency to overfit and increased generalization errors on clean data. This work introduces CLAT, an innovative approach that mitigates adversari…

Adversarial Robustness

Improving Adversarial Defense with Self-supervised Test-time Fine-tuning

2021-09-29 · Zhichao Huang, Chen Liu, Mathieu Salzmann, Sabine Süsstrunk 외

Although adversarial training and its variants currently constitute the most effective way to achieve robustness against adversarial attacks, their poor generalization limits their performance on the test samples. In thi…

Adversarial Defense

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

Adversarial Training for Large Neural Language Models

2020-04-20 · Xiaodong Liu, Hao Cheng, Pengcheng He, Weizhu Chen 외

Generalization and robustness are both key desiderata for designing machine learning methods. Adversarial training can enhance robustness, but past work often finds it hurts generalization. In natural language processing…

Natural Language InferenceNatural Language Understanding