Interpretability-Guided Test-Time Adversarial Defense
Akshay Kulkarni, Tsui-Wei Weng
TL;DR
This paper tackles adversarial vulnerability in deep networks by proposing IG-Defense, a training-free test-time defense that masks neurons based on interpretability-derived importance rankings. By restricting activation shifts to GT-class–relevant neurons and using a dual forward pass with a sharp pseudo-label, IG-Defense achieves robust improvements across CIFAR10/100 and ImageNet-1k on RobustBench, with a modest 2× inference-time overhead. The authors introduce LO-IR and CD-IR as two practical importance-ranking methods and validate their effectiveness against strong white-box, black-box, and adaptive attacks, outperforming several existing test-time defenses in worst-case robustness. The approach is efficient, scalable, and leverages neuron-level interpretability to bridge robustness and practicality in real-world deployments.
Abstract
We propose a novel and low-cost test-time adversarial defense by devising interpretability-guided neuron importance ranking methods to identify neurons important to the output classes. Our method is a training-free approach that can significantly improve the robustness-accuracy tradeoff while incurring minimal computational overhead. While being among the most efficient test-time defenses (4x faster), our method is also robust to a wide range of black-box, white-box, and adaptive attacks that break previous test-time defenses. We demonstrate the efficacy of our method for CIFAR10, CIFAR100, and ImageNet-1k on the standard RobustBench benchmark (with average gains of 2.6%, 4.9%, and 2.8% respectively). We also show improvements (average 1.5%) over the state-of-the-art test-time defenses even under strong adaptive attacks.
