SynopGround: A Large-Scale Dataset for Multi-Paragraph Video Grounding from TV Dramas and Synopses
Chaolei Tan, Zihang Lin, Junfu Pu, Zhongang Qi, Wei-Yi Pei, Zhi Qu, Yexin Wang, Ying Shan, Wei-Shi Zheng, Jian-Fang Hu
TL;DR
SynopGround introduces a large-scale, long-form video grounding dataset comprising over $2800$ hours of TV drama footage paired with human-written synopses, each synopsis paragraph temporally localized in the corresponding episode. It formalizes Multi-Paragraph Video Grounding (MPVG) and presents the Local-Global Multimodal Reasoner (LGMR), a baseline that jointly models long-range temporal structure and cross-modal interactions via a local-global encoder and iterative decoder using a subparagraph extractor. The approach demonstrates strong performance gains over prior multi-sentence grounding methods, with extensive ablations confirming the importance of long-context modeling, multi-feature fusion (SlowFast, CLIP, OCR), and explicit cross-modal guidance. The work provides public data and code, enabling research on long-term narrative understanding and practical applications in story-aware video retrieval and editing.
Abstract
Video grounding is a fundamental problem in multimodal content understanding, aiming to localize specific natural language queries in an untrimmed video. However, current video grounding datasets merely focus on simple events and are either limited to shorter videos or brief sentences, which hinders the model from evolving toward stronger multimodal understanding capabilities. To address these limitations, we present a large-scale video grounding dataset named SynopGround, in which more than 2800 hours of videos are sourced from popular TV dramas and are paired with accurately localized human-written synopses. Each paragraph in the synopsis serves as a language query and is manually annotated with precise temporal boundaries in the long video. These paragraph queries are tightly correlated to each other and contain a wealth of abstract expressions summarizing video storylines and specific descriptions portraying event details, which enables the model to learn multimodal perception on more intricate concepts over longer context dependencies. Based on the dataset, we further introduce a more complex setting of video grounding dubbed Multi-Paragraph Video Grounding (MPVG), which takes as input multiple paragraphs and a long video for grounding each paragraph query to its temporal interval. In addition, we propose a novel Local-Global Multimodal Reasoner (LGMR) to explicitly model the local-global structures of long-term multimodal inputs for MPVG. Our method provides an effective baseline solution to the multi-paragraph video grounding problem. Extensive experiments verify the proposed model's effectiveness as well as its superiority in long-term multi-paragraph video grounding over prior state-of-the-arts. Dataset and code are publicly available. Project page: https://synopground.github.io/.
