Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to use for Graph Clustering. #66

Open
PeterDeSOM opened this issue Jul 18, 2023 · 1 comment
Open

How to use for Graph Clustering. #66

PeterDeSOM opened this issue Jul 18, 2023 · 1 comment

Comments

@PeterDeSOM
Copy link

PeterDeSOM commented Jul 18, 2023

How can I use GraphCL for fully unsupervised Graph Clustering?

So far, all that I've found the method for Graph Clustering is actually for node clustering or not a fully unsupervised learning method. It means that they eventually need their label to train at the downstream task.

For example, it is;

  • pretraining some datasets with the unlabeled using the contrastive learning method or others. (No output channel or number of classes to be clustered is required)
  • then finetuning the dataset with its labels using the supervised learning method.

I'm finding a fully unsupervised learning method for Graph-Level Clustering/Classification that output channel is required. Or, I'd like to know how to employ the typical fully unsupervised learning method to classify lots of graph data that cannot be labeled by human efforts.

Is it possible and could you show me a little direction how to?

Thank you

@yyou1996
Copy link
Collaborator

Hi @PeterDeSOM,

I guess either pretraining&finetuning or multi-tasking with GraphCL could be the baseline?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants