filter permutation invariance

[[concept]]
invariant to permutations

Let S be a graph shift operator. A graph filter H(S) is permutation invariant if S is permutation invariant.

If S is permutation invariant, then since H is also permutation invariant, we have

||SS||p=0||H(S)H(S)||p=0

Where ||||p is the operator distance modulo permutations

For GNNs, we have equivalently ||SS||p=0||Φ(S)Φ(S)||p=0 since this is a composed graph convolution

permutation invariant (alternate definition)

Recall the definition for invariant:

Invariant

Let G be a group acting on a (data) set X. Then F:XY is invariant if
F(gx)=F(x)gG and xX

If G is a permutation group and F, then for any F=gF, we have F is permutation invariant if and only if

||FF||p(=g)=0

That is, F is invariant to permutations if and only if its operator distance modulo permutations is 0.

This follows directly from the definition of invariance.

Mentions

File
additive perturbations
2025-03-05 graphs lecture 12