Home

Awesome

A Transductive Approach for Video Object Segmentation

<img src="figure/fig1.png" width = 60% height = 60%/>

This repo contains the pytorch implementation for the CVPR 2020 paper A Transductive Approach for Video Object Segmentation.

Pretrained Models and Results

We provide three pretrained models of ResNet50. They are trained from DAVIS 17 training set, combined DAVIS 17 training and validation set and YouTube-VOS training set.

Our pre-computed results can be downloaded here.

Our results on DAVIS17 and YouTube-VOS:

DatasetJF
DAVIS17 validation69.974.7
DAVIS17 test-dev58.867.4
YouTube-VOS (seen)67.169.4
YouTube-VOS (unseen)63.071.6

Usage

Further Improvements

This approach is simple with clean implementations, if you add few tiny tricks, the performance will be furhter improved. For exmaple,

Contact

For any questions, please feel free to reach

Yizhuo Zhang: criszhang004@gmail.com
Zhirong Wu: xavibrowu@gmail.com

Citations

@inproceedings{zhang2020a,
  title={A Transductive Approach for Video Object Segmentation}
  author={Zhang, Yizhuo and Wu, Zhirong and Peng, Houwen and Lin, Stephen},
  booktitle={Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition},
  year={2020}
}

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.