paper-with-me

홈 › Papers

Adaptive Proposal Generation Network for Temporal Sentence Localization in Videos

2021-09-14 · EMNLP 2021 11 · Daizong Liu, Xiaoye Qu, Jianfeng Dong, Pan Zhou

We address the problem of temporal sentence localization in videos (TSLV). Traditional methods follow a top-down framework which localizes the target segment with pre-defined segment proposals. Although they have achieved decent performance, the proposals are handcrafted and redundant. Recently, bottom-up framework attracts increasing attention due to its superior efficiency. It directly predicts the probabilities for each frame as a boundary. However, the performance of bottom-up model is inferior to the top-down counterpart as it fails to exploit the segment-level interaction. In this paper, we propose an Adaptive Proposal Generation Network (APGN) to maintain the segment-level interaction while speeding up the efficiency. Specifically, we first perform a foreground-background classification upon the video and regress on the foreground frames to adaptively generate proposals. In this way, the handcrafted proposal design is discarded and the redundant proposals are decreased. Then, a proposal consolidation module is further developed to enhance the semantic of the generated proposals. Finally, we locate the target moments with these generated proposals following the top-down framework. Extensive experiments on three challenging benchmarks show that our proposed APGN significantly outperforms previous state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2109.06398

Code (0)

등록된 구현이 없습니다.

Tasks

Sentence

Similar Papers 제목 키워드 기반

Multi-Granularity Fusion Network for Proposal and Activity Localization: Submission to ActivityNet Challenge 2019 Task 1 and Task 2

2019-07-29 · Haisheng Su, Xu Zhao, Shuming Liu

This technical report presents an overview of our solution used in the submission to ActivityNet Challenge 2019 Task 1 (\textbf{temporal action proposal generation}) and Task 2 (\textbf{temporal action localization/detec…

Action LocalizationDiversityRe-RankingTask 2+2

Jointly Localizing and Describing Events for Dense Video Captioning

2018-04-23 · CVPR 2018 6 · Yehao Li, Ting Yao, Yingwei Pan, Hongyang Chao 외

Automatically describing a video with natural language is regarded as a fundamental challenge in computer vision. The problem nevertheless is not trivial especially when a video contains multiple events to be worthy of m…

AttributeDense Video CaptioningDescriptiveglobal-optimization+3

Complementary Boundary Generator with Scale-Invariant Relation Modeling for Temporal Action Localization: Submission to ActivityNet Challenge 2020

2020-07-20 · Haisheng Su, Jinyuan Feng, Hao Shao, Zhenyu Jiang 외

This technical report presents an overview of our solution used in the submission to ActivityNet Challenge 2020 Task 1 (\textbf{temporal action localization/detection}). Temporal action localization requires to not only …

Action LocalizationDiversityTemporal Action Localization

Proposal-free Temporal Moment Localization of a Natural-Language Query in Video using Guided Attention

2019-08-20 · Cristian Rodriguez-Opazo, Edison Marrese-Taylor, Fatemeh Sadat Saleh, Hongdong Li 외

This paper studies the problem of temporal moment localization in a long untrimmed video using natural language as the query. Given an untrimmed video and a sentence as the query, the goal is to determine the starting, a…

Sentence

Generic Tubelet Proposals for Action Localization

2017-05-30 · Jiawei He, Mostafa S. Ibrahim, Zhiwei Deng, Greg Mori

We develop a novel framework for action localization in videos. We propose the Tube Proposal Network (TPN), which can generate generic, class-independent, video-level tubelet proposals in videos. The generated tubelet pr…

Action ClassificationAction LocalizationGeneral Classification