Skip to content

[AAAI'24] Scaling Up Semi-supervised Learning with Unconstrained Unlabelled Data

Notifications You must be signed in to change notification settings

ShuvenduRoy/UnMixMatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UnMixMatch

Official implementation of our AAAI 2024 paper:

Scaling Up Semi-supervised Learning with Unconstrained Unlabelled Data
Shuvendu Roy, Ali Etemad
In Proceedings of the AAAI Conference on Artificial Intelligence (AAAI-24)

Unconstrained Setting

PWC PWC PWC PWC PWC PWCPWC PWC PWC PWC

OpenSet Setting

PWC PWC PWC

Data

Run the experiments

  1. Modify the config file in config/cifar10_40_0.yaml as you need. Include your data directory for imagenet100 in the config file.
  2. Run python unmixmatch.py --c config/cifar10_40_0.yaml

This settings will run UnMixMatch on CIFAR-10 with 40 labels per class and get and accuracy of 47.91±1.1.

Acknowledgement

We thank the authors of the following repositories for releasing their code. The implementation of UnMixMatch is built over the implementation of ReMixMatch from this repository: https://github.com/TorchSSL/TorchSSL

Citing UnMixMatch

If you think this toolkit or the results are helpful to you and your research, please cite our paper:

@inproceedings{UnMixMatch,
  title={Scaling Up Semi-supervised Learning with Unconstrained Unlabelled Data},
  author={Roy, Shuvendu and Etemad, Ali},
  booktitle={AAAI Conference on Artificial Intelligence},
  year={2024}
}

About

[AAAI'24] Scaling Up Semi-supervised Learning with Unconstrained Unlabelled Data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages