learn-to-cluster icon indicating copy to clipboard operation
learn-to-cluster copied to clipboard

Merging two clusters

Open nik13 opened this issue 5 years ago • 1 comments

Hi @yl-1993 , thanks for sharing the work. Really informative and well structured.

I wanted to know, is there any way to merge 2 clusters to create 1 Custer as an output? Thanks.

nik13 avatar Aug 02 '20 20:08 nik13

Hi @nik13 , for merging two clusters to create 1 cluster, basically I come up with two ideas. (1) You may leverage the idea of cluster proposal and try to evaluate the quality of merged clusters. For example, you can design different merge strategies to create a lot of proposal and use a trained gcn-d to select the best one. (2) You can refer to another paper from our group, which exploits imitation learning for cluster merging problem.

yl-1993 avatar Aug 03 '20 04:08 yl-1993