TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Papers/RWR-GAE: Random Walk Regularization for Graph Auto Encoders

RWR-GAE: Random Walk Regularization for Graph Auto Encoders

Vaibhav, Po-Yao Huang, Robert Frederking

2019-08-12Graph ClusteringNode ClusteringClusteringLink Prediction
PaperPDFCode(official)

Abstract

Node embeddings have become an ubiquitous technique for representing graph data in a low dimensional space. Graph autoencoders, as one of the widely adapted deep models, have been proposed to learn graph embeddings in an unsupervised way by minimizing the reconstruction error for the graph data. However, its reconstruction loss ignores the distribution of the latent representation, and thus leading to inferior embeddings. To mitigate this problem, we propose a random walk based method to regularize the representations learnt by the encoder. We show that the proposed novel enhancement beats the existing state-of-the-art models by a large margin (upto 7.5\%) for node clustering task, and achieves state-of-the-art accuracy on the link prediction task for three standard datasets, cora, citeseer and pubmed. Code available at https://github.com/MysteryVaibhav/DW-GAE.

Results

TaskDatasetMetricValueModel
Graph ClusteringPubmedACC73.6RWR-VGAE
Graph ClusteringPubmedNMI34.6RWR-VGAE
Graph ClusteringPubmedACC72.6RWR-GAE
Graph ClusteringPubmedNMI35.5RWR-GAE
Graph ClusteringCoraACC68.5RWR-VGAE
Graph ClusteringCoraNMI45.5RWR-VGAE
Graph ClusteringCoraACC66.9RWR-GAE
Graph ClusteringCoraNMI48.1RWR-GAE
Graph ClusteringCiteseerACC61.6RWR-GAE
Graph ClusteringCiteseerNMI35.4RWR-GAE
Graph ClusteringCiteseerACC61.3RWR-VGAE
Graph ClusteringCiteseerNMI33.8RWR-VGAE

Related Papers

Tri-Learn Graph Fusion Network for Attributed Graph Clustering2025-07-18Ranking Vectors Clustering: Theory and Applications2025-07-16Car Object Counting and Position Estimation via Extension of the CLIP-EBC Framework2025-07-11GNN-ViTCap: GNN-Enhanced Multiple Instance Learning with Vision Transformers for Whole Slide Image Classification and Captioning2025-07-09Consistency and Inconsistency in $K$-Means Clustering2025-07-08Topic Modeling and Link-Prediction for Material Property Discovery2025-07-08Graph Collaborative Attention Network for Link Prediction in Knowledge Graphs2025-07-05MC-INR: Efficient Encoding of Multivariate Scientific Simulation Data using Meta-Learning and Clustered Implicit Neural Representations2025-07-03