paper-with-me

홈 › Papers

Multi-Scale 2D Temporal Adjacent Networks for Moment Localization with Natural Language

2020-12-04 · Songyang Zhang, Houwen Peng, Jianlong Fu, Yijuan Lu, Jiebo Luo

We address the problem of retrieving a specific moment from an untrimmed video by natural language. It is a challenging problem because a target moment may take place in the context of other temporal moments in the untrimmed video. Existing methods cannot tackle this challenge well since they do not fully consider the temporal contexts between temporal moments. In this paper, we model the temporal context between video moments by a set of predefined two-dimensional maps under different temporal scales. For each map, one dimension indicates the starting time of a moment and the other indicates the duration. These 2D temporal maps can cover diverse video moments with different lengths, while representing their adjacent contexts at different temporal scales. Based on the 2D temporal maps, we propose a Multi-Scale Temporal Adjacent Network (MS-2D-TAN), a single-shot framework for moment localization. It is capable of encoding the adjacent temporal contexts at each scale, while learning discriminative features for matching video moments with referring expressions. We evaluate the proposed MS-2D-TAN on three challenging benchmarks, i.e., Charades-STA, ActivityNet Captions, and TACoS, where our MS-2D-TAN outperforms the state of the art.

📄 PDF Abstract BibTeX arXiv:2012.02646

Code (1)

microsoft/2D-TAN 공식 구현 pytorch

Similar Papers 제목 키워드 기반

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

2019-12-08 · Songyang Zhang, Houwen Peng, Jianlong Fu, Jiebo Luo

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 untri…

Sentence

Progressive Localization Networks for Language-based Moment Localization

2021-02-02 · Qi Zheng, Jianfeng Dong, Xiaoye Qu, Xun Yang 외

This paper targets the task of language-based video moment localization. The language-based setting of this task allows for an open set of target activities, resulting in a large variation of the temporal lengths of vide…

A Survey on Video Moment Localization

2023-06-13 · Meng Liu, Liqiang Nie, Yunxiao Wang, Meng Wang 외

Video moment localization, also known as video moment retrieval, aiming to search a target segment within a video described by a given natural language query. Beyond the task of temporal action localization whereby the t…

Action LocalizationMoment RetrievalRetrievalSurvey+1

Momentor: Advancing Video Large Language Model with Fine-Grained Temporal Reasoning

2024-02-18 · Long Qian, Juncheng Li, Yu Wu, Yaobo Ye 외

Large Language Models (LLMs) demonstrate remarkable proficiency in comprehending and handling text-based tasks. Many efforts are being made to transfer these attributes to video modality, which are termed Video-LLMs. How…

Language ModelingLanguage ModellingLarge Language Model

MS-DETR: Natural Language Video Localization with Sampling Moment-Moment Interaction

2023-05-30 · Jing Wang, Aixin Sun, Hao Zhang, XiaoLi Li

Given a query, the task of Natural Language Video Localization (NLVL) is to localize a temporal moment in an untrimmed video that semantically matches the query. In this paper, we adopt a proposal-based solution that gen…

Decoder