paper-with-me

Papers

Rethinking Motion Representation: Residual Frames with 3D ConvNets for Better Action Recognition

2020-01-16 · Li Tao, Xueting Wang, Toshihiko Yamasaki

Recently, 3D convolutional networks yield good performance in action recognition. However, optical flow stream is still needed to ensure better performance, the cost of which is very high. In this paper, we propose a fast but effective way to extract motion features from videos utilizing residual frames as the input data in 3D ConvNets. By replacing traditional stacked RGB frames with residual ones, 20.5% and 12.5% points improvements over top-1 accuracy can be achieved on the UCF101 and HMDB51 datasets when trained from scratch. Because residual frames contain little information of object appearance, we further use a 2D convolutional network to extract appearance features and combine them with the results from residual frames to form a two-path solution. In three benchmark datasets, our two-path solution achieved better or comparable performances than those using additional optical flow methods, especially outperformed the state-of-the-art models on Mini-kinetics dataset. Further analysis indicates that better motion features can be extracted using residual frames with 3D ConvNets, and our residual-frame-input path is a good supplement for existing RGB-frame-input models.

📄 PDF Abstract BibTeX arXiv:2001.05661

Code (3)

BestJuly/IIC pytorch
BestJuly/Inter-intra-video-contrastive-learning pytorch
BestJuly/VCP pytorch

Tasks

Action RecognitionOptical Flow Estimation

Similar Papers 제목 키워드 기반

Motion Representation Using Residual Frames with 3D CNN

2020-06-21 · Li Tao, Xueting Wang, Toshihiko Yamasaki

Recently, 3D convolutional networks (3D ConvNets) yield good performance in action recognition. However, optical flow stream is still needed to ensure better performance, the cost of which is very high. In this paper, we…

Action RecognitionOptical Flow Estimation

End-to-End Compressed Video Representation Learning for Generic Event Boundary Detection

2022-03-29 · CVPR 2022 1 · CongCong Li, Xinyao Wang, Longyin Wen, Dexiang Hong 외

Generic event boundary detection aims to localize the generic, taxonomy-free event boundaries that segment videos into chunks. Existing methods typically require video frames to be decoded before feeding into the network…

Boundary DetectionGeneric Event Boundary DetectionRepresentation Learning

ConvNet Architecture Search for Spatiotemporal Feature Learning

2017-08-16 · Du Tran, Jamie Ray, Zheng Shou, Shih-Fu Chang 외

Learning image representations with ConvNets by pre-training on ImageNet has proven useful across many visual understanding tasks including object detection, semantic segmentation, and image captioning. Although any imag…

Action ClassificationAction RecognitionImage CaptioningNeural Architecture Search+3

3D PersonVLAD: Learning Deep Global Representations for Video-based Person Re-identification

2018-12-26 · Lin Wu, Yang Wang, Ling Shao, Meng Wang

In this paper, we introduce a global video representation to video-based person re-identification (re-ID) that aggregates local 3D features across the entire video extent. Most of the existing methods rely on 2D convolut…

Person Re-IdentificationVideo-Based Person Re-Identification

Residual Frames with Efficient Pseudo-3D CNN for Human Action Recognition

2020-08-03 · Jiawei Chen, Jenson Hsiao, Chiu Man Ho

Human action recognition is regarded as a key cornerstone in domains such as surveillance or video understanding. Despite recent progress in the development of end-to-end solutions for video-based action recognition, ach…

Action RecognitionOptical Flow EstimationTemporal Action LocalizationVideo Understanding