🤖 AI Summary
This work investigates whether the orthogonalizing optimizer MuON can enhance model robustness under strong heterogeneous adversarial threats. MuON enforces orthogonality in matrix updates through an approximate polar decomposition, leveraging the stability of spectral norms to implicitly regulate optimization dynamics without explicit weight clipping. This approach highlights the critical role of the optimizer’s geometric structure in promoting robustness. Experimental results demonstrate that MuON matches the performance of SGD on CNNs and significantly outperforms AdamW on both CNNs and Vision Transformers (ViTs) across five network architectures and three ℓp threat models, including combined attacks, thereby confirming its effectiveness and generalization capability.
📝 Abstract
Adversarial training (AT) remains one of the most reliable empirical defenses against adversarial attacks. Its robustness critically depends on how the underlying min-max objective is optimized. In practice, Stochastic Gradient Descent (SGD) optimizer remains the default optimization choice for AT, whereas adaptive optimizers often improve standard training but may yield inferior robustness. Recently, the Muon optimizer, which orthogonalizes matrix-valued updates via an approximate polar decomposition, has achieved notable success in large-scale training at a memory cost comparable to SGD. This raises a security-relevant question: \textit{can orthogonalized optimization improve AT under strong and heterogeneous threat models?} Focusing on this problem, we conduct a comprehensive theoretical and empirical study. Theoretically, we show that Muon imposes a spectral-norm stability ceiling on matrix updates, limiting uncontrolled spectral growth in the training dynamics without explicitly shrinking the learned weights. Empirically, across five architectures and three $\ell_p$ threat models ($\ell_\infty$, $\ell_1$, $\ell_2$) and their union, Muon is competitive with SGD on CNNs and substantially outperforms AdamW on both CNNs and ViTs. These results identify optimizer geometry as a security-relevant factor in adversarial training, while clarifying the empirical regimes in which orthogonalized updates are beneficial. Overall, our findings highlight optimizer design as a security-critical component of AT.