paper-with-me

홈 › Papers

AdaCodec: A Predictive Visual Code for Video MLLMs

2026-06-01 · Haowen Hou, Zhen Huang, Zheming Liang, Qingyi Si, Chenglin Li, Shuai Dong, Kele Shao, Ruilin Li, Dianyi Wang, Nan Duan, Jiaqi Wang arxiv

Video is temporally redundant: adjacent frames usually share most objects, background, and layout. Yet existing video multimodal large language models (video MLLMs) usually encode each sampled frame as an independent RGB image, causing visual tokens to repeat content already present in earlier frames. This suggests a more direct video interface: send a full reference frame only when the scene cannot be predicted well from prior context, and otherwise transmit a compact description of inter-frame changes. We call this interface a \emph{predictive visual code}, and instantiate it for video MLLMs as \textbf{AdaCodec}. AdaCodec spends full visual tokens on a reference frame only when its conditional predictive cost is high; otherwise, it encodes inter-frame changes, including motion and prediction residuals, as compact P-tokens. Across all eleven benchmarks, AdaCodec improves over the Qwen3-VL-8B per-frame RGB baseline at a matched visual-token budget. Even at $1/7$ the budget, AdaCodec with 32k tokens surpasses the 224k baseline on all long-video benchmarks; on five general-video benchmarks, it raises the average score while substantially cutting time-to-first-token from 9.26s to 1.62s.

📄 PDF Abstract BibTeX arXiv:2606.02569

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Omni-Video: Democratizing Unified Video Understanding and Generation

2025-07-08 · Zhiyu Tan, Hao Yang, Luozheng Qin, Jia Gong 외

Notable breakthroughs in unified understanding and generation modeling have led to remarkable advancements in image understanding, reasoning, production and editing, yet current foundational models predominantly focus on…

Video GenerationVideo Understanding

DisCo: Towards Distinct and Coherent Visual Encapsulation in Video MLLMs

2025-07-14 · Jiahe Zhao, Rongkun Zheng, Yi Wang, Helin Wang 외 arxiv

In video Multimodal Large Language Models (video MLLMs), the visual encapsulation process plays a pivotal role in converting video contents into representative tokens for LLM input. While linear projectors are widely emp…

Video-CCAM: Enhancing Video-Language Understanding with Causal Cross-Attention Masks for Short and Long Videos

2024-08-26 · Jiajun Fei, Dian Li, Zhidong Deng, Zekun Wang 외

Multi-modal large language models (MLLMs) have demonstrated considerable potential across various downstream tasks that require cross-domain knowledge. MLLMs capable of processing videos, known as Video-MLLMs, have attra…

Large Language ModelMVBenchVideo Understanding

Adaptive Keyframe Sampling for Long Video Understanding

2025-01-01 · CVPR 2025 1 · Xi Tang, Jihao Qiu, Lingxi Xie, Yunjie Tian 외

Multimodal large language models (MLLMs) have enabled open-world visual understanding by injecting visual input as extra tokens into large language models (LLMs) as contexts. However, when the visual input changes fr…

Video Understanding

Benchmarking Visual State Tracking in Multimodal Video Understanding

2026-06-02 · Sihyun Yu, Nanye Ma, Pinzhi Huang, Hyunseok Lee 외 arxiv

Understanding a video requires more than recognizing isolated moments, as humans continuously track entities, states, and events over time. This capacity for visual state tracking is fundamental to video understanding, y…