Graph Auto-Encoder Via Neighborhood Wasserstein Reconstruction
Mingyue Tang, Carl Yang, Pan Li

TL;DR
This paper introduces Neighborhood Wasserstein Reconstruction (NWR), a novel graph auto-encoder method that captures both proximity and structural information of nodes for improved unsupervised graph representation learning.
Contribution
The paper proposes a new graph decoder using Wasserstein distance to jointly reconstruct neighborhood structure and node degree, enhancing structure-aware embeddings.
Findings
NWR outperforms existing auto-encoders in structure-oriented tasks.
NWR achieves competitive results in proximity-based tasks.
Extensive experiments validate the effectiveness of NWR on synthetic and real datasets.
Abstract
Graph neural networks (GNNs) have drawn significant research attention recently, mostly under the setting of semi-supervised learning. When task-agnostic representations are preferred or supervision is simply unavailable, the auto-encoder framework comes in handy with a natural graph reconstruction objective for unsupervised GNN training. However, existing graph auto-encoders are designed to reconstruct the direct links, so GNNs trained in this way are only optimized towards proximity-oriented graph mining tasks, and will fall short when the topological structures matter. In this work, we revisit the graph encoding process of GNNs which essentially learns to encode the neighborhood information of each node into an embedding vector, and propose a novel graph decoder to reconstruct the entire neighborhood information regarding both proximity and structure via Neighborhood Wasserstein…
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.
Code & Models
Videos
Taxonomy
TopicsAdvanced Graph Neural Networks · Brain Tumor Detection and Classification
