paper-with-me

홈 › Papers

VoCo-LLaMA: Towards Vision Compression with Large Language Models

2024-06-18 · CVPR 2025 1 · Xubing Ye, Yukang Gan, Xiaoke Huang, Yixiao Ge, Ying Shan, Yansong Tang

Vision-Language Models (VLMs) have achieved remarkable success in various multi-modal tasks, but they are often bottlenecked by the limited context window and high computational cost of processing high-resolution image inputs and videos. Vision compression can alleviate this problem by reducing the vision token count. Previous approaches compress vision tokens with external modules and force LLMs to understand the compressed ones, leading to visual information loss. However, the LLMs' understanding paradigm of vision tokens is not fully utilised in the compression learning process. We propose VoCo-LLaMA, the first approach to compress vision tokens using LLMs. By introducing Vision Compression tokens during the vision instruction tuning phase and leveraging attention distillation, our method distill how LLMs comprehend vision tokens into their processing of VoCo tokens. VoCo-LLaMA facilitates effective vision compression and improves the computational efficiency during the inference stage. Specifically, our method achieves minimal performance loss with a compression ratio of 576$\times$, resulting in up to 94.8$\%$ fewer FLOPs and 69.6$\%$ acceleration in inference time. Furthermore, through continuous training using time-series compressed token sequences of video frames, VoCo-LLaMA demonstrates the ability to understand temporal correlations, outperforming previous methods on popular video question-answering benchmarks. Our approach presents a promising way to unlock the full potential of VLMs' contextual window, enabling more scalable multi-modal applications. The project page, along with the associated code, can be accessed via $\href{https://yxxxb.github.io/VoCo-LLaMA-page/}{\text{this https URL}}$.

📄 PDF Abstract BibTeX arXiv:2406.12275

Code (1)

Yxxxb/VoCo-LLaMA 공식 구현 pytorch

Tasks

Computational EfficiencyQuestion AnsweringVideo Question Answering

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

Adaptive-VoCo: Complexity-Aware Visual Token Compression for Vision-Language Models

2025-12-20 · Xiaoyang Guo, Keze Wang arxiv

In recent years, large-scale vision-language models (VLMs) have demonstrated remarkable performance on multimodal understanding and reasoning tasks. However, handling high-dimensional visual features often incurs substan…

EvoComp: Learning Visual Token Compression for Multimodal Large Language Models via Semantic-Guided Evolutionary Labeling

2026-04-18 · Jiafei Song, Fengwei Zhou, Jin Qu, Wenjin Jason Li 외 arxiv

Recent Multimodal Large Language Models (MLLMs) have demonstrated strong performance on vision-language understanding tasks, yet their inference efficiency is often hampered by the large number of visual tokens, particul…

EvoCoT: Overcoming the Exploration Bottleneck in Reinforcement Learning

2025-08-11 · Huanyu Liu, Jia Li, Yihong Dong, Chang Yu 외 arxiv

Reinforcement learning with verifiable reward (RLVR) has become a promising paradigm for post-training large language models (LLMs) to improve their reasoning capability. However, when the rollout accuracy is low on hard…

Reinforcement Learning

EvoCodeBench: An Evolving Code Generation Benchmark Aligned with Real-World Code Repositories

2024-03-31 · Jia Li, Ge Li, Xuanming Zhang, Yihong Dong 외

How to evaluate Large Language Models (LLMs) in code generation is an open question. Existing benchmarks demonstrate poor alignment with real-world code repositories and are insufficient to evaluate the coding abilities …

Code Generation

Nexus: An Omni-Perceptive And -Interactive Model for Language, Audio, And Vision

2025-02-26 · Che Liu, Yingji Zhang, Dong Zhang, Weijie Zhang 외

This work proposes an industry-level omni-modal large language model (LLM) pipeline that integrates auditory, visual, and linguistic modalities to overcome challenges such as limited tri-modal datasets, high computationa…

Audio SynthesisAutomatic Speech RecognitionAutomatic Speech Recognition (ASR)Language Modeling+9