paper-with-me

Papers

PVC: Progressive Visual Token Compression for Unified Image and Video Processing in Large Vision-Language Models

2024-12-12 · CVPR 2025 1 · Chenyu Yang, Xuan Dong, Xizhou Zhu, Weijie Su, Jiahao Wang, Hao Tian, Zhe Chen, Wenhai Wang, Lewei Lu, Jifeng Dai

Large Vision-Language Models (VLMs) have been extended to understand both images and videos. Visual token compression is leveraged to reduce the considerable token length of visual inputs. To meet the needs of different tasks, existing high-performance models usually process images and videos separately with different token compression strategies, limiting the capabilities of combining images and videos. To this end, we extend each image into a "static" video and introduce a unified token compression strategy called Progressive Visual Token Compression (PVC), where the tokens of each frame are progressively encoded and adaptively compressed to supplement the information not extracted from previous frames. Video tokens are efficiently compressed with exploiting the inherent temporal redundancy. Images are repeated as static videos, and the spatial details can be gradually supplemented in multiple frames. PVC unifies the token compressing of images and videos. With a limited number of tokens per frame (64 tokens by default), spatial details and temporal changes can still be preserved. Experiments show that our model achieves state-of-the-art performance across various video understanding benchmarks, including long video tasks and fine-grained short video tasks. Meanwhile, our unified token compression strategy incurs no performance loss on image benchmarks, particularly in detail-sensitive tasks.

📄 PDF Abstract BibTeX arXiv:2412.09613

Code (0)

등록된 구현이 없습니다.

Tasks

Video Understanding

Similar Papers 제목 키워드 기반

DUET-VLM: Dual stage Unified Efficient Token reduction for VLM Training and Inference

2026-02-21 · Aditya Kumar Singh, Hitesh Kandala, Pratik Prabhanjan Brahma, Zicheng Liu 외 arxiv

Vision-language models (VLMs) have achieved remarkable multimodal understanding and reasoning capabilities, yet remain computationally expensive due to dense visual tokenization. Existing efficiency approaches either mer…

UniCompress: Token Compression for Unified Vision-Language Understanding and Generation

2026-03-11 · Ziyao Wang, Chen Chen, Jingtao Li, Weiming Zhuang 외 arxiv

Unified models aim to support both understanding and generation by encoding images into discrete tokens and processing them alongside text within a single autoregressive framework. This unified design offers architectura…

Efficient Multi-modal Large Language Models via Progressive Consistency Distillation

2025-10-01 · Zichen Wen, Shaobo Wang, Yufa Zhou, Junyuan Zhang 외 arxiv

Visual tokens consume substantial computational resources in multi-modal large models (MLLMs), significantly compromising their efficiency. Recent works have attempted to improve efficiency by compressing visual tokens d…

Efficient Large Multi-modal Models via Visual Context Compression

2024-06-28 · Jieneng Chen, Luoxin Ye, Ju He, Zhao-Yang Wang 외

While significant advancements have been made in compressed representations for text embeddings in large language models (LLMs), the compression of visual tokens in multi-modal LLMs (MLLMs) has remained a largely overloo…

Question AnsweringVisual Question Answering

ProGVC: Progressive-based Generative Video Compression via Auto-Regressive Context Modeling

2026-03-18 · Daowen Li, Ruixiao Dong, Ying Chen, Kai Li 외 arxiv

Perceptual video compression leverages generative priors to reconstruct realistic textures and motions at low bitrates. However, existing perceptual codecs often lack native support for variable bitrate and progressive d…