CayleyNets: Graph Convolutional Neural Networks with Complex Rational Spectral Filters
Ron Levie, Federico Monti, Xavier Bresson, Michael M. Bronstein
TL;DR
CayleyNets address the challenge of scalable, band-focused graph convolution by introducing complex rational Cayley filters $g_{\mathbf{c},h}(\boldsymbol{\Delta})$ based on the Cayley transform $\mathcal{C}(h\boldsymbol{\Delta})$, which yields unitary operators and enables stable, localized spectral filtering. The framework supports a spectral zoom parameter $h$ to concentrate on narrow frequency bands, and uses Jacobi-based inversions to maintain linear complexity on sparse graphs. The authors provide analytic properties, localization guarantees, and complexity analyses, and validate the approach on MNIST, CORA, and MovieLens, showing improvements over ChebNet and other spectral CNNs, especially for low-order filters and band-focused tasks. This work advances scalable, transferable graph neural networks with strong control over spectral localization, benefiting large-scale graph learning applications in vision, text, and recommender systems.
Abstract
The rise of graph-structured data such as social networks, regulatory networks, citation graphs, and functional brain networks, in combination with resounding success of deep learning in various applications, has brought the interest in generalizing deep learning models to non-Euclidean domains. In this paper, we introduce a new spectral domain convolutional architecture for deep learning on graphs. The core ingredient of our model is a new class of parametric rational complex functions (Cayley polynomials) allowing to efficiently compute spectral filters on graphs that specialize on frequency bands of interest. Our model generates rich spectral filters that are localized in space, scales linearly with the size of the input data for sparsely-connected graphs, and can handle different constructions of Laplacian operators. Extensive experimental results show the superior performance of our approach, in comparison to other spectral domain convolutional architectures, on spectral image classification, community detection, vertex classification and matrix completion tasks.
