Line Graph Vietoris-Rips Persistence Diagram for Topological Graph Representation Learning
Jaesun Shin, Eunjoo Jeon, Taewon Cho, Namkyeong Cho, Youngjune Gwon
TL;DR
This work addresses the gap where standard GNNs capture local node information but miss global graph topology. It introduces the Topological Edge Diagram (TED), an edge-filtration–based persistence diagram, and its neural realization LGVR (Line Graph Vietoris–Rips Persistence Diagram) to preserve node embeddings while encoding topology. The authors present two model frameworks, -LGVR and -LVGR^+, proving they are strictly more expressive than Weisfeiler–Lehman colorings in theory and achieving superior performance on graph classification and regression benchmarks, including bioinformatics, social networks, and QM9. They further demonstrate stability across data splits and provide an integration mechanism to combine coloring and topological information, offering a practical pathway to richer graph representations with theoretical guarantees.
Abstract
While message passing graph neural networks result in informative node embeddings, they may suffer from describing the topological properties of graphs. To this end, node filtration has been widely used as an attempt to obtain the topological information of a graph using persistence diagrams. However, these attempts have faced the problem of losing node embedding information, which in turn prevents them from providing a more expressive graph representation. To tackle this issue, we shift our focus to edge filtration and introduce a novel edge filtration-based persistence diagram, named Topological Edge Diagram (TED), which is mathematically proven to preserve node embedding information as well as contain additional topological information. To implement TED, we propose a neural network based algorithm, named Line Graph Vietoris-Rips (LGVR) Persistence Diagram, that extracts edge information by transforming a graph into its line graph. Through LGVR, we propose two model frameworks that can be applied to any message passing GNNs, and prove that they are strictly more powerful than Weisfeiler-Lehman type colorings. Finally we empirically validate superior performance of our models on several graph classification and regression benchmarks.
