LGAICVJan 26, 2024

Conserve-Update-Revise to Cure Generalization and Robustness Trade-off in Adversarial Training

arXiv:2401.14948v16 citationsICLR
Originality Incremental advance
AI Analysis

This addresses a key problem in adversarial machine learning for improving model robustness without sacrificing generalization, though it appears incremental as it builds on existing selective training ideas.

The paper tackles the trade-off between standard and robust generalization in adversarial training by proposing CURE, a training framework that selectively updates specific layers based on gradient prominence, which improves learning capacity and mitigates issues like memorization and robust overfitting.

Adversarial training improves the robustness of neural networks against adversarial attacks, albeit at the expense of the trade-off between standard and robust generalization. To unveil the underlying factors driving this phenomenon, we examine the layer-wise learning capabilities of neural networks during the transition from a standard to an adversarial setting. Our empirical findings demonstrate that selectively updating specific layers while preserving others can substantially enhance the network's learning capacity. We therefore propose CURE, a novel training framework that leverages a gradient prominence criterion to perform selective conservation, updating, and revision of weights. Importantly, CURE is designed to be dataset- and architecture-agnostic, ensuring its applicability across various scenarios. It effectively tackles both memorization and overfitting issues, thus enhancing the trade-off between robustness and generalization and additionally, this training approach also aids in mitigating "robust overfitting". Furthermore, our study provides valuable insights into the mechanisms of selective adversarial training and offers a promising avenue for future research.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes