Hy2MK / CGCD

MIT License
7 stars 1 forks source link

Proxy Anchor-based Unsupervised Learning for Continuous Generalized Category Discovery

teaser Official PyTorch implementation of ICCV 2023 paper

Proxy Anchor-based Unsupervised Learning for Continuous Generalized Category Discovery.

Requirements

Datasets

  1. Download four public benchmarks for fine-grained dataset

  2. Extract the tgz or zip file into ./data/ (Exceptionally, for CUB-200-2011, put the files in a ./data/CUB200)

Train Examples

Acknowledgements

Our code is modified and adapted on these great repositories:

Citation

If you use this method or this code in your research, please cite as:

@InProceedings{Kim_2023_ICCV,
  author = {Kim, Hyungmin and Suh, Sungho and Kim, Daehwan and Jeong, Daun and Cho, Hansang and Kim, Junmo},
  title = {Proxy Anchor-based Unsupervised Learning for Continuous Generalized Category Discovery},
  booktitle = {Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV)},
  month = {October},
  year = {2023},
  pages = {16688-16697}
}

License

This project is licensed under the MIT License - see the LICENSE file for details.