paper-with-me

홈 › Papers

Mitigating Error Amplification in Fast Adversarial Training

2026-04-27 · Mengnan Zhao, Lihe Zhang, Bo Wang, Tianhang Zheng, Hong Zhong, Geyong Min arxiv

Fast Adversarial Training (FAT) has proven effective in enhancing model robustness by encouraging networks to learn perturbation-invariant representations. However, FAT often suffers from catastrophic overfitting (CO), where the model overfits to the training attack and fails to generalize to unseen ones. Moreover, robustness oriented optimization typically leads to notable performance degradation on clean inputs, and such degradation becomes increasingly severe as the perturbation budget grows. In this work, we conduct a comprehensive analysis of how guidance strength affects model performance by modulating perturbation and supervision levels across distinct confidence groups. The findings reveal that low confidence samples are the primary contributors to CO and the robustness accuracy trade off. Building on this insight, we propose a Distribution-aware Dynamic Guidance (DDG) strategy that dynamically adjusts both the perturbation budget and supervision signal. Specifically, DDG scales the perturbation magnitude according to the sample confidence at the ground truth class, thereby guiding samples toward consistent decision boundaries while mitigating the influence of learning spurious correlations. Simultaneously, it dynamically adjusts the supervision signal based on the prediction state of each sample, preventing overemphasis on incorrect signals. To alleviate potential gradient instability arising from dynamic guidance, we further design a weighted regularization constraint. Extensive experiments on standard benchmarks demonstrate that DDG effectively alleviates both CO and the robustness accuracy trade off.

📄 PDF Abstract BibTeX arXiv:2604.24332

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Mitigating Participation Imbalance Bias in Asynchronous Federated Learning

2025-11-24 · Xiangyu Chang, Manyi Yao, Srikanth V. Krishnamurthy, Christian R. Shelton 외 arxiv

In Asynchronous Federated Learning (AFL), the central server immediately updates the global model with each arriving client's contribution. As a result, clients perform their local training on different model versions, c…

Federated Learning

Mitigating Covariate Shift in Misspecified Regression with Applications to Reinforcement Learning

2024-01-22 · Philip Amortila, Tongyi Cao, Akshay Krishnamurthy

A pervasive phenomenon in machine learning applications is distribution shift, where training and deployment conditions for a machine learning model differ. As distribution shift typically results in a degradation in per…

regressionreinforcement-learning

Detecting Adversarial Data via Provable Adversarial Noise Amplification

2026-05-04 · Furkan Mumcu, Yasin Yilmaz arxiv

The nonuniform and growing impact of adversarial noise across the layers of deep neural networks has been used in the literature, without a formal mathematical justification, to detect adversarial inputs and improve robu…

Adversarial Defense

A Systematic Study of Bias Amplification

2022-01-27 · Melissa Hall, Laurens van der Maaten, Laura Gustafson, Maxwell Jones 외

Recent research suggests that predictions made by machine-learning models can amplify biases present in the training data. When a model amplifies bias, it makes certain predictions at a higher rate for some groups than e…

BIG-bench Machine Learningimage-classificationImage Classification

SAVAA: Mitigating Hallucinations in LVLMs via Step-wise Adaptive Visual Attention Amplification

2026-02-14 · Jiacheng Zhang, Feng Liu, Chao Du, Tianyu Pang arxiv

A line of recent training-free methods for mitigating hallucinations in large vision-language models (LVLMs) operates by amplifying attention to visual tokens during autoregressive generation within a single forward pass…

Visual Grounding