paper-with-me

Papers

Efficient Vision-Language Models by Summarizing Visual Tokens into Compact Registers

2024-10-17 · Yuxin Wen, Qingqing Cao, Qichen Fu, Sachin Mehta, Mahyar Najibi

Recent advancements in vision-language models (VLMs) have expanded their potential for real-world applications, enabling these models to perform complex reasoning on images. In the widely used fully autoregressive transformer-based models like LLaVA, projected visual tokens are prepended to textual tokens. Oftentimes, visual tokens are significantly more than prompt tokens, resulting in increased computational overhead during both training and inference. In this paper, we propose Visual Compact Token Registers (Victor), a method that reduces the number of visual tokens by summarizing them into a smaller set of register tokens. Victor adds a few learnable register tokens after the visual tokens and summarizes the visual information into these registers using the first few layers in the language tower of VLMs. After these few layers, all visual tokens are discarded, significantly improving computational efficiency for both training and inference. Notably, our method is easy to implement and requires a small number of new trainable parameters with minimal impact on model performance. In our experiment, with merely 8 visual registers--about 1% of the original tokens--Victor shows less than a 4% accuracy drop while reducing the total training time by 43% and boosting the inference throughput by 3.3X.

📄 PDF Abstract BibTeX arXiv:2410.14072

Code (0)

등록된 구현이 없습니다.

Tasks

Computational Efficiency

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Jarvis: Towards Personalized AI Assistant via Personal KV-Cache Retrieval

2025-10-26 · Binxiao Xu, Junyu Feng, Shaolin Lu, Yulin Luo 외 arxiv

The rapid development of Vision-language models (VLMs) enables open-ended perception and reasoning. Recent works have started to investigate how to adapt general-purpose VLMs into personalized assistants. Even commercial…

Visual Question Answering

Exploring Open-Vocabulary Semantic Segmentation from CLIP Vision Encoder Distillation Only

2023-01-01 · ICCV 2023 1 · Jun Chen, Deyao Zhu, Guocheng Qian, Bernard Ghanem 외

Semantic segmentation is a crucial task in computer vision that involves segmenting images into semantically meaningful regions at the pixel level. However, existing approaches often rely on expensive human annotatio…

Open Vocabulary Semantic SegmentationOpen-Vocabulary Semantic SegmentationSegmentationSemantic Segmentation+2

Exploring Open-Vocabulary Semantic Segmentation without Human Labels

2023-06-01 · Jun Chen, Deyao Zhu, Guocheng Qian, Bernard Ghanem 외

Semantic segmentation is a crucial task in computer vision that involves segmenting images into semantically meaningful regions at the pixel level. However, existing approaches often rely on expensive human annotations a…

Open Vocabulary Semantic SegmentationOpen-Vocabulary Semantic SegmentationSegmentationSemantic Segmentation+2

Scaling Large Vision-Language Models for Enhanced Multimodal Comprehension In Biomedical Image Analysis

2025-01-26 · Robinson Umeike, Neil Getty, Fangfang Xia, Rick Stevens

Large language models (LLMs) have demonstrated immense capabilities in understanding textual data and are increasingly being adopted to help researchers accelerate scientific discovery through knowledge extraction (infor…

ArticlesHallucinationInformation RetrievalKnowledge Distillation+4

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