CVMay 8, 2020

Condensed Movies: Story Based Retrieval with Contextual Embeddings

arXiv:2005.04208v2123 citations
AI Analysis

This work addresses the challenge of story-based video retrieval for researchers and practitioners in computer vision and multimedia, though it is incremental as it builds on existing retrieval techniques with a new dataset.

The authors tackled the problem of long-range narrative understanding in movies by creating a dataset of key scenes from over 3,000 movies and developing a retrieval method that combines character, speech, and visual cues, showing that adding context from other clips improves performance.

Our objective in this work is long range understanding of the narrative structure of movies. Instead of considering the entire movie, we propose to learn from the `key scenes' of the movie, providing a condensed look at the full storyline. To this end, we make the following three contributions: (i) We create the Condensed Movies Dataset (CMD) consisting of the key scenes from over 3K movies: each key scene is accompanied by a high level semantic description of the scene, character face-tracks, and metadata about the movie. The dataset is scalable, obtained automatically from YouTube, and is freely available for anybody to download and use. It is also an order of magnitude larger than existing movie datasets in the number of movies; (ii) We provide a deep network baseline for text-to-video retrieval on our dataset, combining character, speech and visual cues into a single video embedding; and finally (iii) We demonstrate how the addition of context from other video clips improves retrieval performance.

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