Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

EGM: Efficient Visual Grounding Language Models

About

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.

Guanqi Zhan, Changye Li, Zhijian Liu, Yao Lu, Yi Wu, Song Han, Ligeng Zhu• 2026

Related benchmarks

TaskDatasetResultRank
Visual GroundingRefCOCO+ (val)
Accuracy90.1
212
Visual GroundingRefCOCO+ (testA)
Accuracy93.6
206
Visual GroundingRefCOCO+ (testB)
Accuracy85.9
180
Visual GroundingRefCOCO (val)
Accuracy93.9
147
Visual GroundingRefCOCO (testB)
Accuracy91.2
138
Visual GroundingRefCOCO (testA)
Accuracy95.2
123
Visual GroundingRefCOCOg (test)
Accuracy91.2
119
Visual GroundingRefCOCOg (val)
Accuracy90.4
114
Amodal GroundingAmodal Grounding
Amodal Accuracy73.9
20
Showing 9 of 9 rows

Other info

Follow for update