VisionZip: Longer is Better but Not Necessary in Vision Language Models

Senqiao Yang, Yukang Chen, Zhuotao Tian, Chengyao Wang, Jingyao Li, Bei Yu, Jiaya Jia

arXiv:2412.04467 · 2026-07-27 공개 · arXiv · PDF

vision-language video-understanding feature-extraction multi-turn-dialogue token-reduction inference-speed image-understanding visual-redundancy

Abstract

Recent advancements in vision-language models have enhanced performance by increasing the length of visual tokens, making them much longer than text tokens and significantly raising computational costs. However, we observe that the visual tokens generated by popular vision encoders, such as CLIP and SigLIP, contain significant redundancy. To address this, we introduce VisionZip, a simple yet effective method that selects a set of informative tokens for input to the language model, reducing visual token redundancy and improving efficiency while maintaining model performance. The proposed VisionZip can be widely applied to image and video understanding tasks and is well-suited for multi-turn dialogues in real-world scenarios, where previous methods tend to underperform. Experimental results show that VisionZip outperforms the previous state-of-the-art method by at least 5% performance gains across nearly all settings. Moreover, our method significantly enhances model inference speed, improving the prefilling time by 8× and enabling the LLaVA-Next 13B model to infer faster than the LLaVA-Next 7B model while achieving better results. Furthermore, we analyze the causes of this redundancy and encourage the community to focus on extracting better visual features rather than merely increasing token length. Our code is available at https://github.com/dvlab-research/VisionZip.

한국어 요약

한 줄 요약

VisionZip은 시각 토큰의 중복을 줄여 모델 성능을 유지하면서 추론 속도를 8× 향상시키는 간단한 방법이다.

핵심 기여도

핵심 아이디어

기존 VLM(Vision Language Model)은 시각 토큰 수를 늘려 성능을 향상시키지만, 이는 높은 계산 비용과 메모리 소비를 초래한다. 본 연구는 CLIP 및 SigLIP에서 생성된 시각 토큰이 실제로 대부분 정보를 담지 않는다는 점을 발견하고, VisionZip이라는 토큰 선택 기법을 제안한다. VisionZip은 주요 정보를 담은 토큰을 선별하고, 유사한 토큰은 병합함으로써 중복을 제거한다. 이는 훈련 없이도 적용 가능하며, 토큰 수를 줄이면서 성능을 유지하거나 향상시킨다. 특히, VisionZip은 다중 대화 턴(multi-turn dialogue)과 같은 실용적 상황에서 기존 방법보다 우수한 성능을 보인다.

기술적 접근법

주요 결과

의의 및 한계

VisionZip은 시각 토큰의 중복 문제를 해결함으로써 VLM의 효율성을 크게 향상시키며, 훈련 없이도 적용 가능하다는 점에서 실용적 가치가 높다. 또한, 토큰 수를 줄이면서 성능을 유지함으로써 에지 컴퓨팅, 자율 주행, 로봇 등 실시간 처리가 필요한 분야에 유용하다. 그러나 본 연구는 기존 시각 인코더의 개선 방향을 제시하지는 않으며, 토큰 선택 기준이 완전히 텍스트 무관(text-agnostic)이라는 점에서 일부 상황에서는 한계가 있을 수 있다.

실용적 활용

VisionZip은 에지 기기에서의 실시간 이미지/동영상 분석, 자율 주행 시스템, 로봇 비전, 그리고 사용자와의 다중 대화(multi-turn dialogue)를 지원하는 챗봇 등 다양한 분야에서 적용 가능하다. 특히, 메모리 및 계산 자원이 제한된 환경에서 유용하며, 대규모 모델의 성능과 속도를 동시에 향상시킬 수 있다.