Groups
Category
Graph isomorphism asks whether two graphs are the same up to renaming vertices; the WeisfeilerโLeman (WL) test is a powerful heuristic that often distinguishes non-isomorphic graphs quickly.
Message Passing Neural Networks (MPNNs) learn on graphs by letting nodes repeatedly exchange and aggregate messages from their neighbors.