paper-with-me

Papers

Visual Token Coding for Video Multimodal Large Language Models

2026-08-28 · Chenxin Fang, Tao Chen, JunChao You, Jun Peng, Yiyi Zhou, Rongrong Ji arxiv

In this paper, we propose a new token compression paradigm for video Multimodal Large Language Models (MLLMs), termed Visual Token Coding (VTC). Inspired by classical video coding principles, e.g., HEVC, VTC performs structured compression by predicting the I/P frames of a video and measuring their frame-wise residuals to estimate token redundancy. Based on this baseline framework, we also enhance VTC with a set of novel dynamic designs, such as Dynamic Resolution Input (DyRSO), Dynamic Token Allocation (DyTA), and Spatial Coverage Top-K (SC-TopK), and term this new approach $VTC_{Dy}$. To validate VTC, we apply it to three MLLMs and conduct experiments on multiple video understanding benchmarks. The experimental results show that VTC$_{\mathrm{Dy}}$ achieves an average performance retention of 100.1% with a 50% token budget for Qwen3-VL, while still retaining 97.8% of the average performance when the token budget is reduced to 25%. Moreover, as a plug-and-play design, VTC requires no additional tuning of MLLMs for token coding. Our code is available at https://github.com/Msr233/VTC.

📄 PDF Abstract BibTeX arXiv:2608.28008

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

EvoPrune: Early-Stage Visual Token Pruning for Efficient MLLMs

2026-03-04 · Yuhao Chen, Bin Shan, Xin Ye, Cheng Chen arxiv

Multimodal Large Language Models (MLLMs) have shown strong performance in vision-language tasks, but their inference efficiency is severely limited by the exponential growth of visual tokens in complex scenarios such as …

FLASH: Latent-Aware Semi-Autoregressive Speculative Decoding for Multimodal Tasks

2025-05-19 · Zihua Wang, Ruibo Li, Haozhe Du, Joey Tianyi Zhou 외

Large language and multimodal models (LLMs and LMMs) exhibit strong inference capabilities but are often limited by slow decoding speeds. This challenge is especially acute in LMMs, where visual inputs typically comprise…

Video Captioning

V2PE: Improving Multimodal Long-Context Capability of Vision-Language Models with Variable Visual Position Encoding

2024-12-12 · Junqi Ge, Ziyi Chen, Jintao Lin, Jinguo Zhu 외

Vision-Language Models (VLMs) have shown promising capabilities in handling various multimodal tasks, yet they struggle in long-context scenarios, particularly in tasks involving videos, high-resolution images, or length…

Position

Compression Tells Intelligence: Visual Coding, Visual Token Technology, and the Unification

2026-01-28 · Xin Jin, Jinming Liu, Yuntao Wei, Junyan Lin 외 arxiv

"Compression Tells Intelligence", is supported by research in artificial intelligence, particularly concerning (multimodal) large language models (LLMs/MLLMs), where compression efficiency often correlates with improved …

Representation Learning

Visual-Redundancy-Controlled Parallel Decoding for Diffusion-Based Multimodal Large Language Models

2026-05-25 · Yulin Yuan, Hongshuo Zhao, Xiangming Meng arxiv

Diffusion-based multimodal large language models (dMLLMs) decode by iteratively predicting tokens at multiple masked positions in parallel. This turns each decoding step into a position-selection problem: the model must …

Visual Grounding