Spectral graph theory

Linear signals on graphs

November 24, 2014 — October 27, 2021

algebra
clustering
linear algebra
networks
topology
Figure 1

Placeholder for the application of classic linear systems theory applied to networks in the form of spectral graph theory, which I split off from the networks notebook, since that started to feel like algebraic graph methods, mostly. As used in graph nueral networks.

I am interested in how filters can be defined on graphs; apparently they can?

Defferrard, Bresson, and Vandergheynst (2016) is credited with introducing localized Cheybshev filtering defined in terms of graph Laplacian to the neural nets. David I. Shuman, Vandergheynst, and Frossard (2011) seems to introduce this in a signal processing setting. (see overview in D. I. Shuman et al. (2013)). Isufi et al. (2017) defines an analogue of standard linear filters. There is a helpful visual comparison of both methods in Andreas Loukas’ blog post.

Many overlaps, different phrasing: matrix factorisation.

2 Tooling

Laplacians.jl (Julia):

Laplacians is a package containing graph algorithms, with an emphasis on tasks related to spectral and algebraic graph theory. It contains (and will contain more) code for solving systems of linear equations in graph Laplacians, low stretch spanning trees, sparsifiation, clustering, local clustering, and optimization on graphs.

All graphs are represented by sparse adjacency matrices. This is both for speed, and because our main concerns are algebraic tasks. It does not handle dynamic graphs. It would be very slow to implement dynamic graphs this way.

Much more tooling under graph neural networks.

3 References

Belkin, and Niyogi. 2003. Laplacian Eigenmaps for Dimensionality Reduction and Data Representation.” Neural Computation.
Butler, and Chung. 2013. Spectral Graph Theory.” In Handbook of Linear Algebra.
Chung, and Graham. 1997. Spectral Graph Theory.
Defferrard, Bresson, and Vandergheynst. 2016. Convolutional Neural Networks on Graphs with Fast Localized Spectral Filtering.” In Advances In Neural Information Processing Systems.
Diaconis, and Stroock. 1991. Geometric Bounds for Eigenvalues of Markov Chains.” The Annals of Applied Probability.
Ding, He, and Simon. 2005. On the Equivalence of Nonnegative Matrix Factorization and Spectral Clustering.” In Proceedings of the 2005 SIAM International Conference on Data Mining. Proceedings.
Hogben, ed. 2014. Handbook of Linear Algebra. Discrete Mathematics and Its Applications.
Isufi, Loukas, Simonetto, et al. 2017. Autoregressive Moving Average Graph Filtering.” IEEE Transactions on Signal Processing.
Kipf, and Welling. 2016. Semi-Supervised Classification with Graph Convolutional Networks.” In arXiv:1609.02907 [Cs, Stat].
Luxburg. 2007. “A Tutorial on Spectral Clustering.”
Mahoney. 2016. Lecture Notes on Spectral Graph Methods.” arXiv Preprint arXiv:1608.04845.
Newman. 2006. Modularity and Community Structure in Networks.” Proceedings of the National Academy of Sciences.
Shuman, D. I., Narang, Frossard, et al. 2013. The Emerging Field of Signal Processing on Graphs: Extending High-Dimensional Data Analysis to Networks and Other Irregular Domains.” IEEE Signal Processing Magazine.
Shuman, David I., Vandergheynst, and Frossard. 2011. Chebyshev Polynomial Approximation for Distributed Signal Processing.” 2011 International Conference on Distributed Computing in Sensor Systems and Workshops (DCOSS).
Solé-Ribalta, De Domenico, Kouvaris, et al. 2013. Spectral Properties of the Laplacian of Multiplex Networks.” Physical Review E.
Spielman, and Teng. 2008a. Spectral Sparsification of Graphs.” arXiv:0808.4134 [Cs].
———. 2008b. A Local Clustering Algorithm for Massive Graphs and Its Application to Nearly-Linear Time Graph Partitioning.” arXiv:0809.3232 [Cs].
Xia, Sun, Yu, et al. 2021. Graph Learning: A Survey.” IEEE Transactions on Artificial Intelligence.