paper-with-me

홈 › Papers

EGM: Efficient Visual Grounding Language Models

2026-01-20 · Guanqi Zhan, Changye Li, Zhijian Liu, Yao Lu, Yi Wu, Song Han, Ligeng Zhu arxiv

Visual grounding is an essential capability of Visual Language Models (VLMs) to understand the real physical world. Previous state-of-the-art grounding visual language models usually have large model sizes, making them heavy for deployment and slow for inference. However, we notice that the sizes of visual encoders are nearly the same for small and large VLMs and the major difference is the sizes of the language models. Small VLMs fall behind larger VLMs in grounding because of the difference in language understanding capability rather than visual information handling. To mitigate the gap, we introduce 'Efficient visual Grounding language Models' (EGM): generate many mid-quality tokens (from small models) to match the performance of large VLMs with few high-quality but expensive tokens. This method is deployment-friendly, and yields better end-to-end latency: On the RefCOCO benchmark, our EGM-Qwen3-VL-8B demonstrates 91.4 IoU with an average of 737ms (5.9x faster) latency while Qwen3-VL-235B demands 4,320ms to reach 90.5 IoU. To validate our approach's generality, we further set up a new amodal grounding setting that requires the model to predict both the visible and occluded parts of the objects. Experiments show our method consistently improves both vanilla and amodal grounding capabilities of small models to match or outperform larger models, thereby improving efficiency for visual grounding.

📄 PDF Abstract BibTeX arXiv:2601.13633

Code (0)

등록된 구현이 없습니다.

Tasks

Visual Grounding

Similar Papers 제목 키워드 기반

Deconfounded Visual Grounding

2021-12-31 · Jianqiang Huang, Yu Qin, Jiaxin Qi, Qianru Sun 외

We focus on the confounding bias between language and location in the visual grounding pipeline, where we find that the bias is the major visual reasoning bottleneck. For example, the grounding process is usually a trivi…

Referring ExpressionVisual GroundingVisual Reasoning

Visual Grounding of Inter-lingual Word-Embeddings

2022-09-08 · Wafaa Mohammed, Hassan Shahmohammadi, Hendrik P. A. Lensch, R. Harald Baayen

Visual grounding of Language aims at enriching textual representations of language with multiple sources of visual knowledge such as images and videos. Although visual grounding is an area of intense research, inter-ling…

Visual GroundingWord EmbeddingsWord Similarity

Multimodal Reference Visual Grounding

2025-04-02 · Yangxiao Lu, Ruosen Li, Liqiang Jing, Jikai Wang 외

Visual grounding focuses on detecting objects from images based on language expressions. Recent Large Vision-Language Models (LVLMs) have significantly advanced visual grounding performance by training large models with …

Few-Shot Object DetectionVisual Grounding

Lexicon-Level Contrastive Visual-Grounding Improves Language Modeling

2024-03-21 · Chengxu Zhuang, Evelina Fedorenko, Jacob Andreas

Today's most accurate language models are trained on orders of magnitude more language data than human language learners receive - but with no supervision from other sensory modalities that play a crucial role in human l…

Grounded language learningLanguage AcquisitionLanguage ModelingLanguage Modelling+2

The Curious Case of Visual Grounding: Different Effects for Speech- and Text-based Language Encoders

2025-09-19 · Adrian Sauter, Willem Zuidema, Marianne de Heer Kloots arxiv

How does visual information included in training affect language processing in audio- and text-based deep learning models? We explore how such visual grounding affects model-internal representations of words, and find su…

Visual Grounding