All Projects β†’ ZHKKKe β†’ Pixelssl

ZHKKKe / Pixelssl

Licence: apache-2.0
A PyTorch-based Semi-Supervised Learning (SSL) Codebase for Pixel-wise (Pixel) Vision Tasks

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Pixelssl

Qtools
QTools collection of open source tools for embedded systems development on Windows, Linux and MacOS
Stars: ✭ 64 (-50.77%)
Mutual labels:  toolbox
Ts Essentials
All basic TypeScript types in one place πŸ€™
Stars: ✭ 1,288 (+890.77%)
Mutual labels:  toolbox
Meta Blocks
A modular toolbox for meta-learning research with a focus on speed and reproducibility.
Stars: ✭ 110 (-15.38%)
Mutual labels:  toolbox
Andes
Python toolbox / library for power system transient dynamics simulation with symbolic modeling and numerical analysis πŸ”₯
Stars: ✭ 68 (-47.69%)
Mutual labels:  toolbox
Stable Baselines3
PyTorch version of Stable Baselines, reliable implementations of reinforcement learning algorithms.
Stars: ✭ 1,263 (+871.54%)
Mutual labels:  toolbox
Blender Toolbox Qt
Attempt to recreate a blender like toolbox in Qt
Stars: ✭ 98 (-24.62%)
Mutual labels:  toolbox
Pimcore Toolbox
Pimcore - Toolbox
Stars: ✭ 46 (-64.62%)
Mutual labels:  toolbox
Densematchingbenchmark
Dense Matching Benchmark
Stars: ✭ 120 (-7.69%)
Mutual labels:  toolbox
Torchadver
A PyTorch Toolbox for creating adversarial examples that fool neural networks.
Stars: ✭ 88 (-32.31%)
Mutual labels:  toolbox
Auquan Toolbox Python
Backtesting toolbox for trading strategies - DEPRECATED
Stars: ✭ 108 (-16.92%)
Mutual labels:  toolbox
Cogitare
πŸ”₯ Cogitare - A Modern, Fast, and Modular Deep Learning and Machine Learning framework for Python
Stars: ✭ 73 (-43.85%)
Mutual labels:  toolbox
Xcore
A collection of hundreds of Swift extensions and components designed to minimize boilerplate to accomplish common tasks with ease.
Stars: ✭ 84 (-35.38%)
Mutual labels:  toolbox
Laser Camera Calibration Toolbox
A Laser-Camera Calibration Toolbox extending from that at http://www.cs.cmu.edu/~ranjith/lcct.html
Stars: ✭ 99 (-23.85%)
Mutual labels:  toolbox
Omatsuri
PWA with 12 open source frontend focused tools
Stars: ✭ 1,131 (+770%)
Mutual labels:  toolbox
Yakutils
πŸƒ Yet another toolbox of Python 3 helper functions.
Stars: ✭ 111 (-14.62%)
Mutual labels:  toolbox
Spellbook
Micro-framework for rapid development of reusable security tools
Stars: ✭ 53 (-59.23%)
Mutual labels:  toolbox
Iphys Toolbox
A MATLAB toolbox for iPPG analysis. The toolbox includes implementations of commonly used methods.
Stars: ✭ 90 (-30.77%)
Mutual labels:  toolbox
Homer
A very simple static homepage for your server.
Stars: ✭ 3,380 (+2500%)
Mutual labels:  toolbox
Stable Baselines
Mirror of Stable-Baselines: a fork of OpenAI Baselines, implementations of reinforcement learning algorithms
Stars: ✭ 115 (-11.54%)
Mutual labels:  toolbox
Sal eval toolbox
evaluation toolbox for salient object detection
Stars: ✭ 105 (-19.23%)
Mutual labels:  toolbox

PixelSSL is a PyTorch-based semi-supervised learning (SSL) codebase for pixel-wise (Pixel) vision tasks.

