Convexified Message-Passing Graph Neural Networks
Saar Cohen, Noa Agmon, Uri Shaham

TL;DR
This paper introduces Convexified Message-Passing GNNs (CGNNs), a new framework that combines message-passing with convex optimization, leading to more efficient training, better theoretical understanding, and significantly improved accuracy on benchmark datasets.
Contribution
The paper proposes CGNNs, a convex optimization-based framework for GNNs, enabling efficient training, rigorous analysis, and superior performance over existing models.
Findings
CGNNs outperform leading GNN models by 10-40% accuracy.
Two-layer CGNNs have proven generalization guarantees.
Convex models can surpass non-convex models in accuracy and compactness.
Abstract
Graph Neural Networks (GNNs) are key tools for graph representation learning, demonstrating strong results across diverse prediction tasks. In this paper, we present Convexified Message-Passing Graph Neural Networks (CGNNs), a novel and general framework that combines the power of message-passing GNNs with the tractability of convex optimization. By mapping their nonlinear filters into a reproducing kernel Hilbert space, CGNNs transform training into a convex optimization problem, which projected gradient methods can solve both efficiently and optimally. Convexity further allows CGNNs' statistical properties to be analyzed accurately and rigorously. For two-layer CGNNs, we establish rigorous generalization guarantees, showing convergence to the performance of an optimal GNN. To scale to deeper architectures, we adopt a principled layer-wise training strategy. Experiments on benchmark…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Memory and Neural Computing · Neural Networks and Applications · EEG and Brain-Computer Interfaces
MethodsADaptive gradient method with the OPTimal convergence rate
