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

Detector-Empowered Video Large Language Model for Efficient Spatio-Temporal Grounding

About

Multimodal large language models (MLLMs) are rapidly expanding from general video understanding to finer-grained understanding such as spatio-temporal video grounding (STVG) and reasoning. In these tasks, an MLLM must localize the user-queried target in time and space and take the results as evidence for reasoning. Existing MLLM methods mainly follow two paradigms: (1) Direct Localization, which outputs STVG results with extra alignment modules or specialized decoders; and (2) Candidate-based Selection, which first constructs tube-level candidates and then selects the relevant one by an MLLM. However, both suffer from a serious efficiency bottleneck: the former incurs linearly growing decoding cost as the queried temporal span increases, while the latter relies on costly candidate construction. To break this bottleneck, we propose DEViL, a detector-empowered Video-LLM with a simple key idea: offloading dense spatial grounding from the MLLM to a fully parallelizable, well-trained detector. Specifically, DEViL distills the query into a detector-compatible reference-semantic token, which replaces the detector's text embedding to enable spatial grounding in a single pass. Then, we design temporal consistency regularization to match objects across frames and enforce their coherence over time. In this way, DEViL avoids long coordinate decoding and heavy candidate pipelines. Extensive experiments show that DEViL achieves strong performance (43.1% m_vIoU on HC-STVG) with superior efficiency (14.33 FPS), while preserving the general reasoning capacity of the MLLM backbone.

Shida Gao, Feng Xue, Xiangfeng Wang, Anlong Ming, Zhaowen Lin, Haiyang Zhang, Teng Long, Nicu Sebe, Yihua Shao, Haozhe Wang, Wei Wang• 2025

Related benchmarks

TaskDatasetResultRank
Video UnderstandingMVBench
Accuracy65.4
563
Temporal Video UnderstandingTempCompass
Accuracy63.75
141
Temporal Video GroundingCharades-STA (test)
Recall@IoU=0.551.5
124
Video UnderstandingVideoMME
Accuracy (No Subtitles)0.577
60
Spatio-Temporal ReasoningV-Star
Chain1 (When) m tIoU27.5
44
Grounded Video Question AnsweringNExT-GQA (test)
mIoU27.9
32
Spatio-Temporal Video GroundingVidSTG Declarative Sentences
m_vIoU32
20
Spatio-Temporal Video GroundingHC-STVG v1
m_vIoU36.2
11
Spatio-Temporal Video GroundingHC-STVG v2
m_tIoU58
9
Spatio-Temporal Video GroundingVidSTG Interrogative Sentence
m_vIoU27.7
8
Showing 10 of 12 rows

Other info

Follow for update