Enhancing Output Diversity Improves Conjugate Gradient-based Adversarial Attacks
Keiichiro Yamamura, Issa Oe, Hiroki Ishikura, Katsuki Fujisawa
TL;DR
This work addresses the vulnerability of deep neural networks to adversarial examples by leveraging output diversity to strengthen attacks. It introduces Rescaling-ACG (ReACG), which enhances the Auto Conjugate Gradient attack by (i) rescaling the conjugate-gradient coefficient to diversify search directions and (ii) optimizing step-size checkpoints via Optuna to widen the distance between consecutive search points. Across 30 robust models on CIFAR-10/100 and ImageNet, ReACG outperforms state-of-the-art attacks (APGD and ACG), especially on ImageNet, with roughly 0.4–0.9% improvements under CW losses and 0.1–0.4% under DLR losses, while also enabling success on examples where other methods fail. The findings highlight a substantial link between search-point distance, CTC (consecutive top-class) diversity, and attack effectiveness, suggesting a path to more potent nonlinear-optimization-based adversarial attacks.
Abstract
Deep neural networks are vulnerable to adversarial examples, and adversarial attacks that generate adversarial examples have been studied in this context. Existing studies imply that increasing the diversity of model outputs contributes to improving the attack performance. This study focuses on the Auto Conjugate Gradient (ACG) attack, which is inspired by the conjugate gradient method and has a high diversification performance. We hypothesized that increasing the distance between two consecutive search points would enhance the output diversity. To test our hypothesis, we propose Rescaling-ACG (ReACG), which automatically modifies the two components that significantly affect the distance between two consecutive search points, including the search direction and step size. ReACG showed higher attack performance than that of ACG, and is particularly effective for ImageNet models with several classification classes. Experimental results show that the distance between two consecutive search points enhances the output diversity and may help develop new potent attacks. The code is available at \url{https://github.com/yamamura-k/ReACG}
