π€ AI Summary
To address over-smoothing caused by deep layer stacking in Graph Neural Networks (GNNs), this paper proposes a spectral-domain filtering method inspired by the Fairing algorithm from computer graphicsβthe first such adaptation to graph learning. Viewing redundant propagation paths through the lens of random walks, the method models them spectrally and constructs a tunable low-pass filter using the graph Laplacian operator, explicitly suppressing high-frequency noise while preserving discriminative low-frequency signals. Integrated with a multi-resolution graph pooling architecture, the approach enables fine-grained, interpretable smoothing control in the spectral domain. Evaluated within the MRGNN framework, the method significantly mitigates over-smoothing and achieves consistent performance gains across multiple graph classification benchmarks. This work establishes a novel paradigm for explainable and controllable graph representation learning, bridging geometric signal processing with deep graph modeling.
π Abstract
Reservoir computing has been successfully applied to graphs as a preprocessing method to improve the training efficiency of Graph Neural Networks (GNNs). However, a common issue that arises when repeatedly applying layer operators on graphs is over-smoothing, which consists in the convergence of graph signals toward low-frequency components of the graph Laplacian. This work revisits the definition of the reservoir in the Multiresolution Reservoir Graph Neural Network (MRGNN), a spectral reservoir model, and proposes a variant based on a Fairing algorithm originally introduced in the field of surface design in computer graphics. This algorithm provides a pass-band spectral filter that allows smoothing without shrinkage, and it can be adapted to the graph setting through the Laplacian operator. Given its spectral formulation, this method naturally connects to GNN architectures for tasks where smoothing, when properly controlled, can be beneficial,such as graph classification. The core contribution of the paper lies in the theoretical analysis of the algorithm from a random walks perspective. In particular, it shows how tuning the spectral coefficients can be interpreted as modulating the contribution of redundant random walks. Exploratory experiments based on the MRGNN architecture illustrate the potential of this approach and suggest promising directions for future research.