Home

Awesome

Generalized Clustering and Multi-Manifold Learning (GCML)

The code includes the following modules:

Requirements

Description

Dataset

The datasets used in this paper are available in:

https://drive.google.com/file/d/1nNenJQVBJ-R4B6rs_K_YxGrVyZq4kAfz/view?usp=sharing

Running the code

  1. Install the required dependency packages

  2. To get the results on seven datasets, run

python autotrain.py
  1. To get the metrics and visualisation, refer to
../plots/dataset/pics/

where the dataset is one of the seven datasets (MNIST-full, MNIST-test, USPS, Fashion-MNIST, Reuters-10k, HAR, and Pendigits)

Citation

If you find this project useful for your research, please use the following BibTeX entry.

@inproceedings{wu2022generalized,
  title={Generalized Clustering and Multi-Manifold Learning with Geometric Structure Preservation},
  author={Wu, Lirong and Liu, Zicheng and Xia, Jun and Zang, Zelin and Li, Siyuan and Li, Stan Z},
  booktitle={Proceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision},
  pages={139--147},
  year={2022}
}