graph automorphism

[[concept]]
graph automorphism

Let G=(V,E) be a graph. A graph automorphism is a graph homomorphism from G to G. That is, a map γ:GG such that

(i,j)E(γ(i),γ(j))E

If there exists an automorphism for G, then there exists a corresponding permutation matrix P such that V=PV.

Note

In a learning task (in a GNN), this means that the shift operator S=PSPT and node features x=Px for the permutation matrix P.

see also graph homomorphism and graph isomorphism

Mentions

File
2025-03-05 graphs lecture 12