Object-Centric Framework for Video Moment Retrieval
Zongyao Li, Yongkang Wong, Satoshi Yamazaki, Jianquan Liu, Mohan Kankanhalli
TL;DR
The paper addresses video moment retrieval for object-oriented queries by moving beyond frame-level representations to an object-centric paradigm. It constructs object and relationship tracklets via scene graphs and processes them with a relational tracklet transformer to capture fine-grained spatio-temporal dynamics. Empirically, the approach achieves state-of-the-art results on Charades-STA, QVHighlights, and TACoS, and ablations underscore the value of explicit object-level modeling and scene-graph quality. The work also discusses computational costs and potential improvements with faster open-vocabulary scene graph generation in future systems.
Abstract
Most existing video moment retrieval methods rely on temporal sequences of frame- or clip-level features that primarily encode global visual and semantic information. However, such representations often fail to capture fine-grained object semantics and appearance, which are crucial for localizing moments described by object-oriented queries involving specific entities and their interactions. In particular, temporal dynamics at the object level have been largely overlooked, limiting the effectiveness of existing approaches in scenarios requiring detailed object-level reasoning. To address this limitation, we propose a novel object-centric framework for moment retrieval. Our method first extracts query-relevant objects using a scene graph parser and then generates scene graphs from video frames to represent these objects and their relationships. Based on the scene graphs, we construct object-level feature sequences that encode rich visual and semantic information. These sequences are processed by a relational tracklet transformer, which models spatio-temporal correlations among objects over time. By explicitly capturing object-level state changes, our framework enables more accurate localization of moments aligned with object-oriented queries. We evaluated our method on three benchmarks: Charades-STA, QVHighlights, and TACoS. Experimental results demonstrate that our method outperforms existing state-of-the-art methods across all benchmarks.
