LiteFrame が動画言語モデルの効率性を拡張(6 分読了)
Google DeepMind とソウル大学が共同開発した「LiteFrame」は、視覚エンコーダーの計算効率を革新し、長尺動画理解における遅延と精度のトレードオフを劇的に改善する。
キーポイント
ボトルネックの再定義
既存の手法が LLM のコンテキスト削減に注力していたのに対し、本論文は「フレームごとの視覚エンコーダー処理」が新たな遅延ボトルネックであることを指摘し、根本的な解決を提案する。
圧縮トークン蒸留(CTD)
大規模な教師モデルが生み出す情報密度の高い時空間圧縮表現を、コンパクトな学生エンコーダーが直接予測するように訓練する「Compressed Token Distillation (CTD)」という新手法を採用している。
計算リソースの最適化
冗長な計算をバイパスすることで、固定された計算予算下でもより長い動画の理解を可能にし、遅延と精度のパレート最適 frontier を再定義する成果を示している。
ベンチマークでの優位性
Video-MME, MLVU, LongVideoBench などの主要な動画理解ベンチマークにおいて、既存手法を凌駕するパフォーマンスと効率性を達成したことを実証している。
フレーム処理能力の劇的向上
LLM の事前計算ボトルネックを回避し視覚符号化コストを削減することで、限られた計算リソース内で8倍多くのフレームを処理可能にしました。
推論遅延の短縮と精度向上
視覚符号化とLLM事前計算を含む全体の推論遅延を最大35%削減しつつ、平均的な動画理解精度も一貫して向上させています。
高解像度へのゼロショット対応
本質的なトークン効率性の向上により、高解像度トレーニングを行わずともHLVidで最良のスコアを達成し、高解像度動画へのスケーリングを実現しました。
影響分析・編集コメントを表示
影響分析
本技術は、Video LLM の実用化における最大の障壁であった「長尺動画処理の遅延」という課題に対し、アーキテクチャレベルでの根本的な解決策を提供します。これにより、クラウドコストを抑制しつつ、数十分乃至数時間の動画コンテンツをリアルタイムで分析・理解するアプリケーションの実装が現実味を帯びてきます。
編集コメント
LLM のコンテキスト管理に注目が集まりがちですが、この論文は「前段の視覚処理」こそがボトルネックであることを鋭く指摘し、業界全体の設計思想を転換させる重要な一歩です。
1image Google DeepMind
2image ソウル国立大学
TL;DR: 我々は、LLM(大規模言語モデル)と ViT(ビジョントランスフォーマー)の両方の非効率性を解消し、スケーラブルで長尺な動画理解を可能にする、極めて効率的な動画エンコーダーであるLiteFrameを提案します。
## Abstract
image
長尺動画を対象とした Video Large Language Models(Video LLMs:動画大規模言語モデル)のスケーリングにおける根本的な課題は、視覚トークンのコンテキスト長の爆発的増加を管理することにあります。既存の戦略は主に、「ポストホック」なトークン削減、すなわち特徴抽出後に視覚トークンを削減して LLM の計算オーバーヘッドを軽減することに焦点を当てています。これらの手法は確かに視覚トークンの数を減らすことに効果がありますが、我々の観察では、主要なレイテンシのボトルネックが LLM から、高コストなフレームごとのビジョンエンコーダー処理へと移行することが明らかになりました。
これに対処するため、私たちは Video LLM(Video Large Language Model)向けの強力かつ極めて効率的なビデオエンコーダバックボーンであるLiteFrameを導入します。LiteFrame の訓練には、圧縮トークン蒸留(Compressed Token Distillation: CTD)と呼ばれる新しい訓練フレームワークを提案します。これは、大規模な教師ビジョンモデルが生み出す情報密度が高く時空間的に圧縮された表現を、コンパクトな学生ビジョンエンコーダが直接予測することを教えるものであり、冗長な計算を効果的に回避します。これにさらに言語モデル適応(Language Model Adaptation: LMA)を組み合わせることで、新たな遅延精度のパレートフロンティアが実現されます。私たちの結果は、固定された計算リソース予算の下でより長時間のビデオ理解を実現するための新しい可能性のある道筋を示しています。
メイン結果
LiteFrame は、Video-MME、MLVU、LongVideoBench を含む複数のビデオ理解ベンチマークにおいて、パフォーマンスと遅延のトレードオフを再定義します。


- フレームスケーリングの実現: LLM におけるプリフィリングのボトルネックをオフロードし、視覚エンコーディングのコストを低下させることで、LiteFrame は制限された計算予算内で 8 倍のフレーム処理を可能にします。
- エンドツーエンドの効率性:LiteFrame は、推論レイテンシ全体(ビジョンエンコーディング+LLM のプレフィリング)を最大 35% 削減しながら、平均的な動画理解精度を一貫して向上させます。
- パラメータ削減:LiteFrame はわずか 87M パラメータのみを使用し、教師モデルの 304M パラメータから大幅に削減されています。
- ゼロショット空間解像度スケーリング:LiteFrame の本質的なトークン効率性により、高解像度の動画でのスケーリングが可能となり、HLVid で高解像度トレーニングなしで最先端スコアを達成しています。

