2025-04-07 lecture 18
[[lecture-data]]
- We saw that bandlimited convergent graph signals converge in the fourier domain.
- We also saw the graph convolution converges to the graphon convolution in the spectral domain for a convergent sequence of graph signals
- However, convergence in the spectral domain is not enough because graph convolutions and graphon convolutions operate in the node domain.
- We want to convert this convergence back into the node domain (iWFT) and see if convergence holds
3. Graphon Signal Processing
Recall that
- graph convolutions converge in the spectral domain
- given
where is bandlimited, GFT of converges to WFT (bandlimited convergent graph signals converge in the fourier domain)
For bandlimited graphon signals, we should be able to show convergence in the node domain!
Convergence of bandlimited signals in the node domain
Let
Where
Recall that our definition of a convergent sequence of graph signals compares the induced graphon signal and the limiting graphon signal to see if they converse in an
theorem basically says
- if we have a sequence that converges in this way and we have these graphon and graph convolutions, the outputs of those convolutions also converge in
See graph convolutions of bandlimited signals converge to the graphon convolution
Our first result for convergence for graphon signals is restrictive though, since we require that {as||the signal is bandlimited||restriction} and {ha||graphons have infinite-dimensional spectra||why restrictive}.
Can we get a better result? Can we generalize to arbitrary convergent graph signals?
set-up for solution
To show convergence of filters for general signals (not only bandlimited), we instead restrict {as||the filters||what restrict} to {ha||be Lipschitz||restriction}.
Recall the definition for lipschitz graph filters.
We define our analogue for graphon filters in the same way:
Let
This upper bounds the magnitude of the first derivative on the interval
In this statement, our
- On the real line, polynomials are not Lipschitz. However, in a bounded interval, we can always find a Lipschitz constant.
We consider general analytic filters
Improved/more general version
Aside: this is a LONG proof (longest in the class probably). The theorem is basically the same as the one above, but without the bandlimited assumption.
Let
Let
Where
and are the graph and graphon convolution outputs respectively.
We want to show the outputs on the graph convolutions converge in the "induced graphon signal" sense to the outputs of the graphon convolution
- ie, want to show
where is the induced graphon signal for .
WLOG, we assume that
Define an partitioning index set
Where we fix some
Then, by the triangle inequality, we have
And we can bound
It is very easy to bound
For
We don't care about the spectral intervals
Then we can write
We can see
Now, we need to bound
Note that we can write
We can do this because the
For
Where
Finally, for
Thus we get that
for all
see lipschitz graph convolutions of graph signals converge to lipschitz graphon filters
For node-domain convergence, we first saw that graph convolutions of bandlimited signals converge to the graphon convolution. But since graphons have infinite-dimensional spectra, this can be quite strict and therefore not super useful. Instead, we replaced the bandlimited assumption with a Lipschitz continuity requirement.
It was difficult to show convergence for the GFT for spectral components associated with eigenvalues close to
Here, the same thing happens because graphon shift operator eigenvalues accumulate at 0. The Lipschitz continuity addresses this by ensuring all spectral components near 0 are amplified in an increasingly "similar" way. We can see this by looking at how we defined
- If we fix
, in order to have , we need progressively smaller Lipschitz constant . ie, we need flatter and flatter functions - If we want
to get smaller (ie, we want the region where the spectral components cannot be discriminated to get smaller), we need a larger .
convergence-discriminability tradeoff
In HW3:
- Train a GNN on a subsample of the graph and as we increase the size, the convergence gets better and better
- explanation: convolution converges asymptotically
Transferability:
If we want to make an error of at most
- how do we pick the size of the subgraph to train on?
Can we see a relationship between the size of the graphand the Lipschitz constant ?
Transferability of Graph Convolutions and GNNs
The asymptotic convergence of the lipschitz graph filters reveals an important tradeoff between convergence/transferability and discriminability. We can compare this to the stability-discriminability tradeoff for Lipschitz filters.
Note that this quantity is finite since the graphon shift operator eigenvalues accumulate only at 0.
The
Non-asymptotic convergence of graph convolutions
Let
Further, assume
(WLOG) and is Lipschitz in and Lipschitz in
Then we have
note that this bound depends on
- the norm difference between the graphon and the induced graphon
- the the norm difference between the graphon signal and the induced graphon signal
We already know that these two things converge (we've already discussed the (slow) convergence rate for
- Convergence
with appropriate node labelling means approximation improves with as expected - The bound grows with
- if we want better discriminability, then we need a lower
. A lower means - a higher c band cardinality
- a lower c eigenvalue margin
- a higher
, and thus a worse convergence bound
- a higher c band cardinality
- ie, the bound is large when the filter is most discriminative
- if we want better discriminability, then we need a lower
Here, the convergence-discriminability tradeoff is explicit. We can see that larger
The last term
In the finite sample regime, unless
see convergence bound for graph convolutions
Review
Even though graph convolutions converge in the spectral domain, this is not enough for our purposes. Why is that?
-?-
graph convolutions and graphon convolutions operate in the node domain (not the spectral domain)
What does the lipschitz condition achieve in lipschitz graph convolutions of graph signals converge to lipschitz graphon filters?
-?-
it ensures all spectral components near 0 are amplified in an increasingly "similar" way.
For node-domain convergence, we first saw that {ass||graph convolutions of bandlimited signals converge to the graphon convolution}. But since graphons have {has||infinite-dimensional spectra}, this can be quite strict and therefore not super useful. Instead, we replaced the {ass||bandlimited assumption} with {hha||a Lipschitz continuity requirement}.
Created 2025-04-09 Last Modified 2025-05-30