paper-with-me

홈 › Papers

Self-supervised Video Representation Learning by Uncovering Spatio-temporal Statistics

2020-08-31 · Jiangliu Wang, Jianbo Jiao, Linchao Bao, Shengfeng He, Wei Liu, Yun-hui Liu

This paper proposes a novel pretext task to address the self-supervised video representation learning problem. Specifically, given an unlabeled video clip, we compute a series of spatio-temporal statistical summaries, such as the spatial location and dominant direction of the largest motion, the spatial location and dominant color of the largest color diversity along the temporal axis, etc. Then a neural network is built and trained to yield the statistical summaries given the video frames as inputs. In order to alleviate the learning difficulty, we employ several spatial partitioning patterns to encode rough spatial locations instead of exact spatial Cartesian coordinates. Our approach is inspired by the observation that human visual system is sensitive to rapidly changing contents in the visual field, and only needs impressions about rough spatial locations to understand the visual contents. To validate the effectiveness of the proposed approach, we conduct extensive experiments with four 3D backbone networks, i.e., C3D, 3D-ResNet, R(2+1)D and S3D-G. The results show that our approach outperforms the existing approaches across these backbone networks on four downstream video analysis tasks including action recognition, video retrieval, dynamic scene recognition, and action similarity labeling. The source code is publicly available at: https://github.com/laura-wang/video_repres_sts.

📄 PDF Abstract BibTeX arXiv:2008.13426

Code (2)

laura-wang/video_repres_sts 공식 구현 pytorch
laura-wang/video_repres_mas tf

Tasks

Action RecognitionRepresentation LearningRetrievalScene RecognitionVideo Retrieval

Methods 이 논문이 사용한 방법론

Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Batch Normalization 설명 없음
Average Pooling 설명 없음
Global Average Pooling Global Average Pooling is a pooling operation designed to replace fully connected layers in classical CNNs. The idea is to generate one feature map for each corresponding…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Residual Connection 설명 없음
(2+1)D Convolution A (2+1)D Convolution is a type of convolution used for action recognition convolutional neural networks, with a spatiotemporal…
R(2+1)D A R(2+1)D convolutional neural network is a network for action recognition that employs R(2+1)D convolutions in a…

Similar Papers 제목 키워드 기반

Video Playback Rate Perception for Self-supervisedSpatio-Temporal Representation Learning

2020-06-20 · Yuan Yao, Chang Liu, Dezhao Luo, Yu Zhou 외

In self-supervised spatio-temporal representation learning, the temporal resolution and long-short term characteristics are not yet fully explored, which limits representation capabilities of learned models. In this pape…

Action RecognitionDecoderRepresentation LearningRetrieval+1

Video Playback Rate Perception for Self-Supervised Spatio-Temporal Representation Learning

2020-06-01 · CVPR 2020 6 · Yuan Yao, Chang Liu, Dezhao Luo, Yu Zhou 외

In self-supervised spatio-temporal representation learning, the temporal resolution and long-short term characteristics are not yet fully explored, which limits representation capabilities of learned models. In this pape…

Action RecognitionDecoderRepresentation LearningRetrieval+3

Video Cloze Procedure for Self-Supervised Spatio-Temporal Learning

2020-01-02 · Dezhao Luo, Chang Liu, Yu Zhou, Dongbao Yang 외

We propose a novel self-supervised method, referred to as Video Cloze Procedure (VCP), to learn rich spatial-temporal representations. VCP first generates "blanks" by withholding video clips and then creates "options" by…

Action RecognitionRepresentation LearningRetrievalSelf-Supervised Action Recognition+3

Self-Supervised Spatiotemporal Learning via Video Clip Order Prediction

2019-06-01 · CVPR 2019 6 · Dejing Xu, Jun Xiao, Zhou Zhao, Jian Shao 외

We propose a self-supervised spatiotemporal learning technique which leverages the chronological order of videos. Our method can learn the spatiotemporal representation of the video by predicting the order of shuffled cl…

Action RecognitionRetrievalSelf-Supervised Action RecognitionTemporal Action Localization

Self-Supervised Video Representation Learning with Constrained Spatiotemporal Jigsaw

2021-01-01 · Yuqi Huo, Mingyu Ding, Haoyu Lu, Zhiwu Lu 외

This paper proposes a novel pretext task for self-supervised video representation learning by exploiting spatiotemporal continuity in videos. It is motivated by the fact that videos are spatiotemporal by nature and a rep…

Representation Learning