Through the Dual-Prism: A Spectral Perspective on Graph Data Augmentation for Graph Classification
Yutong Xia, Runpeng Yu, Yuxuan Liang, Xavier Bresson, Xinchao Wang, Roger Zimmermann
TL;DR
The paper interrogates graph data augmentation through a spectral lens, addressing graph-property distortion and limited structural changes in existing methods. It introduces the Dual-Prism (DP) augmentation, with DP-Noise and DP-Mask, which selectively perturb high-frequency Laplacian eigenvalues while preserving low-frequency components to maintain core graph properties. Through extensive experiments across supervised, semi-supervised, unsupervised, and transfer learning on 21 real-world datasets, DP methods achieve state-of-the-art or near-state-of-the-art performance in many settings, demonstrating improved generalization and diversity. The work highlights the practical significance of spectral-aware augmentation for robust graph classification and suggests a new direction for leveraging graph spectra in data augmentation.
Abstract
Graph Neural Networks have become the preferred tool to process graph data, with their efficacy being boosted through graph data augmentation techniques. Despite the evolution of augmentation methods, issues like graph property distortions and restricted structural changes persist. This leads to the question: Is it possible to develop more property-conserving and structure-sensitive augmentation methods? Through a spectral lens, we investigate the interplay between graph properties, their augmentation, and their spectral behavior, and observe that keeping the low-frequency eigenvalues unchanged can preserve the critical properties at a large scale when generating augmented graphs. These observations inform our introduction of the Dual-Prism (DP) augmentation methods, including DP-Noise and DP-Mask, which retain essential graph properties while diversifying augmented graphs. Extensive experiments validate the efficiency of our approach, providing a new and promising direction for graph data augmentation.
