paper-with-me

홈 › Papers

Learning Spatio-Temporal Features with 3D Residual Networks for Action Recognition

2017-08-25 · Kensho Hara, Hirokatsu Kataoka, Yutaka Satoh

Convolutional neural networks with spatio-temporal 3D kernels (3D CNNs) have an ability to directly extract spatio-temporal features from videos for action recognition. Although the 3D kernels tend to overfit because of a large number of their parameters, the 3D CNNs are greatly improved by using recent huge video databases. However, the architecture of 3D CNNs is relatively shallow against to the success of very deep neural networks in 2D-based CNNs, such as residual networks (ResNets). In this paper, we propose a 3D CNNs based on ResNets toward a better action representation. We describe the training procedure of our 3D ResNets in details. We experimentally evaluate the 3D ResNets on the ActivityNet and Kinetics datasets. The 3D ResNets trained on the Kinetics did not suffer from overfitting despite the large number of parameters of the model, and achieved better performance than relatively shallow networks, such as C3D. Our code and pretrained models (e.g. Kinetics and ActivityNet) are publicly available at https://github.com/kenshohara/3D-ResNets.

📄 PDF Abstract BibTeX arXiv:1708.07632

Code (1)

kenshohara/3D-ResNets 공식 구현 torch

Tasks

Action RecognitionHand-Gesture RecognitionTemporal Action Localization

Similar Papers 제목 키워드 기반

Spatiotemporal Residual Networks for Video Action Recognition

2016-11-07 · NeurIPS 2016 12 · Christoph Feichtenhofer, Axel Pinz, Richard P. Wildes

Two-stream Convolutional Networks (ConvNets) have shown strong performance for human action recognition in videos. Recently, Residual Networks (ResNets) have arisen as a new technique to train extremely deep architecture…

Action RecognitionAction Recognition In VideosTemporal Action Localization

STM: SpatioTemporal and Motion Encoding for Action Recognition

2019-08-07 · ICCV 2019 10 · Boyuan Jiang, Mengmeng Wang, Weihao Gan, Wei Wu 외

Spatiotemporal and motion features are two complementary and crucial information for video action recognition. Recent state-of-the-art methods adopt a 3D CNN stream to learn spatiotemporal features and another flow strea…

Action ClassificationAction RecognitionAction Recognition In VideosTemporal Action Localization

Skeleton based Activity Recognition by Fusing Part-wise Spatio-temporal and Attention Driven Residues

2019-12-02 · Chhavi Dhiman, Dinesh Kumar Vishwakarma, Paras Aggarwal

There exist a wide range of intra class variations of the same actions and inter class similarity among the actions, at the same time, which makes the action recognition in videos very challenging. In this paper, we pres…

3D Action RecognitionAction RecognitionAction Recognition In VideosActivity Recognition+1

Spatial Residual Layer and Dense Connection Block Enhanced Spatial Temporal Graph Convolutional Network for Skeleton-Based Action Recognition

2019-10-27 · IEEE International Conference on Computer Vision (ICCV), 2019 2019 10 · Cong Wu, Xiao-Jun Wu, Josef Kittler

Recent research has shown that modeling the dynamic joint features of the human body by a graph convolutional network (GCN) is a groundbreaking approach for skeleton-based action recognition, especially for the recogniti…

Action RecognitionSkeleton Based Action Recognition

V4D:4D Convolutional Neural Networks for Video-level Representation Learning

2020-02-18 · Shiwen Zhang, Sheng Guo, Weilin Huang, Matthew R. Scott 외

Most existing 3D CNNs for video representation learning are clip-based methods, and thus do not consider video-level temporal evolution of spatio-temporal features. In this paper, we propose Video-level 4D Convolutional …

Long-range modelingRepresentation LearningVideo Recognition