paper-with-me

Papers

Temporal Pyramid Network for Action Recognition

2020-04-07 · CVPR 2020 6 · Ceyuan Yang, Yinghao Xu, Jianping Shi, Bo Dai, Bolei Zhou

Visual tempo characterizes the dynamics and the temporal scale of an action. Modeling such visual tempos of different actions facilitates their recognition. Previous works often capture the visual tempo through sampling raw videos at multiple rates and constructing an input-level frame pyramid, which usually requires a costly multi-branch network to handle. In this work we propose a generic Temporal Pyramid Network (TPN) at the feature-level, which can be flexibly integrated into 2D or 3D backbone networks in a plug-and-play manner. Two essential components of TPN, the source of features and the fusion of features, form a feature hierarchy for the backbone so that it can capture action instances at various tempos. TPN also shows consistent improvements over other challenging baselines on several action recognition datasets. Specifically, when equipped with TPN, the 3D ResNet-50 with dense sampling obtains a 2% gain on the validation set of Kinetics-400. A further analysis also reveals that TPN gains most of its improvements on action classes that have large variances in their visual tempos, validating the effectiveness of TPN.

📄 PDF Abstract BibTeX arXiv:2004.03548

Code (3)

decisionforce/TPN 공식 구현 pytorch
Zengxianxian727/TPN_paddle pytorch
open-mmlab/mmaction2 pytorch

Tasks

Action Recognition

Methods 이 논문이 사용한 방법론

TPN Temporal Pyramid Network, or TPN, is a pyramid level module for action recognition at the feature-level, which can be flexibly integrated into 2D or 3D backbone networks…

Similar Papers 제목 키워드 기반

Understanding Spatio-Temporal Relations in Human-Object Interaction using Pyramid Graph Convolutional Network

2024-10-10 · Hao Xing, Darius Burschka

Human activities recognition is an important task for an intelligent robot, especially in the field of human-robot collaboration, it requires not only the label of sub-activities but also the temporal structure of the ac…

Action RecognitionAction SegmentationHuman-Object Interaction Detection

Temporal Extension of Scale Pyramid and Spatial Pyramid Matching for Action Recognition

2014-08-29 · Zhenzhong Lan, Xuanchong Li, Alexandar G. Hauptmann

Historically, researchers in the field have spent a great deal of effort to create image representations that have scale invariance and retain spatial location information. This paper proposes to encode equivalent tempor…

Action RecognitionTemporal Action Localization

Beyond Spatial Pyramid Matching: Space-time Extended Descriptor for Action Recognition

2015-10-15 · Zhenzhong Lan, Alexander G. Hauptmann

We address the problem of generating video features for action recognition. The spatial pyramid and its variants have been very popular feature models due to their success in balancing spatial location encoding and spati…

Action RecognitionDiversityTemporal Action Localization

Spatiotemporal Pyramid Network for Video Action Recognition

2019-03-04 · CVPR 2017 7 · Yunbo Wang, Mingsheng Long, Jian-Min Wang, Philip S. Yu

Two-stream convolutional networks have shown strong performance in video action recognition tasks. The key idea is to learn spatiotemporal features by fusing convolutional networks spatially and temporally. However, it r…

Action RecognitionTemporal Action Localization

Spatial-Temporal Pyramid Graph Reasoning for Action Recognition

2022-08-09 · TIP 2022 8 · Tiantian Geng, Feng Zheng, Xiaorong Hou, Ke Lu 외

Spatial-temporal relation reasoning is a significant yet challenging problem for video action recognition. Previous works typically apply local operations like 2D or 3D CNNs to conduct space-time interactions in video se…

Action RecognitionRepresentation LearningTemporal Action Localization