Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

seon92/DRC-ORID

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deep Repulsive Clustering of Ordered Data Based on Order-Identity Decomposition

Official TensorFlow Implementation of the ICLR 2021 paper, "Deep Repulsive Clustering of Ordered Data Based on Order-Identity Decomposition."

Requirements

  • TensorFlow 2.0 or higher
  • python 3.7

Pretrained Model and Reference List for Quick Start

Datasets

  • For MORPH II experiments, we follow the same fold settings in this OL repo.

Quick Start: Code Usage Example

  1. Modify Config file
  • Adjust img_folder, train & test list for your purpose. As a default, MORPH setting A is used in the source code.
  1. Clustering ordered data by DRC-ORID
    $ cd train
    $ cd morph
    $ python train_kCH_morph_clustering.py
  • This will generate the centroids file and checkpoint of feature extractor.
  1. Get clustering results and train VGG-based network
    $ python get_clustering_info.py
    $ python train_kCH_morph_estimation.py
  1. Select references based on ORID results
    $ cd test
    $ python morph_ref_sel_kCH_by_attr.py
  1. Run test
    $ python test_morph_kCH_by_attr.py

Cite

DRC-ORID paper:

@inproceedings{lee2021repulsive},
  title     = {Deep Repulsive Clustering of Ordered Data Based on Order-Identity Decomposition},
  author    = {Lee, Seon-Ho and Kim, Chang-Su},
  booktitle = {International Conference on Learning Representations},
  year      = {2021}
}

License

See Apache License

About

Official Implementation of ICLR 2021 paper, Deep Repulsive Clustering of Ordered Data Based on Order-Identity Decomposition.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.