Forbid Your Attention: Fooling Multimodal Large Language Models by Selectively Removing Intrinsic Focus in Spectral Domain

TL;DR

Proposed a phase-aware attack framework achieving over 90% success rate on multimodal large language models.

cs.CV 🔴 Advanced 2026-09-01 35 views
Daizong Liu Junhao Dong Zhiyuan Ma Xiaoye Qu Xiang Fang Runwei Guan Keke Tang Jianfeng Dong Yew-Soon Ong
multimodal models spectral analysis adversarial attacks phase sensitivity model robustness

Key Findings

Methodology

This paper introduces a phase-aware adversarial attack framework that restricts perturbations to phase-sensitive regions and incorporates auxiliary adversarial prompts to enhance multimodal misalignment.

Key Results

  • Achieved 90.9% attack success rate on ImageNet, outperforming existing methods by up to 15%.
  • Phase perturbations proved significantly more effective than amplitude perturbations, with models showing 89% sensitivity to phase information.
  • Suppressing focus on phase regions effectively misled reasoning results.

Significance

The study reveals multimodal models' reliance on phase spectra, providing a novel direction for designing targeted adversarial attacks and advancing robustness research.

Technical Contribution

Introduced a structured phase-aware perturbation method combined with auxiliary prompt optimization, systematically leveraging phase sensitivity for attacks.

Novelty

First to analyze multimodal models' intrinsic focus from a spectral perspective, proposing structured attacks targeting phase information for enhanced effectiveness.

Limitations

  • Relies on spectral decomposition, which is computationally expensive.
  • Auxiliary prompt module requires additional training time.
  • Performance may be limited on low-resolution images.

Future Work

Future work could explore optimizing spectral decomposition efficiency and developing complementary amplitude-focused attack strategies.

AI Executive Summary

Multimodal large language models (MLLMs) excel in tasks like visual question answering and image captioning but remain vulnerable to adversarial inputs. Existing attacks often rely on global pixel perturbations, overlooking the models' intrinsic focus on visual structures. This study identifies MLLMs' heightened sensitivity to phase spectra and proposes a phase-aware adversarial attack framework that restricts perturbations to phase-sensitive regions while introducing auxiliary prompts to amplify misalignment.

Experiments demonstrate the framework's superior performance, achieving up to 90.9% attack success rate across datasets and models. The findings highlight the models' reliance on phase information, offering new insights into their internal mechanisms and paving the way for more effective adversarial strategies.

Despite computational costs and limitations on low-resolution images, the approach's innovation and effectiveness mark a significant step forward in robustness research. Future directions include optimizing efficiency and extending attack scope to amplitude information.

Deep Analysis

Background

Multimodal large language models have advanced significantly, enabling complex interactions between visual and textual inputs. However, they remain susceptible to adversarial attacks, particularly targeting visual components. Existing methods often apply global pixel noise, neglecting the models' internal visual structure interpretation.

Core Problem

The mechanisms by which multimodal models interpret visual inputs remain unclear. Current attacks fail to leverage the models' intrinsic focus on visual structures, limiting their effectiveness. Designing attacks targeting these mechanisms is a critical challenge.

Innovation

This study innovatively analyzes multimodal models' visual interpretation through a spectral lens, identifying their sensitivity to phase information. It proposes a phase-aware attack framework combined with auxiliary prompts for enhanced targeting and effectiveness.

Methodology

  • �� Decompose images into phase and amplitude spectra using Discrete Fourier Transform.
  • �� Extract phase-sensitive regions to generate structured masks.
  • �� Optimize adversarial perturbations within phase regions using task loss, spectral regularization, and spatial constraints.
  • �� Incorporate auxiliary adversarial prompts to adjust model focus and amplify perturbation impact.

Experiments

Experiments utilized datasets like ImageNet and SVIT, comparing against baselines (e.g., APGD, CroPA). Metrics included attack success rate (ASR) and semantic misalignment rate (E-ASR). Ablation studies validated phase perturbation effectiveness.

Results

Phase perturbations achieved significantly higher attack success rates than amplitude perturbations, with up to 15% improvement. Auxiliary prompts further enhanced effectiveness, with models showing 89% sensitivity to phase information.

Applications

The framework can test multimodal model robustness and generate adversarial samples to improve model security. It has implications for industries relying on multimodal AI systems.

Limitations & Outlook

The method is computationally intensive due to spectral decomposition. Performance may be limited on low-resolution images. Future work could explore more efficient decomposition algorithms.

Plain Language Accessible to non-experts

Imagine you're in a kitchen, where ingredients are images and recipes are text prompts. The multimodal model is the chef, focusing on the structure of ingredients (edges and contours) to prepare dishes. This study shows that the chef relies heavily on these edges (phase spectra). By subtly altering the edges, we can trick the chef into making the wrong dish. This is the essence of the proposed attack method: modifying the 'edges' to mislead the model's understanding.

ELI14 Explained like you're 14

Think of playing a game where your character uses a map to find treasure. The lines on the map (phase information) are super important for navigation. If someone secretly changes these lines, your character might get lost! This study does something similar—by tweaking the 'lines' in images, it confuses AI models into making mistakes. Cool, right?

Glossary

Phase Spectrum

Frequency information in images containing structural and semantic cues.

Used to extract regions the model focuses on.

Discrete Fourier Transform (DFT)

A mathematical tool to decompose images into frequency domains.

Used to obtain phase and amplitude spectra.

Adversarial Perturbation

Deliberately designed noise to mislead models.

Used to generate attack samples.

Auxiliary Adversarial Prompt

Optimized textual prompts enhancing perturbation effects.

Guides model focus away from phase regions.

Attack Success Rate (ASR)

Metric measuring the effectiveness of adversarial attacks.

Used to compare different attack methods.

Open Questions Unanswered questions from this research

  • 1 How to reduce computational costs of spectral decomposition?
  • 2 Can complementary amplitude-focused attacks be developed?
  • 3 How to optimize performance on low-resolution images?

Applications

Immediate Applications

Model Robustness Testing

Evaluate multimodal models under adversarial conditions.

Adversarial Sample Generation

Aid in developing more secure model architectures.

Long-term Vision

Spectral Sensitivity Research

Explore multimodal models' reliance on spectral information for improved design.

Abstract

Multimodal large language models (MLLMs) have extended the capability of large language models (LLMs) to process more contextual multimodal information, showing remarkable progress in diverse realistic multimodal applications. Despite their strong perception and reasoning abilities, recent studies reveal that MLLMs remain highly vulnerable to adversarial inputs, especially those targeting visual components. However, existing attacks mainly focus on global perturbations, lacking an understanding of how MLLMs internally interpret visual structures. In this paper, we make the attempt to investigate the intrinsic focus of MLLMs in the frequency domain and discover that their predictions are particularly sensitive to phase information, which encodes essential structural and semantic cues. Based on this observation, we propose a novel phase-aware adversarial attack framework that explicitly restricts adversarial perturbations to structure-relevant phase regions to suppress the MLLMs' focus for effective and imperceptible attacks. To further amplify the structural influence, we also introduce an auxiliary adversarial prompt learning module to guide multimodal misalignment around phase-sensitive regions, misleading the MLLM's attention toward targeted structural patterns. Extensive experiments on multiple representative MLLM models and datasets demonstrate the superior effectiveness of our method compared to existing attacks.

cs.CV