Data
subject:: Data Science Methods for Large Scale Graphs parent:: Graph Signals and Graph Signal Processing theme:: math notes
Linear Shift-Invariant /Convolutional Graph Filters
We define our convolutional graph filter (or linear shift-invariant) as follows. Let be a graph shift operator and some graph signal. Then a filter has Note that means is a th degree polynomial of with (filter) coefficients
Properties
This filter is
- local (convolutional graph filters are local)
- shift equivariant (convolutional graph filters are shift equivariant)
- permutation invariant (convolutional graph filters are permutation equivariant)
Mentions
TABLE file.mday as "Last Edited"
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
SORT file.mday, file.name ASC