CVOct 31, 2019

Semantic Conditioned Dynamic Modulation for Temporal Sentence Grounding in Videos

arXiv:1910.14303v1283 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses the problem of localizing video segments based on natural language queries for applications in video retrieval and analysis, representing an incremental improvement over existing methods.

The paper tackles temporal sentence grounding in videos by proposing a semantic conditioned dynamic modulation (SCDM) mechanism, which uses sentence semantics to modulate temporal convolutions and improve video content correlation, resulting in state-of-the-art performance on three public datasets with clear margins.

Temporal sentence grounding in videos aims to detect and localize one target video segment, which semantically corresponds to a given sentence. Existing methods mainly tackle this task via matching and aligning semantics between a sentence and candidate video segments, while neglect the fact that the sentence information plays an important role in temporally correlating and composing the described contents in videos. In this paper, we propose a novel semantic conditioned dynamic modulation (SCDM) mechanism, which relies on the sentence semantics to modulate the temporal convolution operations for better correlating and composing the sentence related video contents over time. More importantly, the proposed SCDM performs dynamically with respect to the diverse video contents so as to establish a more precise matching relationship between sentence and video, thereby improving the temporal grounding accuracy. Extensive experiments on three public datasets demonstrate that our proposed model outperforms the state-of-the-arts with clear margins, illustrating the ability of SCDM to better associate and localize relevant video contents for temporal sentence grounding. Our code for this paper is available at https://github.com/yytzsy/SCDM .

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