手法
LiteFrame の訓練には、圧縮トークン蒸留 (Compressed Token Distillation: CTD) と 言語モデル適応 (Language Model Adaptation: LMA) を提案します。

- 圧縮トークン蒸留 (CTD): スチューデントエンコーダは、大規模な教師モデルの出力に加重平均プーリング (Weighted Average Pooling: WAP) を適用して生成された、情報密度が高く時空間的に圧縮された監督目標を直接予測するように訓練されます。
- 言語モデル適応 (LMA): 軽量なファインチューニング段階により、圧縮潜在空間が下流の LLM と整合され、512 フレームまでの拡張された時間的文脈をシームレスに処理できるようになります。
- 時空間トークン圧縮アーキテクチャ:軽量な学生エンコーダは、時間モデル化に深層 1D 畳み込みを、ダウンサンプリングにストライド畳み込みを採用することで、FLOPs とレイテンシを大幅に削減します。
引用
@article{kim2026liteframe,
title={LiteFrame: Efficient Vision Encoders Unlock Frame Scaling in Video LLMs},
author={Kim, Jihwan and Parthasarathy, Nikhil and Qin, Danfeng and Hur, Junhwa and Sun, Deqing and Han, Bohyung and Yang, Ming-Hsuan and Gong, Boqing},
journal={arXiv preprint arXiv:2605.17260},
year={2026}
}
原文を表示
1
Google DeepMind
2
Seoul National University
TL;DR: We propose LiteFrame, a highly efficient video encoder for Video Large Language Models that unlocks scalable, long-form video understanding by resolving inefficiencies in both the LLM and the ViT.
Abstract

The fundamental challenge in scaling Video Large Language Models (Video LLMs) to long-form video lies in managing the explosion of visual-token context length. Existing strategies predominantly focus on "post-hoc" token reduction—reducing visual tokens after feature extraction to alleviate the LLM's computational overhead. While these methods effectively reduce the number of visual tokens, we observe that the primary latency bottleneck then shifts from the LLM to the expensive per-frame processing of the vision encoder.
To address this, we introduce LiteFrame, a strong, yet highly efficient video encoder backbone for Video LLMs. To train LiteFrame, we propose Compressed Token Distillation (CTD), a novel training framework that teaches a compact student vision encoder to directly predict information-dense, spatio-temporally compressed representations produced by a large teacher vision model, effectively bypassing redundant computation. When coupled with further Language Model Adaptation (LMA), this approach results in a new latency-accuracy Pareto frontier. Our results demonstrate a new potential path to unlocking longer-form video understanding under fixed compute budgets.
Main Results
LiteFrame redefines the performance-latency trade-off across multiple video understanding benchmarks, including Video-MME, MLVU, and LongVideoBench.


- Unlocking Frame Scaling: By offloading the prefilling bottleneck from the LLM and lowering visual encoding costs, LiteFrame enables the processing of 8x more frames within restricted computing budgets.
- End-to-End Efficiency: LiteFrame achieves up to a 35% reduction in total inference latency (vision encoding + LLM prefilling) while consistently improving average video understanding accuracy.
- Parameter Reduction: LiteFrame utilizes only 87M parameters, a massive reduction from the 304M parameters of the teacher model.
- Zero-Shot Spatial Resolution Scaling: LiteFrame's inherent token efficiency enables scaling in high-resolution videos, achieving a state-of-the-art score on HLVid without any high-resolution training.

Methodology
To train LiteFrame, we propose Compressed Token Distillation (CTD) and Language Model Adaptation (LMA).

- Compressed Token Distillation (CTD): The student encoder is trained to directly predict information-dense, spatio-temporally compressed supervision targets generated by applying Weighted Average Pooling (WAP) to a large teacher model's output.
- Language Model Adaptation (LMA): A lightweight fine-tuning stage aligns the compressed latent space with the downstream LLM, allowing it to seamlessly handle extended temporal contexts (up to 512 frames).
- Spatio-Temporal Token Compressive Architecture: Our lightweight student encoder significantly reduces FLOPs and latency by employing depth-wise 1D convolutions for temporal modeling and strided convolutions for downsampling.
Citation
@article{kim2026liteframe,
title={LiteFrame: Efficient Vision Encoders Unlock Frame Scaling in Video LLMs},
author={Kim, Jihwan and Parthasarathy, Nikhil and Qin, Danfeng and Hur, Junhwa and Sun, Deqing and Han, Bohyung and Yang, Ming-Hsuan and Gong, Boqing},
journal={arXiv preprint arXiv:2605.17260},
year={2026}
}関連記事
今日のまとめ
AI日報で今日の重要ニュースをまとめ読み