Skip to content

q086/DyFSS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Every Node is Different: Dynamically Fusing Self-Supervised Tasks for Attributed Graph Clustering

PyTorch implementation of the paper "Every Node is Different: Dynamically Fusing Self-Supervised Tasks for Attributed Graph Clustering".

Get started.

cd DyFSS
python train.py --use_ckpt=0 --dataset='cora' --pretrain_epochs=250 --w_ssl_stage_one=0.25 --st_per_p=0.5 --lr_train_fusion=0.001 --labels_epochs=250 --w_ssl_stage_two=0.1

Citation

@inproceedings{dyfss,
  author       = {Pengfei Zhu and
                  Qian Wang and
                  Yu Wang and
                  Jialu Li and
                  Qinghua Hu},
  title        = {Every Node is Different: Dynamically Fusing Self-Supervised Tasks for Attributed Graph Clustering},
  publisher    = {{AAAI} Press},
  year         = {2024},
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages