sckangz / DGCN

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DAGCN

Code of Beyond Homophily: Reconstructing Structure for Graph-agnostic Clustering in ICML 2023.

Environments

torch
numpy 
scipy
torch_geometric
scikit-learn
random
numba
tqdm
scanpy
networkx

Run

All core codes have been included, i.e., the construction of homophilic and heterophilic graphs, the mixed graph filtering, the backbone of DGCN. We apply the graph construction for clustering. In fact, the graphs can be applied on other tasks, like topologival graph in GNNs...

Citation

@inproceedingspan2023homophily,
      title={Beyond Homophily: Reconstructing Structure for Graph-agnostic Clustering}, 
      author={Erlin Pan and Zhao Kang},
      year={2023},
   booktitle={Proceedings of the Fortieth International Conference on Machine Learning(ICML)},
}

About


Languages

Language:Python 100.0%