paper-with-me

홈 › Papers

Multi-Temporal Convolutions for Human Action Recognition in Videos

2020-11-08 · Alexandros Stergiou, Ronald Poppe

Effective extraction of temporal patterns is crucial for the recognition of temporally varying actions in video. We argue that the fixed-sized spatio-temporal convolution kernels used in convolutional neural networks (CNNs) can be improved to extract informative motions that are executed at different time scales. To address this challenge, we present a novel spatio-temporal convolution block that is capable of extracting spatio-temporal patterns at multiple temporal resolutions. Our proposed multi-temporal convolution (MTConv) blocks utilize two branches that focus on brief and prolonged spatio-temporal patterns, respectively. The extracted time-varying features are aligned in a third branch, with respect to global motion patterns through recurrent cells. The proposed blocks are lightweight and can be integrated into any 3D-CNN architecture. This introduces a substantial reduction in computational costs. Extensive experiments on Kinetics, Moments in Time and HACS action recognition benchmark datasets demonstrate competitive performance of MTConvs compared to the state-of-the-art with a significantly lower computational footprint.

📄 PDF Abstract BibTeX arXiv:2011.03949

Code (1)

alexandrosstergiou/Squeeze-and-Recursion-Temporal-Gates 공식 구현 pytorch

Tasks

Action RecognitionAction Recognition In VideosTemporal Action LocalizationTransfer Learning

Methods 이 논문이 사용한 방법론

3D Convolution A 3D Convolution is a type of convolution where the kernel slides in 3 dimensions as opposed to 2 dimensions with 2D…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Spatio-Temporal FAST 3D Convolutions for Human Action Recognition

2019-09-30 · Alexandros Stergiou, Ronald Poppe

Effective processing of video input is essential for the recognition of temporally varying events such as human actions. Motivated by the often distinctive temporal characteristics of actions in either horizontal or vert…

Action RecognitionTemporal Action Localization

Timeception for Complex Action Recognition

2018-12-04 · CVPR 2019 6 · Noureldien Hussein, Efstratios Gavves, Arnold W. M. Smeulders

This paper focuses on the temporal aspect for recognizing human activities in videos; an important visual cue that has long been undervalued. We revisit the conventional definition of activity and restrict it to Complex …

Action ClassificationAction RecognitionLong-video Activity RecognitionVideo Classification

TAN: Temporal Aggregation Network for Dense Multi-label Action Recognition

2018-12-14 · Xiyang Dai, Bharat Singh, Joe Yue-Hei Ng, Larry S. Davis

We present Temporal Aggregation Network (TAN) which decomposes 3D convolutions into spatial and temporal aggregation blocks. By stacking spatial and temporal convolutions repeatedly, TAN forms a deep hierarchical represe…

Action RecognitionTemporal Action Localization

Long-term Temporal Convolutions for Action Recognition

2016-04-15 · Gül Varol, Ivan Laptev, Cordelia Schmid

Typical human actions last several seconds and exhibit characteristic spatio-temporal structure. Recent methods attempt to capture this structure and learn action representations with convolutional neural networks. Such …

Action RecognitionOptical Flow EstimationTemporal Action Localization

Class Feature Pyramids for Video Explanation

2019-09-18 · Alexandros Stergiou, Georgios Kapidis, Grigorios Kalliatakis, Christos Chrysoulas 외

Deep convolutional networks are widely used in video action recognition. 3D convolutions are one prominent approach to deal with the additional time dimension. While 3D convolutions typically lead to higher accuracies, t…

Action RecognitionTemporal Action Localization