Convergent Graph Solvers
Junyoung Park, Jinhyun Choo, Jinkyoo Park

TL;DR
The paper introduces Convergent Graph Solver (CGS), a deep learning approach that reliably predicts stationary properties of graph systems by learning iterative fixed-point mappings with guaranteed convergence, applicable to various graph problems.
Contribution
CGS is a novel deep learning method that systematically computes fixed points of graph systems with guaranteed convergence, without prior knowledge of solutions or intermediate states.
Findings
CGS accurately predicts stationary properties of linear and nonlinear graph systems.
CGS demonstrates high performance in graph classification tasks with ambiguous fixed points.
CGS is a versatile architecture applicable to diverse graph analysis problems.
Abstract
We propose the convergent graph solver (CGS), a deep learning method that learns iterative mappings to predict the properties of a graph system at its stationary state (fixed point) with guaranteed convergence. CGS systematically computes the fixed points of a target graph system and decodes them to estimate the stationary properties of the system without the prior knowledge of existing solvers or intermediate solutions. The forward propagation of CGS proceeds in three steps: (1) constructing the input dependent linear contracting iterative maps, (2) computing the fixed-points of the linear maps, and (3) decoding the fixed-points to estimate the properties. The contractivity of the constructed linear maps guarantees the existence and uniqueness of the fixed points following the Banach fixed point theorem. To train CGS efficiently, we also derive a tractable analytical expression for its…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsAdvanced Graph Neural Networks · Graph Theory and Algorithms · Complex Network Analysis Techniques
MethodsGraph Neural Network
