Concept
Representing convolutional filters on general graphs
We can generalize representing different properties of time-varying signals beyond the chain graph by considering arbitrary adjacency matrices and Laplacians.
Q_h = alpha_0I + alpha_1A + alpha_2A^2 + ... + alpha_nA^N
Therefore, when we multiply a matrix of node features X , then we get
Q_hX = alpha_0IX + alpha_1AX + alpha_2A^2X + ... + alpha_nA^NX
where at a given node corresponds to a vector that contains information in the node's -hop neighborhood.
0
1
Updated 2022-07-17
Tags
Data Science