Implicit Graph Neural Networks: A Monotone Operator Viewpoint

Abstract

Implicit graph neural networks (IGNNs) – that solve a fixed-point equilibrium equation using Picard iteration for representation learning – have shown remarkable performance in learning long-range dependencies (LRD) in the underlying graphs. However, IGNNs suffer from several issues, including 1) their expressivity is limited by their parameterizations for the well-posedness guarantee, 2) IGNNs are unstable in learning LRD, and 3) IGNNs become computationally inefficient when learning LRD. In this paper, we provide a new well-posedness characterization for IGNNs leveraging monotone operator theory, resulting in a much more expressive parameterization than the existing one. We also propose an orthogonal parameterization for IGNN based on Cayley transform to stabilize learning LRD. Furthermore, we leverage Anderson-accelerated operator splitting schemes to efficiently solve for the fixed point of the equilibrium equation of IGNN with monotone or orthogonal parameterization. We verify the computational efficiency and accuracy of the new models over existing IGNNs on various graph learning tasks at both graph and node levels.

Cite

Text

Baker et al. "Implicit Graph Neural Networks: A Monotone Operator Viewpoint." International Conference on Machine Learning, 2023.

Markdown

[Baker et al. "Implicit Graph Neural Networks: A Monotone Operator Viewpoint." International Conference on Machine Learning, 2023.](https://mlanthology.org/icml/2023/baker2023icml-implicit/)

BibTeX

@inproceedings{baker2023icml-implicit,
  title     = {{Implicit Graph Neural Networks: A Monotone Operator Viewpoint}},
  author    = {Baker, Justin and Wang, Qingsong and Hauck, Cory D and Wang, Bao},
  booktitle = {International Conference on Machine Learning},
  year      = {2023},
  pages     = {1521-1548},
  volume    = {202},
  url       = {https://mlanthology.org/icml/2023/baker2023icml-implicit/}
}