paper-with-me

Papers

Class Semantics-based Attention for Action Detection

2021-09-06 · ICCV 2021 10 · Deepak Sridhar, Niamul Quader, Srikanth Muralidharan, Yaoxin Li, Peng Dai, Juwei Lu

Action localization networks are often structured as a feature encoder sub-network and a localization sub-network, where the feature encoder learns to transform an input video to features that are useful for the localization sub-network to generate reliable action proposals. While some of the encoded features may be more useful for generating action proposals, prior action localization approaches do not include any attention mechanism that enables the localization sub-network to attend more to the more important features. In this paper, we propose a novel attention mechanism, the Class Semantics-based Attention (CSA), that learns from the temporal distribution of semantics of action classes present in an input video to find the importance scores of the encoded features, which are used to provide attention to the more useful encoded features. We demonstrate on two popular action detection datasets that incorporating our novel attention mechanism provides considerable performance gains on competitive action detection models (e.g., around 6.2% improvement over BMN action detection baseline to obtain 47.5% mAP on the THUMOS-14 dataset), and a new state-of-the-art of 36.25% mAP on the ActivityNet v1.3 dataset. Further, the CSA localization model family which includes BMN-CSA, was part of the second-placed submission at the 2021 ActivityNet action localization challenge. Our attention mechanism outperforms prior self-attention modules such as the squeeze-and-excitation in action detection task. We also observe that our attention mechanism is complementary to such self-attention modules in that performance improvements are seen when both are used together.

📄 PDF Abstract BibTeX arXiv:2109.02613

Code (0)

등록된 구현이 없습니다.

Tasks

Action DetectionAction Localization

Similar Papers 제목 키워드 기반

Generative Model-Based Feature Attention Module for Video Action Analysis

2025-08-19 · Guiqin Wang, Peng Zhao, Cong Zhao, Jing Huang 외 arxiv

Video action analysis is a foundational technology within the realm of intelligent video comprehension, particularly concerning its application in Internet of Things(IoT). However, existing methodologies overlook feature…

Action RecognitionAutonomous DrivingAction Detection

Weakly-Supervised Action Localization by Hierarchically-structured Latent Attention Modeling

2023-08-19 · ICCV 2023 1 · Guiqin Wang, Peng Zhao, Cong Zhao, Shusen Yang 외

Weakly-supervised action localization aims to recognize and localize action instancese in untrimmed videos with only video-level labels. Most existing models rely on multiple instance learning(MIL), where the predictions…

Action LocalizationMultiple Instance LearningWeakly Supervised Action Localization

JARViS: Detecting Actions in Video Using Unified Actor-Scene Context Relation Modeling

2024-08-07 · Seok Hwan Lee, Taein Son, Soo Won Seo, Jisong Kim 외

Video action detection (VAD) is a formidable vision task that involves the localization and classification of actions within the spatial and temporal dimensions of a video clip. Among the myriad VAD architectures, two-st…

Action DetectionRelationVideo Action Detection

Long-Tailed Out-of-Distribution Detection: Prioritizing Attention to Tail

2024-08-13 · Yina He, Lei Peng, Yongcun Zhang, Juanjuan Weng 외

Current out-of-distribution (OOD) detection methods typically assume balanced in-distribution (ID) data, while most real-world data follow a long-tailed distribution. Previous approaches to long-tailed OOD detection ofte…

Out-of-Distribution DetectionOut of Distribution (OOD) Detection

A Semantic and Motion-Aware Spatiotemporal Transformer Network for Action Detection

2024-05-13 · Matthew Korban, Peter Youngs, Scott T. Acton

This paper presents a novel spatiotemporal transformer network that introduces several original components to detect actions in untrimmed videos. First, the multi-feature selective semantic attention model calculates the…

Action Detection