paper-with-me

홈 › Papers

When LLaVA Meets Objects: Token Composition for Vision-Language-Models

2026-02-04 · Soumya Jahagirdar, Walid Bousselham, Anna Kukleva, Hilde Kuehne arxiv

Current autoregressive Vision Language Models (VLMs) usually rely on a large number of visual tokens to represent images, resulting in a need for more compute especially at inference time. To address this problem, we propose Mask-LLaVA, a framework that leverages different levels of visual features to create a compact yet information-rich visual representation for autoregressive VLMs. Namely, we combine mask-based object representations together with global tokens and local patch tokens. While all tokens are used during training, it shows that the resulting model can flexibly drop especially the number of mask-based object-tokens at test time, allowing to adapt the number of tokens during inference without the need to retrain the model and without a significant drop in performance. We evaluate the proposed approach on a suite of standard benchmarks showing results competitive to current token efficient methods and comparable to the original LLaVA baseline using only a fraction of visual tokens. Our analysis demonstrates that combining multi-level features enables efficient learning with fewer tokens while allowing dynamic token selection at test time for good performance.

📄 PDF Abstract BibTeX arXiv:2602.04864

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

LLaVA-Zip: Adaptive Visual Token Compression with Intrinsic Image Information

2024-12-11 · Ke Wang, Hong Xuan

Multi-modal large language models (MLLMs) utilizing instruction-following data, such as LLaVA, have achieved great progress in the industry. A major limitation in these models is that visual tokens consume a substantial …

Data AugmentationInstruction Following

ConvLLaVA: Hierarchical Backbones as Visual Encoder for Large Multimodal Models

2024-05-24 · Chunjiang Ge, Sijie Cheng, ZiMing Wang, Jiale Yuan 외

High-resolution Large Multimodal Models (LMMs) encounter the challenges of excessive visual tokens and quadratic visual complexity. Current high-resolution LMMs address the quadratic complexity while still generating exc…

Visual Question Answering

MC-LLaVA: Multi-Concept Personalized Vision-Language Model

2025-03-24 · Ruichuan An, Sihan Yang, Ming Lu, Renrui Zhang 외

Current vision-language models (VLMs) show exceptional abilities across diverse tasks, such as visual question answering. To enhance user experience, recent studies investigate VLM personalization to understand user-prov…

Language ModelingLanguage ModellingQuestion AnsweringVisual Question Answering

MC-LLaVA: Multi-Concept Personalized Vision-Language Model

2024-11-18 · Ruichuan An, Sihan Yang, Ming Lu, Renrui Zhang 외

Current vision-language models (VLMs) show exceptional abilities across diverse tasks, such as visual question answering. To enhance user experience, recent studies investigate VLM personalization to understand user-prov…

Language ModelingLanguage ModellingQuestion AnsweringVisual Question Answering

LLaVA-Mini: Efficient Image and Video Large Multimodal Models with One Vision Token

2025-01-07 · Shaolei Zhang, Qingkai Fang, Zhe Yang, Yang Feng

The advent of real-time large multimodal models (LMMs) like GPT-4o has sparked considerable interest in efficient LMMs. LMM frameworks typically encode visual inputs into vision tokens (continuous representations) and in…

GPUVisual Question Answering (VQA)Zero-Shot Video Question Answer