paper-with-me

Papers

Progressive Localization Networks for Language-based Moment Localization

2021-02-02 · Qi Zheng, Jianfeng Dong, Xiaoye Qu, Xun Yang, Yabing Wang, Pan Zhou, Baolong Liu, Xun Wang

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 video moments. Most existing methods prefer to first sample sufficient candidate moments with various temporal lengths, and then match them with the given query to determine the target moment. However, candidate moments generated with a fixed temporal granularity may be suboptimal to handle the large variation in moment lengths. To this end, we propose a novel multi-stage Progressive Localization Network (PLN) which progressively localizes the target moment in a coarse-to-fine manner. Specifically, each stage of PLN has a localization branch, and focuses on candidate moments that are generated with a specific temporal granularity. The temporal granularities of candidate moments are different across the stages. Moreover, we devise a conditional feature manipulation module and an upsampling connection to bridge the multiple localization branches. In this fashion, the later stages are able to absorb the previously learned information, thus facilitating the more fine-grained localization. Extensive experiments on three public datasets demonstrate the effectiveness of our proposed PLN for language-based moment localization, especially for localizing short moments in long videos.

📄 PDF Abstract BibTeX arXiv:2102.01282

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

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

Prompting Large Language Models to Reformulate Queries for Moment Localization

2023-06-06 · Wenfeng Yan, Shaoxiang Chen, Zuxuan Wu, Yu-Gang Jiang

The task of moment localization is to localize a temporal moment in an untrimmed video for a given natural language query. Since untrimmed video contains highly redundant contents, the quality of the query is crucial for…

Moment QueriesNatural Language Queries

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

Localizing Moments in Video with Temporal Language

2018-09-05 · EMNLP 2018 10 · Lisa Anne Hendricks, Oliver Wang, Eli Shechtman, Josef Sivic 외

Localizing moments in a longer video via natural language queries is a new, challenging task at the intersection of language and video understanding. Though moment localization with natural language is similar to other l…

Natural Language QueriesRetrievalVideo Understanding

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