日本フィジカルAI新聞

世界のフィジカルAIを、日本語で。

週刊ニュースレター購読
敵対的攻撃arXiv:2608.18938

最弱リンクを断つ:視覚言語モデルを回避する攻撃

Breaking the weakest link to evade vision language models

シェア:XThreadsFacebookLINEはてブBluesky

視覚言語モデル(VLM)の視覚エンコーダのみに勾配ベースの最適化を適用し、人間には知覚できない小さな摂動でモデルの出力を改ざんする回避攻撃手法を提案した。

詳しい要約

1. どんなもの?

本論文は、Vision Language Models (VLMs) の視覚入力に対する敵対的摂動の脆弱性を調査し、未ターゲット攻撃とターゲット攻撃の2つの設定を研究している。提案する勾配ベースの攻撃手法は、VLM全体ではなく視覚エンコーダのみに最適化を行い、計算コストを削減しつつ効果的な敵対的例を生成する。

2. 先行研究と比べてどこがすごい?

先行研究ではVLMの敵対的攻撃は十分に探索されておらず、特にマルチモーダルアライメントを標的とした回避攻撃に焦点が当てられていなかった。本手法は、視覚エンコーダのみに最適化を限定することで、全アーキテクチャへの最適化と比較して計算資源を大幅に削減しつつ、攻撃の有効性を維持する点が新しい。

3. 技術・手法の肝は?

手法の核心は、勾配ベースの攻撃をVLMの視覚エンコーダにのみ適用することである。具体的には、視覚エンコーダの出力に対する損失を計算し、その勾配を用いて摂動を更新する。これにより、テキストデコーダやクロスモーダル層の計算を回避し、攻撃の計算コストを低減する。

4. どうやって有効だと検証した?

Qwen2.5-VL、Granite-Vision、FastVLM、Phi-3.5-Visionなどの複数のオープンソースVLMで評価し、小さな人間には知覚できない摂動がモデルのテキスト解釈を大幅に変えることを示した。

5. 議論はある?

要旨からは、攻撃の転移性や防御策の検討、他のVLMアーキテクチャへの一般化などについての議論は不明。また、提案手法の有効性が視覚エンコーダの特性に依存する可能性や、実世界での適用可能性についての考察は要旨に含まれていない。

6. 次に読むべき論文は?

要旨で参照されている研究は明示されていないが、関連する分野として、VLMの敵対的攻撃に関する既存研究や、マルチモーダルモデルの堅牢性向上のための防御手法に関する論文が挙げられる。具体的には、Adversarial Examples for Vision-Language ModelsやRobustness of Multimodal Modelsなどの一般名で検索される研究が該当する。

※ AIが要旨から生成した要約です。正確性は原文をご確認ください。

著者: Ilan Zini, Boussad Addad, Katarzyna Kapusta

分類: cs.AI, cs.LG

原文アブストラクト

Vision Language Models (VLMs) have recently emerged as a critical component of multimodal AI systems, enabling joint reasoning over visual and textual inputs in real-world and safety-critical applications. Despite their growing deployment, the robustness of VLMs against adversarial threats remains insufficiently explored, particularly in the context of evasion attacks targeting multimodal alignment. In this work, we investigate the vulnerability of VLMs to adversarial perturbations applied to visual inputs and study two attack settings: untargeted attacks, where the goal is to disrupt the model's interpretation of the original image, and targeted attacks, where the adversary aims to force the model to generate a specific semantic description unrelated to the original image. To efficiently generate adversarial examples, we propose a gradient-based attack method that performs optimization exclusively on the vision encoder of the VLM rather than on the entire multimodal architecture. This design significantly reduces the computational cost and resource requirements of the attack while maintaining strong effectiveness. We evaluate our approach on several open-source VLMs, including Qwen2.5-VL, Granite-Vision, FastVLM, and Phi-3.5-Vision, and show that small, human-imperceptible perturbations can substantially alter the textual interpretation produced by the models. Our findings highlight the vulnerability of modern VLMs to adversarial manipulation and emphasize the need for improved robustness and security mechanisms in multimodal AI systems.

関連論文