English

B-VLLM: A Vision Large Language Model with Balanced Spatio-Temporal Tokens

Computer Vision and Pattern Recognition 2025-08-12 v2 Artificial Intelligence

Abstract

Recently, Vision Large Language Models (VLLMs) integrated with vision encoders have shown promising performance in vision understanding. The key of VLLMs is to encode visual content into sequences of visual tokens, enabling VLLMs to simultaneously process both visual and textual content. However, understanding videos, especially long videos, remain a challenge to VLLMs as the number of visual tokens grows rapidly when encoding videos, resulting in the risk of exceeding the context window of VLLMs and introducing heavy computation burden. To restrict the number of visual tokens, existing VLLMs either: (1) uniformly downsample videos into a fixed number of frames or (2) reducing the number of visual tokens encoded from each frame. We argue the former solution neglects the rich temporal cue in videos and the later overlooks the spatial details in each frame. In this work, we present Balanced-VLLM (B-VLLM): a novel VLLM framework that aims to effectively leverage task relevant spatio-temporal cues while restricting the number of visual tokens under the VLLM context window length. At the core of our method, we devise a text-conditioned adaptive frame selection module to identify frames relevant to the visual understanding task. The selected frames are then de-duplicated using a temporal frame token merging technique. The visual tokens of the selected frames are processed through a spatial token sampling module and an optional spatial token merging strategy to achieve precise control over the token count. Experimental results show that B-VLLM is effective in balancing the number of frames and visual tokens in video understanding, yielding superior performance on various video understanding benchmarks. Our code is available at https://github.com/zhuqiangLu/B-VLLM.

Keywords

Cite

@article{arxiv.2412.09919,
  title  = {B-VLLM: A Vision Large Language Model with Balanced Spatio-Temporal Tokens},
  author = {Zhuqiang Lu and Zhenfei Yin and Mengwei He and Zhihui Wang and Zicheng Liu and Zhiyong Wang and Kun Hu},
  journal= {arXiv preprint arXiv:2412.09919},
  year   = {2025}
}

Comments

Accepted by ICCV2025 (Poster)

R2 v1 2026-06-28T20:33:32.856Z