paper-with-me

홈 › Papers

TinyGPT-V: Efficient Multimodal Large Language Model via Small Backbones

2023-12-28 · Zhengqing Yuan, Zhaoxu Li, Weiran Huang, Yanfang Ye, Lichao Sun

In recent years, multimodal large language models (MLLMs) such as GPT-4V have demonstrated remarkable advancements, excelling in a variety of vision-language tasks. Despite their prowess, the closed-source nature and computational demands of such models limit their accessibility and applicability. This study introduces TinyGPT-V, a novel open-source MLLM, designed for efficient training and inference across various vision-language tasks, including image captioning (IC) and visual question answering (VQA). Leveraging a compact yet powerful architecture, TinyGPT-V integrates the Phi-2 language model with pre-trained vision encoders, utilizing a unique mapping module for visual and linguistic information fusion. With a training regimen optimized for small backbones and employing a diverse dataset amalgam, TinyGPT-V requires significantly lower computational resources 24GB for training and as little as 8GB for inference without compromising on performance. Our experiments demonstrate that TinyGPT-V, with its language model 2.8 billion parameters, achieves comparable results in VQA and image inference tasks to its larger counterparts while being uniquely suited for deployment on resource-constrained devices through innovative quantization techniques. This work not only paves the way for more accessible and efficient MLLMs but also underscores the potential of smaller, optimized models in bridging the gap between high performance and computational efficiency in real-world applications. Additionally, this paper introduces a new approach to multimodal large language models using smaller backbones. Our code and training weights are available in the supplementary material.

📄 PDF Abstract BibTeX arXiv:2312.16862

Code (2)

dlyuangod/tinygpt-v 공식 구현 pytorch
knowlab/bi-weekly-paper-presentation

Tasks

Computational EfficiencyImage CaptioningLanguage ModelingLanguage ModellingLarge Language ModelMultimodal Large Language ModelQuantizationQuestion AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Methods 이 논문이 사용한 방법론

CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…

Similar Papers 제목 키워드 기반

Small Vision-Language Models: A Survey on Compact Architectures and Techniques

2025-03-09 · Nitesh Patnaik, Navdeep Nayak, Himani Bansal Agrawal, Moinak Chinmoy Khamaru 외

The emergence of small vision-language models (sVLMs) marks a critical advancement in multimodal AI, enabling efficient processing of visual and textual data in resource-constrained environments. This survey offers a com…

Computational EfficiencyKnowledge DistillationMamba

Extreme Model Compression for Edge Vision-Language Models: Sparse Temporal Token Fusion and Adaptive Neural Compression

2025-11-23 · Md Tasnin Tanvir, Soumitra Das, Sk Md Abidar Rahaman, Ali Shiri Sichani arxiv

The demand for edge AI in vision-language tasks requires models that achieve real-time performance on resource-constrained devices with limited power and memory. This paper proposes two adaptive compression techniques --…

Event-based visionModel CompressionChange Detection

Efficient Multimodal Learning from Data-centric Perspective

2024-02-18 · Muyang He, Yexin Liu, Boya Wu, Jianhao Yuan 외

Multimodal Large Language Models (MLLMs) have demonstrated notable capabilities in general visual understanding and reasoning tasks. However, their deployment is hindered by substantial computational costs in both traini…

Image ClassificationReferring Expression ComprehensionReferring expression generation

Be My Eyes: Extending Large Language Models to New Modalities Through Multi-Agent Collaboration

2025-11-24 · James Y. Huang, Sheng Zhang, Qianchu Liu, Guanghui Qin 외 arxiv

Large Language Models (LLMs) have demonstrated remarkable capabilities in challenging, knowledge-intensive reasoning tasks. However, extending LLMs to perceive and reason over a new modality (e.g., vision), often require…

Multimodal Reasoning

Rethinking Small VLM Quantization: From Component-Wise Analysis to Hardware-Aware Edge Deployment

2026-07-09 · Hyeju Shin, Chorwon Kim, Ryangsoo Kim, Hark Yoo 외 arxiv

The emergence of vision language models with fewer than 3 billion parameters has accelerated the implementation of on-device multimodal intelligence. However, a detailed understanding of component-wise quantization remai…