integral lipschitz filters are stable to dilations

[[concept]]
Theorem

Let S=(1+ϵ)S be a dilation, and consider graph convolution H(S). If H(S) is a integral Lipschitz filter with constant c, then

||H(S)H(S)||cϵ+O(ϵ2)

ie, integral Lipschitz filters are stable to dilations/scalings

Note

This is universal for graphs of any size, ie any number of nodes.

This property of graph convolution is independent of the underlying graph.

Takeaway

This means that if we can control the Lipschitz constant c, then we can design stable filters (with low c) - or learn stable filters by penalizing large c.

The filter is still non-discriminative at high frequencies. This is the tradeoff for having stability in graph convolution.

Mentions

File
2025-03-10 graphs lecture 13