Skip to content

Hy2MK/CGCD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  • Python3
  • PyTorch (> 1.0)
  • NumPy
  • tqdm

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

  • CUB-200: We used 1 GPUs to train CUB-200.
python train.py \
--model resnet18 \
--dataset cub \
--alpha 32 \
--mrg 0.1 \
--lr 1e-4 \
--warm 5 \
--epochs 60 \
--batch_size 120 \

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages