Redirecting to original paper in 30 seconds...
Click below to go immediately or wait for automatic redirect
📄 Abstract
Abstract: 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.
Authors (4)
Angelica Liguori
Ettore Ritacco
Pietro Sabatino
Annalisa Socievole
Submitted
October 31, 2025
Key Contributions
This paper proposes the Spectral Preservation Network, a new framework for graph representation learning that generates reduced graphs as faithful proxies of original ones. It introduces a Joint Graph Evolution layer and a Spectral Concordance loss to adaptively transform graph topology and node features, addressing limitations like reliance on fixed structures and over-smoothing in GNNs.
Business Value
Allows for more efficient analysis and prediction on large-scale graph data, enabling faster insights in areas like social network analysis, drug discovery, and network security.