CVAug 29, 2025

One More Glance with Sharp Eyes: Rethinking Lightweight Captioning as a Practical Visual Specialist

CMU
arXiv:2508.21451v2h-index: 43
Originality Incremental advance
AI Analysis

This work addresses the problem of computational efficiency for on-device applications like chatbots and robots, offering a practical solution with incremental improvements in lightweight captioning.

The paper tackles the challenge of deploying image captioning models on local devices by building a lightweight 125M-parameter model that achieves performance comparable to larger multimodal LLMs, and introduces a refinement framework to improve caption quality by addressing attention and visual representation issues.

Image captioning is fundamental for applications like video-grounded chatbot systems and navigation robots, yet deploying such models on local devices is challenging due to the high computational demands of multimodal LLMs (MLLMs). To address this, we first build lightweight captioning models using a 125M-parameter language model, 56 times smaller than LLaMA-7B, and evaluate their performance not only on single-sentence but on detailed captioning tasks. We obtain surprising results showing that our model can achieve performance comparable to MLLMs, suggesting its potential to serve as a strong captioning specialist for on-device applications. While promising, our model also exhibits a limitation: like other MLLMs, it suffers from occasional captioning errors. We investigate the underlying causes and observe that the problems stem from ineffective attention mechanisms and limited visual representations. To alleviate them, we develop a novel captioning framework, Sharp-Eyed Refinement, which enhances caption quality by refining coarse descriptions into more precise captions. At its core, DeepLens improves visual grounding by re-examining the informative regions identified in the initial glance. Experimental results demonstrate the superiority of our model over both recent lightweight captioning methods and MLLMs in detailed captioning and even in long-range video QA tasks.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes