Learn Before
Concept

Theoretical Motivations of GNNs

GNNs had been independently developed from several distinct theoretical motivations and perspectives:

  • Graph convolutions: the theory of graph signal processing, as a generalization of Euclidean convolutions to the non-Euclidean graph domain.
  • Probabilistic graphical models: neural message passing approaches proposed by analogy to message passing algorithms for probabilistic inference in graphical models.
  • Graph isomorphism: connection to the Weisfeiler-Lehman graph isomorphism test.

0

1

Updated 2022-07-15

Tags

Data Science

Learn After