Preserving Node Distinctness in Graph Autoencoders via Similarity Distillation
Ge Chen, Yulan Hu, Sheng Ouyang, Yong Liu, Cuicui Luo

TL;DR
This paper introduces a novel method for graph autoencoders that uses a similarity distillation technique to preserve node distinctness, improving the quality of reconstructed graphs and overall performance.
Contribution
The paper proposes a simple KL-based similarity distillation approach to maintain node distinctness in graph autoencoders, addressing a key limitation of existing methods.
Findings
Improved graph reconstruction quality across multiple tasks.
Enhanced node representation distinctness and model performance.
Versatile plug-and-play strategy applicable to various graph tasks.
Abstract
Graph autoencoders (GAEs), as a kind of generative self-supervised learning approach, have shown great potential in recent years. GAEs typically rely on distance-based criteria, such as mean-square-error (MSE), to reconstruct the input graph. However, relying solely on a single reconstruction criterion may lead to a loss of distinctiveness in the reconstructed graph, causing nodes to collapse into similar representations and resulting in sub-optimal performance. To address this issue, we have developed a simple yet effective strategy to preserve the necessary distinctness in the reconstructed graph. Inspired by the knowledge distillation technique, we found that the dual encoder-decoder architecture of GAEs can be viewed as a teacher-student relationship. Therefore, we propose transferring the knowledge of distinctness from the raw graph to the reconstructed graph, achieved through a…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Gene expression and cancer classification
MethodsKnowledge Distillation
