paper-with-me

Papers

FlashSloth: Lightning Multimodal Large Language Models via Embedded Visual Compression

2024-12-05 · Bo Tong, Bokai Lai, Yiyi Zhou, Gen Luo, Yunhang Shen, Ke Li, Xiaoshuai Sun, Rongrong Ji

Despite a big leap forward in capability, multimodal large language models (MLLMs) tend to behave like a sloth in practical use, i.e., slow response and large latency. Recent efforts are devoted to building tiny MLLMs for better efficiency, but the plethora of visual tokens still used limit their actual speedup. In this paper, we propose a powerful and fast tiny MLLM called FlashSloth. Different from previous efforts, FlashSloth focuses on improving the descriptive power of visual tokens in the process of compressing their redundant semantics. In particular, FlashSloth introduces embedded visual compression designs to capture both visually salient and instruction-related image information, so as to achieving superior multimodal performance with fewer visual tokens. Extensive experiments are conducted to validate the proposed FlashSloth, and a bunch of tiny but strong MLLMs are also comprehensively compared, e.g., InternVL2, MiniCPM-V2 and Qwen2-VL. The experimental results show that compared with these advanced tiny MLLMs, our FlashSloth can greatly reduce the number of visual tokens, training memory and computation complexity while retaining high performance on various VL tasks.

📄 PDF Abstract BibTeX arXiv:2412.04317

Code (1)

codefanw/flashsloth 공식 구현 pytorch

Tasks

DescriptiveVisual Question Answering

Similar Papers 제목 키워드 기반

FlashSloth : Lightning Multimodal Large Language Models via Embedded Visual Compression

2025-01-01 · CVPR 2025 1 · Bo Tong, Bokai Lai, Yiyi Zhou, Gen Luo 외

Despite a big leap forward in capability, multimodal large language models (MLLMs) tend to behave like a sloth in practical use, i.e., slow response and large latency. Recent efforts are devoted to building tiny MLLM…

Descriptive

LightningDOT: Pre-training Visual-Semantic Embeddings for Real-Time Image-Text Retrieval

2021-03-16 · NAACL 2021 4 · Siqi Sun, Yen-Chun Chen, Linjie Li, Shuohang Wang 외

Multimodal pre-training has propelled great advancement in vision-and-language research. These large-scale pre-trained models, although successful, fatefully suffer from slow inference speed due to enormous computation c…

Image-text RetrievalRe-RankingRetrievalText Retrieval

Lightning IR: Straightforward Fine-tuning and Inference of Transformer-based Language Models for Information Retrieval

2024-11-07 · Ferdinand Schlatt, Maik Fröbe, Matthias Hagen

A wide range of transformer-based language models have been proposed for information retrieval tasks. However, including transformer-based models in retrieval pipelines is often complex and requires substantial engineeri…

Information RetrievalRe-RankingRetrieval

Upward lightning at wind turbines: Risk assessment from larger-scale meteorology

2023-01-09 · Isabell Stucke, Deborah Morgenstern, Thorsten Simon, Georg J. Mayr 외

Upward lightning (UL) has become an increasingly important threat to wind turbines as ever more of them are being installed for renewably producing electricity. The taller the wind turbine the higher the risk that the ty…

Lightning OPD: Efficient Post-Training for Large Reasoning Models with Offline On-Policy Distillation

2026-04-14 · Yecheng Wu, Song Han, Hai Cai arxiv

On-policy distillation (OPD) is an effective post-training paradigm for large language models but requires a live teacher server throughout training, resulting in substantial infrastructure overhead. We investigate wheth…

Code Generation