SAW_SSL
August 18, 2022 ยท View on GitHub
This repository contains codes for the ICML 2022 paper "Smoothed Adaptive Weighting for Imbalanced Semi-Supervised Learning: Improve Reliability Against Unknown Distribution Data" by Zhengfeng Lai, Chao Wang, Henrry Gunawan, Sen-Ching Cheung and Chen-Nee Chuah.
The main contributers for these codes are Henrry Gunawan and Zhengfeng Lai.
Dependencies
python3pytorch == 1.1.0torchvisionscipyrandAugment (Pytorch re-implementation: https://github.com/ildoonet/pytorch-randaugment)
Scripts
We use "setup.sh" to set up the running environment on our server via Docker. But Conda is also working here as long as the above dependencies are set.
For running different settings, please refer to "train_example.sh" as one example to set all parameters. One example of the output is like https://github.com/ZJUJeffLai/SAW_SSL/blob/main/testLog_FixMatch_100_100_cifar10.txt
Contact: lzhengfeng[at]ucdavis.edu