linear graph filter
Data
subject:: Data Science Methods for Large Scale Graphs
parent:: Graph Signals and Graph Signal Processing
theme:: math notes
Graph Filter
A (linear) graph filter is defined as an operator
ie, a graph filter is a linear map from graph signals to graph signals.
This is a basic building block for processing graph signals
Question
What are potential issues with such filters?
Answer
- Since
is not parameterized by the graph or the shift operator, it does not incorporate the graph sparsity pattern. - if nodes
are in different connected components but , this is not consistent with the structure of the graph! - Because of this, we cannot implement
locally at each node. , but we cannot write analogously ie - The number of parameters is
- this is bad for large . - We cannot adapt
for different sized graphs. Once we design , it only works for graphs of size .