LGCVJul 3

Robustness Meets Uncertainty: Evidential Adversarial Training for Robust Selective Classification

arXiv:2607.0307510.7Has Code
Predicted impact top 24% in LG · last 90 daysOriginality Incremental advance
AI Analysis

For safety-critical applications requiring both robust and reliable classifiers, this work addresses the underexplored trade-off between adversarial robustness and predictive uncertainty.

The paper identifies that adversarial training methods often degrade uncertainty ranking, harming selective classification. The proposed Evidential Adversarial Training (EV-AT) improves the robustness-uncertainty trade-off, achieving a new Pareto frontier beyond prior methods.

Safety-critical applications require classifiers that are both robust and reliable. Adversarial training is a widely adopted defense for improving robustness in deep neural networks; however, its effect on the reliability of predictive uncertainty remains underexplored. We investigate this gap through the lens of selective classification, which has rarely been systematically analyzed alongside adversarial robustness. We introduce a unified benchmark for the robustness-uncertainty trade-off. It standardizes architectures, augmentations, threat models, and evaluation metrics across clean, adversarial, and common-corruption settings. Across a wide range of state-of-the-art adversarial training methods, we uncover a recurring failure mode: several approaches improve robust accuracy while degrading uncertainty ranking, leading to poorer selective behavior. To address this, we propose Evidential Adversarial Training (EV-AT), which models uncertainty through a Dirichlet distribution and combines (i) an evidence-based loss promoting clean accuracy and reliable uncertainty with (ii) a robust evidence-alignment loss matching clean and adversarial predictions in log Dirichlet-parameter space. Extensive experiments show that EV-AT shifts the Pareto frontier of robustness-uncertainty trade-offs beyond prior state-of-the-art adversarial training methods. Our source code is publicly available at https://github.com/NicolasSournac/Robustness_Meets_Uncertainty.EV-AT.

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