MALT Powers Up Adversarial Attacks
Odelia Melamed, Gilad Yehudai, Adi Shamir
TL;DR
MALT introduces Mesoscopic Almost Linearity Targeting to improve adversarial attacks by reordering target classes using a mesoscopic linearity-inspired score, enabling targeted APGD attacks to reach more samples faster. The authors provide theoretical and empirical support for mesoscopic almost linearity in neural networks and demonstrate that MALT achieves up to ~5x faster attack times while matching or exceeding AutoAttack’s success on CIFAR-100 and ImageNet across RobustBench models. The approach relies on normalizing class confidence by the gradient difference between class logits, preserving effective targeting even along adversarial trajectories. Practically, MALT offers a scalable, hardware-friendly alternative for evaluating robustness and highlights the persistence of almost-linear behavior in neural networks at mesoscopic scales.
Abstract
Current adversarial attacks for multi-class classifiers choose the target class for a given input naively, based on the classifier's confidence levels for various target classes. We present a novel adversarial targeting method, \textit{MALT - Mesoscopic Almost Linearity Targeting}, based on medium-scale almost linearity assumptions. Our attack wins over the current state of the art AutoAttack on the standard benchmark datasets CIFAR-100 and ImageNet and for a variety of robust models. In particular, our attack is \emph{five times faster} than AutoAttack, while successfully matching all of AutoAttack's successes and attacking additional samples that were previously out of reach. We then prove formally and demonstrate empirically that our targeting method, although inspired by linear predictors, also applies to standard non-linear models.
