arXiv論文メモ
新着一覧
cs.CV · 査読状況未確認

3次元復元モデルの注意ヘッドを選び計算を高速化する

VGGT-Prime: Compute-Adaptive Mixture-of-Heads for Efficient Visual Geometry Transformers

Abteen Arab, Guile Wu, Chengjie Huang, Dongfeng Bai

この論文をやさしく読む

ひとことで言うと

複数の写真から3次元形状を復元するAIで、重要な処理には計算を使い、冗長な処理は軽くすることで高速化します。

何に役立つ?

多数の視点画像を処理する3次元復元の待ち時間を減らす用途が考えられます。データセット評価ではVGGT比8倍、既存手法との併用で最大14倍の推論高速化が報告されています。

この研究の面白いところ

画像の情報片であるトークンを減らすだけでなく、注意機構を構成するヘッドごとに必要な計算量が違う点を利用しています。

どこまで分かった?

速度と品質は複数データセットでの実験結果です。要旨には使用機器や各入力規模での詳細がなく、あらゆる環境で8倍・14倍になるとは判断できません。品質についても完全一致ではなく、競争力を維持したと報告されています。

v1のアブストラクトに基づくAI解説。日本語訳とは別に、用途の解釈を含みます。

アブストラクトの日本語訳

Visual Geometry Grounded Transformer(VGGT)などのフィードフォワード型視覚幾何モデルにより、複数視点の画像から直接3次元を復元できるようになってきた。しかし、これらのモデルは大域的な注意機構を用いるため、計算量が入力視点数の2乗に比例して増え、長い入力系列では大きな遅延が生じる。VGGTを高速化する最近の研究もあるが、その多くはトークンの統合やキー・バリューの疎化によって、トークンの冗長性を減らすことに重点を置いている。 本研究は別の観点から、視覚幾何Transformerの構造上の冗長性を調べ、この問題に取り組む。VGGTの大域注意層のマルチヘッド注意モジュールには大きな構造的冗長性があり、重要な幾何情報を担うのはヘッドの一部だけであることを示す。この観察を踏まえ、復元品質の競争力を維持しながら冗長性を解消して視覚幾何Transformerを高速化する、計算適応型のヘッド混合モデルVGGT-Primeを提案する。中心的な考え方は、軽量なルーターで各大域注意ヘッドに適切な計算量を見積もり、それぞれを異なる計算モードへ動的に割り当てることである。 複数のデータセットでの広範な実験により、カメラ姿勢、深度、点群の予測で競争力のある性能を保ちつつ、VGGTに比べて推論を8倍高速化できることを示す。さらに、VGGT-Primeはトークン統合などの既存の高速化手法と相補的であり、組み合わせることでVGGT比で最大14倍まで推論を高速化できる。研究の概要はプロジェクトページ https://vggt-prime.github.io で公開している。

v1の要旨から自動生成。本文の精読・人による確認は未実施。

初稿
2026-09-20(UTC)
最新改訂
2026-09-20 · v1
査読・掲載
査読状況未確認
arXivで読むPDF

更新履歴

取得できた版を表示。版の更新は査読済みを意味しません。過去版の本文差分は未解析です。

原文の要旨

Feed-forward visual geometry models such as the Visual Geometry Grounded Transformer (VGGT) have recently enabled direct 3D reconstruction from multi-view images. Despite their promising performance, these models scale quadratically with the number of input views due to their global attention mechanism, resulting in substantial latency for long sequence inputs. There have been some recent efforts to accelerate VGGT, but they primarily focus on reducing \emph{token redundancy} through token merging or key/value sparsification. Our work resolves this bottleneck from a different perspective by investigating \emph{architectural redundancy} in visual geometry transformers. We show that the multi-head attention modules in VGGT's global-attention layers contain substantial architectural redundancy, with only a subset of heads carrying critical geometric information. In light of this observation, we propose VGGT-Prime, a compute-adaptive mixture-of-heads model that resolves this redundancy to accelerate visual geometry transformers while maintaining competitive reconstruction quality. The key idea of VGGT-Prime is to estimate the appropriate computation level for each global-attention head using a lightweight router and then dynamically assign each head to different computation modes. Extensive experiments on multiple datasets demonstrate that VGGT-Prime can achieve an {$8\times$} inference speedup over VGGT while maintaining competitive performance on camera pose, depth, and point-cloud predictions. We further show that VGGT-Prime is complementary to existing acceleration methods, such as token merging, further improving inference speed by up to $14{\times}$ over VGGT. An overview of our work is available on our \href{https://vggt-prime.github.io}{project page}.

著者のコメント

Technical Report

arXiv ID: 2609.23733 / 要約の誤りについて