MOS-Attack: A Scalable Multi-objective Adversarial Attack Framework
Ping Guo, Cheng Gong, Xi Lin, Fei Liu, Zhichao Lu, Qingfu Zhang, Zhenkun Wang
TL;DR
The paper tackles the problem of evaluating DNN robustness with adversarial examples by unifying multiple surrogate losses into a scalable, parameter-free framework. It introduces MOS Attack, a smooth set-based multi-objective optimization approach that coordinates several loss functions and automatically mines synergistic patterns to reduce the number of needed objectives. Empirically, MOS-8 achieves state-of-the-art-like performance on CIFAR-10 and ImageNet and outperforms single-objective baselines, while MOS-3$^*$ demonstrates that a compact, synergy-driven attack can match much of the effectiveness with fewer losses. The work provides both a practical, resource-efficient adversarial framework and valuable insights into loss interactions, with an available codebase for reproduction and extension.
Abstract
Crafting adversarial examples is crucial for evaluating and enhancing the robustness of Deep Neural Networks (DNNs), presenting a challenge equivalent to maximizing a non-differentiable 0-1 loss function. However, existing single objective methods, namely adversarial attacks focus on a surrogate loss function, do not fully harness the benefits of engaging multiple loss functions, as a result of insufficient understanding of their synergistic and conflicting nature. To overcome these limitations, we propose the Multi-Objective Set-based Attack (MOS Attack), a novel adversarial attack framework leveraging multiple loss functions and automatically uncovering their interrelations. The MOS Attack adopts a set-based multi-objective optimization strategy, enabling the incorporation of numerous loss functions without additional parameters. It also automatically mines synergistic patterns among various losses, facilitating the generation of potent adversarial attacks with fewer objectives. Extensive experiments have shown that our MOS Attack outperforms single-objective attacks. Furthermore, by harnessing the identified synergistic patterns, MOS Attack continues to show superior results with a reduced number of loss functions. Our code is available at https://github.com/pgg3/MOS-Attack.
