TL;DR
DEViL introduces a detector-empowered video large language model that enhances spatio-temporal grounding efficiency by offloading dense spatial tasks to a trained detector, enabling faster and more coherent video understanding.
Contribution
The paper proposes DEViL, a novel approach that combines a detector with a large language model to improve efficiency and coherence in spatio-temporal video grounding tasks.
Findings
DEViL achieves 43.1% m_vIoU on HC-STVG benchmark.
DEViL runs at 14.33 FPS, significantly faster than previous methods.
The approach maintains strong reasoning capabilities of the underlying LLM.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
