Sparse and Transferable Universal Singular Vectors Attack
Kseniia Kuvshinova, Olga Tsymboi, Ivan Oseledets
TL;DR
This work tackles the vulnerability of deep networks to universal adversarial perturbations under sparsity constraints. It introduces a sparse universal white-box attack based on truncated power iteration to estimate sparse directions from hidden-layer Jacobians, solved via alternating maximization. On ImageNet, the method achieves a fooling rate exceeding 50% while altering only about 5% of pixels, using as few as 256 training samples, and demonstrates strong transferability across diverse architectures including transformers and CNNs. The findings reveal that even highly sparse perturbations can reliably degrade state-of-the-art models, motivating the development of robust defenses and transferability-aware evaluation strategies.
Abstract
The research in the field of adversarial attacks and models' vulnerability is one of the fundamental directions in modern machine learning. Recent studies reveal the vulnerability phenomenon, and understanding the mechanisms behind this is essential for improving neural network characteristics and interpretability. In this paper, we propose a novel sparse universal white-box adversarial attack. Our approach is based on truncated power iteration providing sparsity to $(p,q)$-singular vectors of the hidden layers of Jacobian matrices. Using the ImageNet benchmark validation subset, we analyze the proposed method in various settings, achieving results comparable to dense baselines with more than a 50% fooling rate while damaging only 5% of pixels and utilizing 256 samples for perturbation fitting. We also show that our algorithm admits higher attack magnitude without affecting the human ability to solve the task. Furthermore, we investigate that the constructed perturbations are highly transferable among different models without significantly decreasing the fooling rate. Our findings demonstrate the vulnerability of state-of-the-art models to sparse attacks and highlight the importance of developing robust machine learning systems.
