paper-with-me

홈 › Papers

Dynamic-VLM: Simple Dynamic Visual Token Compression for VideoLLM

2024-12-12 · Han Wang, Yuxiang Nie, YongJie Ye, Deng GuanYu, Yanjie Wang, Shuai Li, Haiyang Yu, Jinghui Lu, Can Huang

The application of Large Vision-Language Models (LVLMs) for analyzing images and videos is an exciting and rapidly evolving field. In recent years, we've seen significant growth in high-quality image-text datasets for fine-tuning image understanding, but there is still a lack of comparable datasets for videos. Additionally, many VideoLLMs are extensions of single-image VLMs, which may not efficiently handle the complexities of longer videos. In this study, we introduce a large-scale synthetic dataset created from proprietary models, using carefully designed prompts to tackle a wide range of questions. We also explore a dynamic visual token compression architecture that strikes a balance between computational efficiency and performance. Our proposed \model{} achieves state-of-the-art results across various video tasks and shows impressive generalization, setting new baselines in multi-image understanding. Notably, \model{} delivers an absolute improvement of 2.7\% over LLaVA-OneVision on VideoMME and 10.7\% on MuirBench. Codes are available at https://github.com/Hon-Wong/ByteVideoLLM

📄 PDF Abstract BibTeX arXiv:2412.09530

Code (1)

hon-wong/bytevideollm 공식 구현 pytorch

Tasks

Computational Efficiency

Similar Papers 제목 키워드 기반

Seeing More, Saying More: Lightweight Language Experts are Dynamic Video Token Compressors

2025-08-31 · Xiangchen Wang, Jinrui Zhang, Teng Wang, Haigang Zhang 외 arxiv

Recent advancements in large video-language models have revolutionized video understanding tasks. However, their efficiency is significantly constrained by processing high volumes of visual tokens. Existing token compres…

DynTok: Dynamic Compression of Visual Tokens for Efficient and Effective Video Understanding

2025-06-04 · Hongzhi Zhang, Jingyuan Zhang, Xingguang Ji, Qi Wang 외

Typical video modeling methods, such as LLava, represent videos as sequences of visual tokens, which are then processed by the LLM backbone for effective video understanding. However, this approach leads to a massive num…

MMEVideo MMEVideo Understanding

DAST: Context-Aware Compression in LLMs via Dynamic Allocation of Soft Tokens

2025-02-17 · Shaoshen Chen, Yangning Li, Zishan Xu, Yinghui Li 외

Large Language Models (LLMs) face computational inefficiencies and redundant processing when handling long context inputs, prompting a focus on compression techniques. While existing semantic vector-based compression met…

DyCoke: Dynamic Compression of Tokens for Fast Video Large Language Models

2024-11-22 · CVPR 2025 1 · Keda Tao, Can Qin, Haoxuan You, Yang Sui 외

Video large language models (VLLMs) have significantly advanced recently in processing complex video content, yet their inference efficiency remains constrained because of the high computational cost stemming from the th…

A Glimpse to Compress: Dynamic Visual Token Pruning for Large Vision-Language Models

2025-08-03 · Quan-Sheng Zeng, Yunheng Li, Qilong Wang, Peng-Tao Jiang 외 arxiv

Visual token compression is critical for Large Vision-Language Models (LVLMs) to efficiently process high-resolution inputs. Existing methods that typically adopt fixed compression ratios cannot adapt to scenes of varyin…

Answer Generation