画像トークン削減時の位置情報を層ごとに切り替える
Layer-Aware Position Embeddings for Visual Token Pruning in Multimodal Large Language Models
この論文をやさしく読む
ひとことで言うと
画像を表す情報を間引いたAIで、残した情報の位置番号の付け方をモデルの層ごとに変え、認識と位置対応の両方を保とうとします。
何に役立つ?
視覚トークンを減らして推論費用を抑える際、性能の落ち込みを軽減する方法として利用できます。
この研究の面白いところ
位置の付け方を全層で統一するのではなく、画像内の位置対応に重要な中間層だけ元の疎な配置を使います。二つの方式の異なる弱点を層単位で調整しています。
どこまで分かった?
代表的な枝刈り手法と複数ベンチマークで性能改善を確認した研究です。要旨には削減率、実行時間、具体的な性能差がなく、削減前の性能を完全に回復したとは述べられていません。
v1のアブストラクトに基づくAI解説。日本語訳とは別に、用途の解釈を含みます。
アブストラクトの日本語訳
マルチモーダル大規模言語モデル(MLLM)は、画像を表現するために数百の視覚トークンに依存するため、大きな計算負荷が生じる。トークンの枝刈りはMLLMの推論費用を減らす有望な手法だが、既存手法は通常、残したトークンに疎な位置埋め込みか連続した位置埋め込みを再割り当てしており、それぞれ異なる制約がある。疎な位置埋め込みは視覚トークンに割り当てられる注意の値を減らす傾向があり、MLLMの知覚能力を低下させる。一方、連続した位置埋め込みは視覚トークンの元の空間的対応を崩し、画像中の対象と結び付けるグラウンディング能力を弱める。 この問題を緩和するため、言語デコーダーを層ごとに分析し、トークン削減下でのグラウンディング能力の維持に中間層が重要な役割を果たすことを観察した。この観察に基づき、グラウンディングに敏感な層では疎な位置埋め込みへ切り替え、それ以外では連続した位置埋め込みを保つ、層を考慮した位置埋め込み戦略を提案する。代表的な枝刈り手法と多様なベンチマークでの広範な実験により、提案手法は通常の疎な位置埋め込みや連続した位置埋め込みに比べ、枝刈り後のMLLMの総合的なマルチモーダル性能を改善することを示す。
v1の要旨から自動生成。本文の精読・人による確認は未実施。
- 初稿
- 2026-09-20(UTC)
- 最新改訂
- 2026-09-20 · v1
- 査読・掲載
- 査読状況未確認
更新履歴
- v1 2026-09-20 この版を読む
取得できた版を表示。版の更新は査読済みを意味しません。過去版の本文差分は未解析です。
原文の要旨
Multimodal large language models (MLLMs) incur substantial computational overhead due to the reliance on hundreds of visual tokens to represent images. While token pruning has emerged as a promising approach to reduce the inference cost of MLLMs, existing methods typically reassign position embeddings to the retained tokens using either sparse or continuous position embeddings, each introducing distinct limitations. Sparse position embeddings tend to decrease the attention value allocated to visual tokens, thereby degrading the perception capability of MLLMs, whereas continuous position embeddings disrupt the original spatial correspondence of visual tokens, leading to weakened grounding capability. To mitigate this issue, we perform layer-wise analysis of the language decoder and observe that intermediate layers play a critical role for maintaining the grounding capability of MLLMs under token pruning. Based on this observation, we propose a layer-aware position embedding strategy, which switches to sparse position embeddings at grounding-sensitive layers while maintaining continuous position embeddings elsewhere. Extensive experiments across representative pruning methods and diverse benchmarks demonstrate that our approach improves the comprehensive multimodal performance of pruned MLLMs compared with standard sparse and continuous position embeddings.
arXiv ID: 2609.23715 / 要約の誤りについて