Code for the paper "Interactive Deep Clustering via Value Mining" (NeurIPS 2024)
There is a configuration file "config/config.yaml", where one can edit.
CIFAR-10, CIFAR-100, and STL-10 will be automatically downloaded by Pytorch. For ImageNet-10 and ImageNet-dogs, we provide their description in the "datasets" folder.
We provide the checkpoints of TCL on TCL_checkpoints.
python sample_selection.py
python fine-tune.py
python cluster.py
Please consider citing this paper if you find our work useful in your research, thanks.