All Projects → carrierlxk → Mug

carrierlxk / Mug

Learning Video Object Segmentation from Unlabeled Videos (CVPR2020)

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Mug

Student Teacher Anomaly Detection
Student–Teacher Anomaly Detection with Discriminative Latent Embeddings
Stars: ✭ 43 (-46.91%)
Mutual labels:  unsupervised-learning
Weakly Supervised 3d Object Detection
Weakly Supervised 3D Object Detection from Point Clouds (VS3D), ACM MM 2020
Stars: ✭ 61 (-24.69%)
Mutual labels:  unsupervised-learning
Self Supervised Learning Overview
📜 Self-Supervised Learning from Images: Up-to-date reading list.
Stars: ✭ 73 (-9.88%)
Mutual labels:  unsupervised-learning
Php Ml
PHP-ML - Machine Learning library for PHP
Stars: ✭ 7,900 (+9653.09%)
Mutual labels:  unsupervised-learning
Hypergan
Composable GAN framework with api and user interface
Stars: ✭ 1,104 (+1262.96%)
Mutual labels:  unsupervised-learning
Neuralhmm
code for unsupervised learning Neural Hidden Markov Models paper
Stars: ✭ 64 (-20.99%)
Mutual labels:  unsupervised-learning
Unsuprevised seg via cnn
Stars: ✭ 38 (-53.09%)
Mutual labels:  unsupervised-learning
Marta Gan
MARTA GANs: Unsupervised Representation Learning for Remote Sensing Image Classification
Stars: ✭ 75 (-7.41%)
Mutual labels:  unsupervised-learning
Dgi
TensorFlow implementation of Deep Graph Infomax
Stars: ✭ 58 (-28.4%)
Mutual labels:  unsupervised-learning
Concrete Autoencoders
Stars: ✭ 68 (-16.05%)
Mutual labels:  unsupervised-learning
Voxelmorph
Unsupervised Learning for Image Registration
Stars: ✭ 1,057 (+1204.94%)
Mutual labels:  unsupervised-learning
Rakun
Rank-based Unsupervised Keyword Extraction via Metavertex Aggregation
Stars: ✭ 54 (-33.33%)
Mutual labels:  unsupervised-learning
Sine
A PyTorch Implementation of "SINE: Scalable Incomplete Network Embedding" (ICDM 2018).
Stars: ✭ 67 (-17.28%)
Mutual labels:  unsupervised-learning
Tadw
An implementation of "Network Representation Learning with Rich Text Information" (IJCAI '15).
Stars: ✭ 43 (-46.91%)
Mutual labels:  unsupervised-learning
Karateclub
Karate Club: An API Oriented Open-source Python Framework for Unsupervised Learning on Graphs (CIKM 2020)
Stars: ✭ 1,190 (+1369.14%)
Mutual labels:  unsupervised-learning
Susi
SuSi: Python package for unsupervised, supervised and semi-supervised self-organizing maps (SOM)
Stars: ✭ 42 (-48.15%)
Mutual labels:  unsupervised-learning
Dmgi
Unsupervised Attributed Multiplex Network Embedding (AAAI 2020)
Stars: ✭ 62 (-23.46%)
Mutual labels:  unsupervised-learning
Image similarity
PyTorch Blog Post On Image Similarity Search
Stars: ✭ 80 (-1.23%)
Mutual labels:  unsupervised-learning
Attention Based Aspect Extraction
Code for unsupervised aspect extraction, using Keras and its Backends
Stars: ✭ 75 (-7.41%)
Mutual labels:  unsupervised-learning
Insta Dm
Learning Monocular Depth in Dynamic Scenes via Instance-Aware Projection Consistency (AAAI 2021)
Stars: ✭ 67 (-17.28%)
Mutual labels:  unsupervised-learning

MuG

code for CVPR 2020 paper: Learning Video Object Segmentation from Unlabeled Videos

Pre-compute results

The segmentation results of object--level zero-shot VOS (DAVIS16-val dataset), instance-level zero-shot VOS (DAVIS2017-test-dev dataset) and one-shot VOS (DAVIS2016-val and DAVIS 2017-val datasets) under both unsupervised and weakly supervised conditionscan be download from GoogleDrive.

Code runing

  1. Setup environment: Pytorch 1.1.0, tqdm, scipy 1.2.1.
  2. Prepare training data. Download training datasets from Got10k tracking dataset or Youtube-VOS dataset. Generate a csv file in a format of 'GOT-10k_Train_000001, 120'. The first term is video name, the second term is video length.
  3. Download the weakly supervised saliency generation model and inference code from here and unsupervised saliency detection from [here] (https://github.com/ruanxiang/mr_saliency)
  4. Change all the paths in MuG_GOT_global_new_residual.py, my_model_new_residual.py and libs/model_match_residual.py. Run run_train_all_GOT_global_new_residual.sh for network training.
  5. Run run_ZVOS.sh for network inference.

Other related projects/papers:

Zero-shot Video Object Segmentation via Attentive Graph Neural Networks

See More, Know More: Unsupervised Video Object Segmentation with Co-Attention Siamese Networks(CVPR19)

Saliency-Aware Geodesic Video Object Segmentation (CVPR15)

Learning Unsupervised Video Primary Object Segmentation through Visual Attention (CVPR19)

Joint-task Self-supervised Learning for Temporal Correspondence

Any comments, please email: [email protected]

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].