Localizing Moments in Video with Natural Language
Lisa Anne Hendricks, Oliver Wang, Eli Shechtman, Josef Sivic, Trevor Darrell, Bryan Russell
TL;DR
The paper tackles the problem of localizing moments in video using natural language by introducing the Moment Context Network (MCN), which fuses local moment features with global temporal context and temporal endpoint cues. To train and evaluate moment localization in open-world, unedited videos, the authors build the DiDeMo dataset, containing thousands of moments with referring expressions and extensive validation to ensure referentiality. MCN demonstrates superior retrieval performance over baselines, with ablations showing the value of global context, temporal endpoints, and multi-modal (RGB and flow) inputs. The work provides a new benchmark and methodology that enable precise, language-guided moment localization in real-world videos, with potential applications in personal/video library search and stock footage retrieval.
Abstract
We consider retrieving a specific temporal segment, or moment, from a video given a natural language text description. Methods designed to retrieve whole video clips with natural language determine what occurs in a video but not when. To address this issue, we propose the Moment Context Network (MCN) which effectively localizes natural language queries in videos by integrating local and global video features over time. A key obstacle to training our MCN model is that current video datasets do not include pairs of localized video segments and referring expressions, or text descriptions which uniquely identify a corresponding moment. Therefore, we collect the Distinct Describable Moments (DiDeMo) dataset which consists of over 10,000 unedited, personal videos in diverse visual settings with pairs of localized video segments and referring expressions. We demonstrate that MCN outperforms several baseline methods and believe that our initial results together with the release of DiDeMo will inspire further research on localizing video moments with natural language.
