paper-with-me

홈 › Papers

TRACE: Temporal Grounding Video LLM via Causal Event Modeling

2024-10-08 · Yongxin Guo, Jingyu Liu, Mingda Li, Xiaoying Tang, Qingbin Liu, Xi Chen

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 videos 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 processes 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 \url{https://github.com/gyxxyg/TRACE}.

📄 PDF Abstract BibTeX arXiv:2410.05643

Code (1)

gyxxyg/trace 공식 구현 pytorch

Tasks

Text GenerationVideo Understanding

Similar Papers 제목 키워드 기반

TEMPURA: Temporal Event Masked Prediction and Understanding for Reasoning in Action

2025-05-02 · Jen-Hao Cheng, Vivian Wang, Huayu Wang, Huapeng Zhou 외

Understanding causal event relationships and achieving fine-grained temporal grounding in videos remain challenging for vision-language models. Existing methods either compress video tokens to reduce temporal resolution,…

Dense CaptioningHighlight DetectionVideo SegmentationVideo Semantic Segmentation+1

Conditional Multi-Event Temporal Grounding in Long-Form Video

2026-06-13 · Yuanhao Zou, Arthad Kulkarni, Lucas Tonanez, Lincoln Spencer 외 arxiv

Multimodal large language models have made rapid progress in video temporal grounding, yet real-world applications routinely require localizing every event that satisfies compositional temporal and spatial conditions. Ex…

LeAdQA: LLM-Driven Context-Aware Temporal Grounding for Video Question Answering

2025-07-20 · Xinxin Dong, Baoyun Peng, Haokai Ma, Yufei Wang 외 arxiv

Video Question Answering (VideoQA) requires identifying sparse critical moments in long videos and reasoning about their causal relationships to answer semantically complex questions. While recent advances in multimodal …

Video Question AnsweringComputational EfficiencyVisual Grounding

GraphThinker: Reinforcing Temporally Grounded Video Reasoning with Event Graph Thinking

2026-02-19 · Zixu Cheng, Da Li, Jian Hu, Yuhang Zang 외 arxiv

Video reasoning requires a fine-grained understanding of the temporal dependencies and event-level relations between objects and events in videos. Current Multimodal Large Language Models (MLLMs) are prone to severe temp…

Visual Grounding

DART: Difficulty-Adaptive Routing for Zero-Shot Video Temporal Grounding

2026-07-01 · Zhengbo Zhang, Mark He Huang, Zhigang Tu, Ming-Hsuan Yang arxiv

Zero-shot video temporal grounding (VTG) localizes events in untrimmed videos from natural language queries without task-specific training. Existing methods rely on frame-query feature matching, which suffices for simple…

Natural Language Queries