E.M.Ground: A Temporal Grounding Vid-LLM with Holistic Event Perception and Matching
Jiahao Nie, Wenbin An, Gongjie Zhang, Yicheng Xu, Yap-Peng Tan, Alex C. Kot, Shijian Lu
TL;DR
E.M.Ground tackles Temporal Video Grounding by replacing boundary-focused token matching with holistic event perception. It introduces a unified $<\!\!evt\!\!>$ token to aggregate all frames within the ground-truth event, augments representations with multi-grained visual features, and refines predictions via Savitzky-Golay smoothing. These design choices address semantic continuity, noise in token-frame similarities, and information loss from compression, yielding state-of-the-art results on Charades-STA and E.T.Bench with a relatively compact Phi-3 Mini-3.8B backbone. The approach demonstrates strong generalization across TVG, DVC, and VHD tasks, offering a practically efficient and robust solution for precise temporal localization in Vid-LLMs.
Abstract
Despite recent advances in Video Large Language Models (Vid-LLMs), Temporal Video Grounding (TVG), which aims to precisely localize time segments corresponding to query events, remains a significant challenge. Existing methods often match start and end frames by comparing frame features with two separate tokens, relying heavily on exact timestamps. However, this approach fails to capture the event's semantic continuity and integrity, leading to ambiguities. To address this, we propose E.M.Ground, a novel Vid-LLM for TVG that focuses on holistic and coherent event perception. E.M.Ground introduces three key innovations: (i) a special <event> token that aggregates information from all frames of a query event, preserving semantic continuity for accurate event matching; (ii) Savitzky-Golay smoothing to reduce noise in token-to-frame similarities across timestamps, improving prediction accuracy; (iii) multi-grained frame feature aggregation to enhance matching reliability and temporal understanding, compensating for compression-induced information loss. Extensive experiments on benchmark datasets show that E.M.Ground consistently outperforms state-of-the-art Vid-LLMs by significant margins.
