Boosting Adversarial Robustness and Generalization with Structural Prior
Zhichao Hou, Weizhi Gao, Hamid Krim, Xiaorui Liu
TL;DR
The paper tackles the plateau in adversarial robustness by introducing Elastic Dictionary Learning Networks (EDLNets) that integrate a structural prior via a learnable balance parameter and an unrolled RISTA solver. It provides a theoretical robustness analysis using influence functions to compare Vanilla, Robust, and Elastic dictionary learning, showing how Elastic DL can balance natural accuracy and robustness. Empirically, the approach yields state-of-the-art robustness on RobustBench across CIFAR-10/100 and Tiny-ImageNet when combined with existing adversarial training methods, while also reducing robust overfitting and preserving generalization. The work demonstrates that incorporating structural priors into CNNs is a powerful, orthogonal direction for improving robustness under strong adaptive attacks, with practical implications for safer deployment of vision models.
Abstract
This work investigates a novel approach to boost adversarial robustness and generalization by incorporating structural prior into the design of deep learning models. Specifically, our study surprisingly reveals that existing dictionary learning-inspired convolutional neural networks (CNNs) provide a false sense of security against adversarial attacks. To address this, we propose Elastic Dictionary Learning Networks (EDLNets), a novel ResNet architecture that significantly enhances adversarial robustness and generalization. This novel and effective approach is supported by a theoretical robustness analysis using influence functions. Moreover, extensive and reliable experiments demonstrate consistent and significant performance improvement on open robustness leaderboards such as RobustBench, surpassing state-of-the-art baselines. To the best of our knowledge, this is the first work to discover and validate that structural prior can reliably enhance deep learning robustness under strong adaptive attacks, unveiling a promising direction for future research.
