CVIRMMDec 8, 2019

Learning 2D Temporal Adjacent Networks for Moment Localization with Natural Language

arXiv:1912.03590v3588 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of moment localization in videos for applications like video search and analysis, representing an incremental improvement by focusing on temporal dependencies.

The paper tackles the problem of retrieving specific moments from untrimmed videos using natural language queries by modeling temporal dependencies between moments with a 2D map, and the proposed Temporal Adjacent Network (2D-TAN) outperforms state-of-the-art methods on three benchmarks.

We address the problem of retrieving a specific moment from an untrimmed video by a query sentence. This is a challenging problem because a target moment may take place in relations to other temporal moments in the untrimmed video. Existing methods cannot tackle this challenge well since they consider temporal moments individually and neglect the temporal dependencies. In this paper, we model the temporal relations between video moments by a two-dimensional map, where one dimension indicates the starting time of a moment and the other indicates the end time. This 2D temporal map can cover diverse video moments with different lengths, while representing their adjacent relations. Based on the 2D map, we propose a Temporal Adjacent Network (2D-TAN), a single-shot framework for moment localization. It is capable of encoding the adjacent temporal relation, while learning discriminative features for matching video moments with referring expressions. We evaluate the proposed 2D-TAN on three challenging benchmarks, i.e., Charades-STA, ActivityNet Captions, and TACoS, where our 2D-TAN outperforms the state-of-the-art.

Code Implementations3 repos
Foundations

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

Your Notes