Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

TRACE: Temporal Grounding Video LLM via Causal Event Modeling

About

Video Temporal Grounding (VTG) is a crucial capability for video understanding models and plays a vital role in downstream tasks such as video browsing and editing. To effectively handle various tasks simultaneously and enable zero-shot prediction, there is a growing trend in employing video LLMs for VTG tasks. However, current video LLM-based methods rely exclusively on natural language generation, lacking the ability to model the clear structure inherent in videos, which restricts their effectiveness in tackling VTG tasks. To address this issue, this paper first formally introduces causal event modeling framework, which represents video LLM outputs as sequences of events, and predict the current event using previous events, video inputs, and textural instructions. Each event consists of three components: timestamps, salient scores, and textual captions. We then propose a novel task-interleaved video LLM called TRACE to effectively implement the causal event modeling framework in practice. The TRACE process visual frames, timestamps, salient scores, and text as distinct tasks, employing various encoders and decoding heads for each. Task tokens are arranged in an interleaved sequence according to the causal event modeling framework's formulation. Extensive experiments on various VTG tasks and datasets demonstrate the superior performance of TRACE compared to state-of-the-art video LLMs. Our model and code are available at https://github.com/gyxxyg/TRACE.

Yongxin Guo, Jingyu Liu, Mingda Li, Qingbin Liu, Xi Chen, Xiaoying Tang• 2024

Related benchmarks

TaskDatasetResultRank
Temporal Video GroundingCharades-STA (test)
Recall@IoU=0.540.3
117
Video GroundingCharades-STA
R@1 IoU=0.561.7
113
Temporal GroundingActivityNet Captions
Recall@1 (IoU=0.5)37.7
45
Dense Video CaptioningActivityNet Captions
METEOR6.4
43
Temporal Video GroundingCharades-STA
Rank-1 Recall (IoU=0.5)61.7
33
Temporal GroundingCharades-STA--
33
Dense Video CaptioningYouCook2
SODA_c6.7
29
Video highlight detectionQVHighlights
mAP0.318
29
Video Event GroundingActivityNet
Recall@0.537.7
17
Spatio-Temporal ReasoningV-Star
Accuracy17.6
14
Showing 10 of 14 rows

Other info

Follow for update