convolutional graph filters are shift equivariant

Data

Theorem

graph convolution are shift equivariant.

Let where is a shift operator. Suppose . To show shift equivariance, we need to show (ie the output is shifted in the same way the input was).

Proof

y’ = H(S)x’ &= \sum_{k=0}^{K-1}h_{k}S^{k} (Sx) \ &= \sum_{k=0}^{K-1}h_{k}S^{k+1}x \ &= S \sum_{k=0}^{K-1}h_{k}S^k x \ &= Sy \end{aligned}$$

Mentions

TABLE
FROM [[]]
 
FLATTEN choice(contains(artist, this.file.link), 1, "") + choice(contains(author, this.file.link), 1, "") + choice(contains(director, this.file.link), 1, "") + choice(contains(source, this.file.link), 1, "") as direct_source
 
WHERE !direct_source