Spectral Neural Graph Sparsification
By: Angelica Liguori , Ettore Ritacco , Pietro Sabatino and more
Potential Business Impact:
Makes computer models of networks faster and better.
Graphs are central to modeling complex systems in domains such as social networks, molecular chemistry, and neuroscience. While Graph Neural Networks, particularly Graph Convolutional Networks, have become standard tools for graph learning, they remain constrained by reliance on fixed structures and susceptibility to over-smoothing. We propose the Spectral Preservation Network, a new framework for graph representation learning that generates reduced graphs serving as faithful proxies of the original, enabling downstream tasks such as community detection, influence propagation, and information diffusion at a reduced computational cost. The Spectral Preservation Network introduces two key components: the Joint Graph Evolution layer and the Spectral Concordance loss. The former jointly transforms both the graph topology and the node feature matrix, allowing the structure and attributes to evolve adaptively across layers and overcoming the rigidity of static neighborhood aggregation. The latter regularizes these transformations by enforcing consistency in both the spectral properties of the graph and the feature vectors of the nodes. We evaluate the effectiveness of Spectral Preservation Network on node-level sparsification by analyzing well-established metrics and benchmarking against state-of-the-art methods. The experimental results demonstrate the superior performance and clear advantages of our approach.
Similar Papers
Mitigating Over-Squashing in Graph Neural Networks by Spectrum-Preserving Sparsification
Machine Learning (CS)
Helps computers understand complex data better.
Adaptive Branch Specialization in Spectral-Spatial Graph Neural Networks for Certified Robustness
Machine Learning (CS)
Makes AI smarter and harder to trick.
Spectral Graph Neural Networks are Incomplete on Graphs with a Simple Spectrum
Machine Learning (CS)
Makes AI better at understanding graph-like data.