All Projects → xudejing → video-clip-order-prediction

xudejing / video-clip-order-prediction

Licence: other
Self-supervised Spatiotemporal Learning via Video Clip Order Prediction

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to video-clip-order-prediction

video repres mas
code for CVPR-2019 paper: Self-supervised Spatio-temporal Representation Learning for Videos by Predicting Motion and Appearance Statistics
Stars: ✭ 63 (-25.88%)
Mutual labels:  self-supervised-learning, cvpr2019
PASSL
PASSL包含 SimCLR,MoCo v1/v2,BYOL,CLIP,PixPro,BEiT,MAE等图像自监督算法以及 Vision Transformer,DEiT,Swin Transformer,CvT,T2T-ViT,MLP-Mixer,XCiT,ConvNeXt,PVTv2 等基础视觉算法
Stars: ✭ 134 (+57.65%)
Mutual labels:  self-supervised-learning
FKD
A Fast Knowledge Distillation Framework for Visual Recognition
Stars: ✭ 49 (-42.35%)
Mutual labels:  self-supervised-learning
point-cloud-prediction
Self-supervised Point Cloud Prediction Using 3D Spatio-temporal Convolutional Networks
Stars: ✭ 97 (+14.12%)
Mutual labels:  self-supervised-learning
SelfSupervisedLearning-DSM
code for AAAI21 paper "Enhancing Unsupervised Video Representation Learning by Decoupling the Scene and the Motion“
Stars: ✭ 26 (-69.41%)
Mutual labels:  self-supervised-learning
AdCo
AdCo: Adversarial Contrast for Efficient Learning of Unsupervised Representations from Self-Trained Negative Adversaries
Stars: ✭ 148 (+74.12%)
Mutual labels:  self-supervised-learning
object centric VAD
An Tensorflow Re-Implement of CVPR 2019 "Object-centric Auto-Encoders and Dummy Anomalies for Abnormal Event Detection in Video"
Stars: ✭ 89 (+4.71%)
Mutual labels:  cvpr2019
EgoNet
Official project website for the CVPR 2021 paper "Exploring intermediate representation for monocular vehicle pose estimation"
Stars: ✭ 111 (+30.59%)
Mutual labels:  self-supervised-learning
CIKM2020-S3Rec
Code for CIKM2020 "S3-Rec: Self-Supervised Learning for Sequential Recommendation with Mutual Information Maximization"
Stars: ✭ 150 (+76.47%)
Mutual labels:  self-supervised-learning
SimCLR-in-TensorFlow-2
(Minimally) implements SimCLR (https://arxiv.org/abs/2002.05709) in TensorFlow 2.
Stars: ✭ 75 (-11.76%)
Mutual labels:  self-supervised-learning
HierarchyLayout
[CVPR'19] Hierarchy Denoising Recursive Autoencoders for 3D Scene Layout Prediction
Stars: ✭ 20 (-76.47%)
Mutual labels:  cvpr2019
FisheyeDistanceNet
FisheyeDistanceNet
Stars: ✭ 33 (-61.18%)
Mutual labels:  self-supervised-learning
GCA
[WWW 2021] Source code for "Graph Contrastive Learning with Adaptive Augmentation"
Stars: ✭ 69 (-18.82%)
Mutual labels:  self-supervised-learning
awesome-contrastive-self-supervised-learning
A comprehensive list of awesome contrastive self-supervised learning papers.
Stars: ✭ 748 (+780%)
Mutual labels:  self-supervised-learning
improving segmentation with selfsupervised depth
[CVPR21] Implementation of our work "Three Ways to Improve Semantic Segmentation with Self-Supervised Depth Estimation"
Stars: ✭ 189 (+122.35%)
Mutual labels:  self-supervised-learning
MiniVox
Code for our ACML and INTERSPEECH papers: "Speaker Diarization as a Fully Online Bandit Learning Problem in MiniVox".
Stars: ✭ 15 (-82.35%)
Mutual labels:  self-supervised-learning
understanding apr
No description or website provided.
Stars: ✭ 38 (-55.29%)
Mutual labels:  cvpr2019
DIG
A library for graph deep learning research
Stars: ✭ 1,078 (+1168.24%)
Mutual labels:  self-supervised-learning
Learning2AdaptForStereo
Code for: "Learning To Adapt For Stereo" accepted at CVPR2019
Stars: ✭ 73 (-14.12%)
Mutual labels:  cvpr2019
SelfTask-GNN
Implementation of paper "Self-supervised Learning on Graphs:Deep Insights and New Directions"
Stars: ✭ 78 (-8.24%)
Mutual labels:  self-supervised-learning

VCOP

This is the implementation of our paper "Self-supervised Spatiotemporal Learning via Video Clip Order Prediction".

Environments

  • Ubuntu 16.04
  • Python 3.6.1
  • Pytorch 0.4.1

Prerequisits

  1. Clone the repository to your local machine.

    $ git clone https://github.com/xudejing/VCOP.git
    
  2. Install the python dependency packages.

    $ pip install -r requirements.txt
    

Citation

If you find this code useful, please cite the following paper:

@inproceedings{xu2019self,
  title={Self-supervised Spatiotemporal Learning via Video Clip Order Prediction},
  author={Xu, Dejing and Xiao, Jun and Zhao, Zhou and Shao, Jian and Xie, Di and Zhuang, Yueting},
  booktitle={Computer Vision and Pattern Recognition (CVPR)}
  year={2019}
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].