Graph Positional Autoencoders as Self-supervised Learners
Yang Liu, Deyu Bo, Wenxuan Cao, Yuan Fang, Yawen Li, Chuan Shi

TL;DR
This paper introduces Graph Positional Autoencoders (GraphPAE), a novel self-supervised learning method for graphs that captures diverse structural signals and outperforms existing approaches across multiple tasks.
Contribution
GraphPAE employs a dual-path architecture to reconstruct node features and positions, effectively capturing high-frequency structural information beyond traditional masking methods.
Findings
Achieves state-of-the-art results in heterophilic node classification.
Outperforms baselines in graph property prediction.
Demonstrates strong transfer learning capabilities.
Abstract
Graph self-supervised learning seeks to learn effective graph representations without relying on labeled data. Among various approaches, graph autoencoders (GAEs) have gained significant attention for their efficiency and scalability. Typically, GAEs take incomplete graphs as input and predict missing elements, such as masked nodes or edges. While effective, our experimental investigation reveals that traditional node or edge masking paradigms primarily capture low-frequency signals in the graph and fail to learn the expressive structural information. To address these issues, we propose Graph Positional Autoencoders (GraphPAE), which employs a dual-path architecture to reconstruct both node features and positions. Specifically, the feature path uses positional encoding to enhance the message-passing processing, improving GAE's ability to predict the corrupted information. The position…
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
TopicsGraph Theory and Algorithms
MethodsSoftmax · Attention Is All You Need