The purpose of this project is to promote the research and application of semi-supervised learning on pixel-wise vision tasks. PixelSSL provides two major features:

  • Interface for implementing new semi-supervised algorithms
  • Template for encapsulating diverse computer vision tasks

As a result, the SSL algorithms integrated in PixelSSL are compatible with all task codes inherited from the given template.

In addition, PixelSSL provides the benchmarks for validating semi-supervised learning algorithms for some pixel-level tasks, which now include semantic segmentation.

News

  • [Dec 25 2020] PixelSSL v0.1.4 is Released!
    πŸŽ„ Merry Christmas! πŸŽ„
    v0.1.4 supports the CutMix semi-supervised learning algorithm for pixel-wise classification.

  • [Nov 06 2020] PixelSSL v0.1.3 is Released!
    v0.1.3 supports the CCT semi-supervised learning algorithm for pixel-wise classification.

  • [Oct 28 2020] PixelSSL v0.1.2 is Released!
    v0.1.2 supports PSPNet and its SSL results for semantic segmentation task (check here).

    [More]

Supported Algorithms and Tasks

We are actively updating this project.
The SSL algorithms and demo tasks supported by PixelSSL are summarized in the following table: | Algorithms / Tasks | Segmentation | Other Tasks | | :---: | :---: | :---: | | SupOnly | v0.1.0 | Coming Soon | | MT [1] | v0.1.0 | Coming Soon | | AdvSSL [2] | v0.1.0 | Coming Soon | | S4L [3] | v0.1.1 | Coming Soon | | CCT [4] | v0.1.3 | Coming Soon | | GCT [5] | v0.1.0 | Coming Soon | | CutMix [6] | v0.1.4 | Coming Soon |

[1] Mean Teachers are Better Role Models: Weight-Averaged Consistency Targets Improve Semi-Supervised Deep Learning Results
      Antti Tarvainen, and Harri Valpola. NeurIPS 2017.

[2] Adversarial Learning for Semi-Supervised Semantic Segmentation
      Wei-Chih Hung, Yi-Hsuan Tsai, Yan-Ting Liou, Yen-Yu Lin, and Ming-Hsuan Yang. BMVC 2018.

[3] S4L: Self-Supervised Semi-Supervised Learning
      Xiaohua Zhai, Avital Oliver, Alexander Kolesnikov, and Lucas Beyer. ICCV 2019.

[4] Semi-Supervised Semantic Segmentation with Cross-Consistency Training
      Yassine Ouali, CΓ©line Hudelot, and Myriam Tami. CVPR 2020.

[5] Guided Collaborative Training for Pixel-wise Semi-Supervised Learning
      Zhanghan Ke, Di Qiu, Kaican Li, Qiong Yan, and Rynson W.H. Lau. ECCV 2020.

[6] Semi-Supervised Semantic Segmentation Needs Strong, Varied Perturbations
      Geoff French, Samuli Laine, Timo Aila, Michal Mackiewicz, and Graham Finlayson. BMVC 2020.

Installation

Please refer to the Installation document.

Getting Started

Please follow the Getting Started document to run the provided demo tasks.

Tutorials

We provide the API document and some tutorials for using PixelSSL.

License

This project is released under the Apache 2.0 license.

Acknowledgement

We thank City University of Hong Kong and SenseTime for their support to this project.

Citation

This project is extended from our ECCV 2020 paper Guided Collaborative Training for Pixel-wise Semi-Supervised Learning (GCT). If this codebase or our method helps your research, please cite:

@InProceedings{ke2020gct,
  author = {Ke, Zhanghan and Qiu, Di and Li, Kaican and Yan, Qiong and Lau, Rynson W.H.},
  title = {Guided Collaborative Training for Pixel-wise Semi-Supervised Learning},
  booktitle = {European Conference on Computer Vision (ECCV)},
  month = {August},
  year = {2020},
}

Contact

This project is currently maintained by Zhanghan Ke (@ZHKKKe).
If you have any questions, please feel free to contact [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].