Test-time Adversarial Defense with Opposite Adversarial Path and High Attack Time Cost
Cheng-Han Yeh, Kuanchun Yu, Chun-Shien Lu
TL;DR
The paper addresses the vulnerability of deep models to adversarial perturbations by proposing a test-time defense that purifies inputs via Opposite Adversarial Paths (OAP) and diffusion-based purification. By generating new reference points along the opposite perturbation and integrating OAP with reverse diffusion, the method aims to push inputs away from decision boundaries and increase resistance to adaptive attacks. It introduces a diffusion-path framework with dual paths, analyzes attack cost and time complexity, and demonstrates that this approach improves both clean and robust accuracy while raising the computational burden for attackers, revealing pitfalls in evaluating diffusion-based defenses with AutoAttack. The proposed framework offers a modular, plug-in defense that can augment existing purifiers and diffusion schemes, with practical impact on strengthening test-time robustness in real-world deployments while inviting further study on attack methodologies and evaluation rigor.
Abstract
Deep learning models are known to be vulnerable to adversarial attacks by injecting sophisticated designed perturbations to input data. Training-time defenses still exhibit a significant performance gap between natural accuracy and robust accuracy. In this paper, we investigate a new test-time adversarial defense method via diffusion-based recovery along opposite adversarial paths (OAPs). We present a purifier that can be plugged into a pre-trained model to resist adversarial attacks. Different from prior arts, the key idea is excessive denoising or purification by integrating the opposite adversarial direction with reverse diffusion to push the input image further toward the opposite adversarial direction. For the first time, we also exemplify the pitfall of conducting AutoAttack (Rand) for diffusion-based defense methods. Through the lens of time complexity, we examine the trade-off between the effectiveness of adaptive attack and its computation complexity against our defense. Experimental evaluation along with time cost analysis verifies the effectiveness of the proposed method.
