Home

Awesome

PyTorch Implementation of HIERMATCH

Official Code release for HIERMATCH: Leveraging Label Hierarchies for Improving Semi-Supervised Learning <br/> Ashima Garg, Shaurya Bagga, Yashvardhan Singh, Saket Anand. <br /> IEEE Winter Conference on Applications of Computer Vision (WACV 2022) <br/>

Citations

If you find this paper useful, please cite our paper:

@InProceedings{Garg_2022_WACV,
    author    = {Garg, Ashima and Bagga, Shaurya and Singh, Yashvardhan and Anand, Saket},
    title     = {HierMatch: Leveraging Label Hierarchies for Improving Semi-Supervised Learning},
    booktitle = {Proceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision (WACV)},
    month     = {January},
    year      = {2022},
    pages     = {1015-1024}
}

Proposed HIERMATCH

<div align="center"> <img src="imgs/HIERMATCH_approach.png"/> </div>

Installation

Clone the repository

$ git clone https://github.com/07Agarg/HIERMATCH
$ cd HIERMATCH

Using the Code

HIERMATCH approach is tested on CIFAR-100 and North American Birds Dataset. <br/>

Use the command in the respective folders: python train.py

Acknowledgements

The codebase is borrowed from MixMatch

Contact

If you have any suggestion or question, you can leave a message here or contact us directly at ashimag@iiitd.ac.in