Skip to content

The code for "Deep Contrastive Graph Learning with Clustering-Oriented Guidance" (AAAI24).

Notifications You must be signed in to change notification settings

drongwbc/DCGL-AAAI24

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deep Contrastive Graph Learning (AAAI-24)

The code for "Deep Contrastive Graph Learning with Clustering-Oriented Guidance" (DCGL).

pipeline

Run DCGL

Python main.py

The proposed DCGL is implemented with Python 3.8.1 on Pytorch framework.
You can set "KMrep=10 in the spectral_clustering function" to approximately reproduce the original results.

torch==1.13.1
numpy==1.23.5
scikit_learn==1.2.0
scipy==1.9.3

Citation

@inproceedings{DCGL,
	author       = {Mulin Chen and Bocheng Wang and Xuelong Li},
	title        = {Deep Contrastive Graph Learning with Clustering-Oriented Guidance},
	booktitle    = {Proceedings of the AAAI Conference on Artificial Intelligence},
	pages        = {11364--11372},
	year         = {2024}
}

About

The code for "Deep Contrastive Graph Learning with Clustering-Oriented Guidance" (AAAI24).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages