LGSIFeb 6, 2024

Masked Graph Autoencoder with Non-discrete Bandwidths

arXiv:2402.03814v10.1621 citationsh-index: 10Has CodeWWW
AI Analysis75

This work addresses the problem of learning topologically informative representations in graph self-supervised learning, offering a novel approach for researchers in graph neural networks.

The paper tackles the limitations of discrete edge masking in graph autoencoders by proposing a non-discrete bandwidth masking method, which improves link prediction by up to 20% and enhances node classification across multiple datasets.

Masked graph autoencoders have emerged as a powerful graph self-supervised learning method that has yet to be fully explored. In this paper, we unveil that the existing discrete edge masking and binary link reconstruction strategies are insufficient to learn topologically informative representations, from the perspective of message propagation on graph neural networks. These limitations include blocking message flows, vulnerability to over-smoothness, and suboptimal neighborhood discriminability. Inspired by these understandings, we explore non-discrete edge masks, which are sampled from a continuous and dispersive probability distribution instead of the discrete Bernoulli distribution. These masks restrict the amount of output messages for each edge, referred to as "bandwidths". We propose a novel, informative, and effective topological masked graph autoencoder using bandwidth masking and a layer-wise bandwidth prediction objective. We demonstrate its powerful graph topological learning ability both theoretically and empirically. Our proposed framework outperforms representative baselines in both self-supervised link prediction (improving the discrete edge reconstructors by at most 20%) and node classification on numerous datasets, solely with a structure-learning pretext. Our implementation is available at https://github.com/Newiz430/Bandana.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes