idstcv / SeCu

PyTorch Implementation for SeCu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SeCu

PyTorch Implementation for Our ICCV'23 Paper: "Stable Cluster Discrimination for Deep Clustering"

Requirements

  • Python 3.8
  • PyTorch 1.6

Usage:

SeCu with size constraint for CIFAR-10

sh run_cifar10.sh 0

SeCu with entropy constraint for CIFAR-10

sh run_cifar10_entropy.sh 0

Citation

If you use the package in your research, please cite our paper:

@inproceedings{qian2023secu,
  author    = {Qi Qian},
  title     = {Stable Cluster Discrimination for Deep Clustering},
  booktitle = {{IEEE/CVF} International Conference on Computer Vision, {ICCV} 2023},
  year      = {2023}
}

About

PyTorch Implementation for SeCu

License:Apache License 2.0


Languages

Language:Python 97.1%Language:Shell 2.9%