CVApr 13, 2018

Multilevel Language and Vision Integration for Text-to-Clip Retrieval

arXiv:1804.05113v3362 citations
Originality Incremental advance
AI Analysis

This addresses the problem of efficiently retrieving video clips based on textual descriptions for applications like video search, with incremental improvements over existing methods.

The paper tackles text-based activity retrieval in video by introducing a multilevel model that integrates vision and language features earlier and more tightly, significantly outperforming prior work on Charades-STA and ActivityNet Captions benchmarks.

We address the problem of text-based activity retrieval in video. Given a sentence describing an activity, our task is to retrieve matching clips from an untrimmed video. To capture the inherent structures present in both text and video, we introduce a multilevel model that integrates vision and language features earlier and more tightly than prior work. First, we inject text features early on when generating clip proposals, to help eliminate unlikely clips and thus speed up processing and boost performance. Second, to learn a fine-grained similarity metric for retrieval, we use visual features to modulate the processing of query sentences at the word level in a recurrent neural network. A multi-task loss is also employed by adding query re-generation as an auxiliary task. Our approach significantly outperforms prior work on two challenging benchmarks: Charades-STA and ActivityNet Captions.

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