A Provable Energy-Guided Test-Time Defense Boosting Adversarial Robustness of Large Vision-Language Models

arXiv cs.CV / 3/31/2026

💬 OpinionSignals & Early TrendsIdeas & Deep AnalysisModels & Research

Key Points

  • The paper addresses the vulnerability of large vision-language models (LVLMs) to adversarial perturbations and motivates test-time transformations as an alternative to adversarial training.
  • It proposes Energy-Guided Test-Time Transformation (ET3), a training-free defense that improves robustness by transforming inputs to minimize an energy criterion.
  • The authors provide a theoretical justification that, under reasonable assumptions, the transformation can succeed in preserving correct classification.
  • Experiments show ET3 works not only for standard classifiers and CLIP zero-shot settings, but also improves adversarial robustness for LVLM tasks like image captioning and visual question answering.
  • The research is accompanied by released code, enabling replication and experimentation (github.com/OmnAI-Lab/Energy-Guided-Test-Time-Defense).

Abstract

Despite the rapid progress in multimodal models and Large Visual-Language Models (LVLM), they remain highly susceptible to adversarial perturbations, raising serious concerns about their reliability in real-world use. While adversarial training has become the leading paradigm for building models that are robust to adversarial attacks, Test-Time Transformations (TTT) have emerged as a promising strategy to boost robustness at inference.In light of this, we propose Energy-Guided Test-Time Transformation (ET3), a lightweight, training-free defense that enhances the robustness by minimizing the energy of the input samples.Our method is grounded in a theory that proves our transformation succeeds in classification under reasonable assumptions. We present extensive experiments demonstrating that ET3 provides a strong defense for classifiers, zero-shot classification with CLIP, and also for boosting the robustness of LVLMs in tasks such as Image Captioning and Visual Question Answering. Code is available at github.com/OmnAI-Lab/Energy-Guided-Test-Time-Defense .