CLApr 4, 2019

ExCL: Extractive Clip Localization Using Natural Language Descriptions

arXiv:1904.02755v11139 citations
Originality Incremental advance
AI Analysis

This addresses the task of efficient and accurate video clip localization for applications like video search and analysis, representing a strong incremental improvement over prior methods.

The authors tackled the problem of retrieving video clips based on natural language queries by proposing an extractive approach that predicts start and end frames, eliminating the need for segment proposals. Their method significantly outperformed state-of-the-art on two datasets and achieved comparable performance on a third.

The task of retrieving clips within videos based on a given natural language query requires cross-modal reasoning over multiple frames. Prior approaches such as sliding window classifiers are inefficient, while text-clip similarity driven ranking-based approaches such as segment proposal networks are far more complicated. In order to select the most relevant video clip corresponding to the given text description, we propose a novel extractive approach that predicts the start and end frames by leveraging cross-modal interactions between the text and video - this removes the need to retrieve and re-rank multiple proposal segments. Using recurrent networks we encode the two modalities into a joint representation which is then used in different variants of start-end frame predictor networks. Through extensive experimentation and ablative analysis, we demonstrate that our simple and elegant approach significantly outperforms state of the art on two datasets and has comparable performance on a third.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes