Data
subject:: Data Science Methods for Large Scale Graphs parent:: Graph Signals and Graph Signal Processing theme:: math notes
Graph Signal Processing Problem
In a graph signal processing problem (or graph regression or signal regression), the graph is the data support, and is thus fixed. The data are graph signals and we want to predict signals . Assuming , we regress signals on predictor signals .
Here, the hypothesis class are the graph convolutions \cal{F}$$=\left\{ z=\sum_{k=0}^{K-1} h_{k}S^kx, h_{k} \in \mathbb{R} \right\}
Our minimization problem is then
Example
The fixed graph is the US weather station network. Suppose we have our , the recorded temperatures from February 3 from the last years, and our , the recorded temperatures from November 3 from the last years.
- Temperatures on the graph are recorded as time series and
- we want to predict the february temperatures from the november temperatures.
Application: temperature forecasting. Predict february 2026 temperatures from the november 2025 temperatures as
Using loss, our minimization problem becomes:
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
The fixed graph is the US weather station network. Suppose we have our