paper-with-me

Papers

Learning Salient Boundary Feature for Anchor-free Temporal Action Localization

2021-03-24 · CVPR 2021 1 · Chuming Lin, Chengming Xu, Donghao Luo, Yabiao Wang, Ying Tai, Chengjie Wang, Jilin Li, Feiyue Huang, Yanwei Fu

Temporal action localization is an important yet challenging task in video understanding. Typically, such a task aims at inferring both the action category and localization of the start and end frame for each action instance in a long, untrimmed video.While most current models achieve good results by using pre-defined anchors and numerous actionness, such methods could be bothered with both large number of outputs and heavy tuning of locations and sizes corresponding to different anchors. Instead, anchor-free methods is lighter, getting rid of redundant hyper-parameters, but gains few attention. In this paper, we propose the first purely anchor-free temporal localization method, which is both efficient and effective. Our model includes (i) an end-to-end trainable basic predictor, (ii) a saliency-based refinement module to gather more valuable boundary features for each proposal with a novel boundary pooling, and (iii) several consistency constraints to make sure our model can find the accurate boundary given arbitrary proposals. Extensive experiments show that our method beats all anchor-based and actionness-guided methods with a remarkable margin on THUMOS14, achieving state-of-the-art results, and comparable ones on ActivityNet v1.3. Code is available at https://github.com/TencentYoutuResearch/ActionDetection-AFSD.

📄 PDF Abstract BibTeX arXiv:2103.13137

Code (1)

TencentYoutuResearch/ActionDetection-AFSD 공식 구현 pytorch

Tasks

Action LocalizationTemporal Action LocalizationTemporal LocalizationVideo Understanding

Similar Papers 제목 키워드 기반

Anchor-free temporal action localization via Progressive Boundary-aware Boosting

2023-01-01 · journal 2023 1 · Yepeng Tang, Weining Wang, Yanwu Yang, Chunjie Zhang 외

Enormous untrimmed videos from the real world are difficult to analyze and manage. Temporal action localization algorithms can help us to locate and recognize human activity clips in untrimmed videos. Recently, anchor-fr…

Action LocalizationTemporal Action Localization

Boundary Discretization and Reliable Classification Network for Temporal Action Detection

2023-10-10 · Zhenying Fang, Jun Yu, Richang Hong

Temporal action detection aims to recognize the action category and determine each action instance's starting and ending time in untrimmed videos. The mixed methods have achieved remarkable performance by seamlessly merg…

Action Detection

Revisiting Anchor Mechanisms for Temporal Action Localization

2020-08-22 · Le Yang, Houwen Peng, Dingwen Zhang, Jianlong Fu 외

Most of the current action localization methods follow an anchor-based pipeline: depicting action instances by pre-defined anchors, learning to select the anchors closest to the ground truth, and predicting the confidenc…

Action LocalizationTemporal Action Localization

CLASP: Cross-modal Salient Anchor-based Semantic Propagation for Weakly-supervised Dense Audio-Visual Event Localization

2025-08-06 · Jinxing Zhou, Ziheng Zhou, Yanghao Zhou, Yuxin Mao 외 arxiv

The Dense Audio-Visual Event Localization (DAVEL) task aims to temporally localize events in untrimmed videos that occur simultaneously in both the audio and visual modalities. This paper explores DAVEL under a new and m…

audio-visual event localization

Estimation of Reliable Proposal Quality for Temporal Action Detection

2022-04-25 · Junshan Hu, Chaoxu Guo, Liansheng Zhuang, Biao Wang 외

Temporal action detection (TAD) aims to locate and recognize the actions in an untrimmed video. Anchor-free methods have made remarkable progress which mainly formulate TAD into two tasks: classification and localization…

Action Detection