Preprint
Computer Vision

Llava-Mini

January 1, 2025

0

Citations

0

Influential Citations

Venue

2025

Year

Abstract

An efficient large multimodal model that minimizes vision tokens by pre-fusing visual information from a CLIP vision encoder into text tokens before feeding them, along with a small number of compressed vision tokens (achieved via query-based compression), to an LLM backbone, allowing for efficient processing of standard and high-resolution images, as well as videos, by significantly reducing the number of tokens the LLM needs to handle while preserving visual understanding.

Analysis

Why This Paper Matters

Large multimodal models (LMMs) that combine vision encoders with large language models (LLMs) typically suffer from a high number of visual tokens, especially when processing high-resolution images or videos. This token explosion leads to increased computational cost and memory usage, limiting practical deployment. Llava-Mini addresses this critical bottleneck by proposing a method to drastically reduce the number of vision tokens fed into the LLM backbone, making LMMs more efficient without sacrificing visual understanding.

The paper's focus on token efficiency is timely as the field moves toward real-time and on-device applications. By pre-fusing visual information into text tokens and using query-based compression, Llava-Mini offers a practical solution that could lower the barrier for deploying LMMs in resource-constrained environments.

Technical Contributions

  • Pre-fusion of visual information: Visual features from a CLIP encoder are fused into text tokens before being passed to the LLM, reducing the need for separate vision tokens.
  • Query-based compression: A small number of compressed vision tokens are retained via a query-based mechanism, preserving key visual information while minimizing token count.
  • Efficient handling of high-resolution and video inputs: The method scales to high-resolution images and videos by keeping the token budget low, enabling processing that would otherwise be prohibitive.
  • Preservation of visual understanding: Despite aggressive token reduction, the model maintains strong performance on visual understanding tasks, as claimed in the abstract.

Results

The abstract does not provide specific numerical results or comparisons to baselines. It states that Llava-Mini achieves efficient processing of standard and high-resolution images, as well as videos, by significantly reducing the number of tokens the LLM needs to handle while preserving visual understanding. Without concrete metrics, the claimed efficiency gains and performance retention cannot be independently verified.

Significance

Llava-Mini's approach to token reduction could have broad impact on the deployment of multimodal AI systems. By lowering the computational cost of LMMs, it enables their use in latency-sensitive applications such as real-time video analysis, augmented reality, and mobile assistants. The method also opens up possibilities for scaling LMMs to longer video sequences and higher resolutions without proportional increases in compute. If the claimed efficiency holds, Llava-Mini represents a step toward more practical and accessible multimodal AI.