paper-with-me

홈 › Papers

Deep Adaptive Temporal Pooling for Activity Recognition

2018-08-22 · Sibo Song, Ngai-Man Cheung, Vijay Chandrasekhar, Bappaditya Mandal

Deep neural networks have recently achieved competitive accuracy for human activity recognition. However, there is room for improvement, especially in modeling long-term temporal importance and determining the activity relevance of different temporal segments in a video. To address this problem, we propose a learnable and differentiable module: Deep Adaptive Temporal Pooling (DATP). DATP applies a self-attention mechanism to adaptively pool the classification scores of different video segments. Specifically, using frame-level features, DATP regresses importance of different temporal segments and generates weights for them. Remarkably, DATP is trained using only the video-level label. There is no need of additional supervision except video-level activity class label. We conduct extensive experiments to investigate various input features and different weight models. Experimental results show that DATP can learn to assign large weights to key video segments. More importantly, DATP can improve training of frame-level feature extractor. This is because relevant temporal segments are assigned large weights during back-propagation. Overall, we achieve state-of-the-art performance on UCF101, HMDB51 and Kinetics datasets.

📄 PDF Abstract BibTeX arXiv:1808.07272

Code (0)

등록된 구현이 없습니다.

Tasks

Activity RecognitionHuman Activity Recognition

Similar Papers 제목 키워드 기반

Generalized Rank Pooling for Activity Recognition

2017-04-07 · CVPR 2017 7 · Anoop Cherian, Basura Fernando, Mehrtash Harandi, Stephen Gould

Most popular deep models for action recognition split video sequences into short sub-sequences consisting of a few frames; frame-based features are then pooled for recognizing the activity. Usually, this pooling step dis…

Action RecognitionActivity RecognitionRiemannian optimizationTemporal Action Localization

Joint Temporal Pooling for Improving Skeleton-based Action Recognition

2024-08-18 · Shanaka Ramesh Gunasekara, Wanqing Li, Jack Yang, Philip Ogunbona

In skeleton-based human action recognition, temporal pooling is a critical step for capturing spatiotemporal relationship of joint dynamics. Conventional pooling methods overlook the preservation of motion information an…

Action RecognitionSkeleton Based Action RecognitionTemporal Action Localization

Discriminatively Learned Hierarchical Rank Pooling Networks

2017-05-30 · Basura Fernando, Stephen Gould

In this work, we present novel temporal encoding methods for action and activity classification by extending the unsupervised rank pooling temporal encoding method in two ways. First, we present "discriminative rank pool…

Activity RecognitionBilevel OptimizationGeneral Classification

Discriminative Hierarchical Rank Pooling for Activity Recognition

2016-06-01 · CVPR 2016 6 · Basura Fernando, Peter Anderson, Marcus Hutter, Stephen Gould

We present hierarchical rank pooling, a video sequence encoding method for activity recognition. It consists of a network of rank pooling functions which captures the dynamics of rich convolutional neural network feature…

Action RecognitionActivity RecognitionTemporal Action Localization

SETransformer: A Hybrid Attention-Based Architecture for Robust Human Activity Recognition

2025-05-25 · Yunbo Liu, Xukui Qin, Yifan Gao, Xiang Li 외

Human Activity Recognition (HAR) using wearable sensor data has become a central task in mobile computing, healthcare, and human-computer interaction. Despite the success of traditional deep learning models such as CNNs …

Activity RecognitionHuman Activity Recognition