LGAIJun 21, 2021

BernNet: Learning Arbitrary Graph Spectral Filters via Bernstein Approximation

arXiv:2106.10994v3339 citationsHas Code
Originality Highly original
AI Analysis

This addresses the issue of oversimplified or ill-posed filters in graph neural networks for researchers and practitioners in graph modeling, representing a novel method for a known bottleneck rather than an incremental improvement.

The paper tackles the problem of designing and learning arbitrary graph spectral filters in graph neural networks, proposing BernNet which uses Bernstein polynomial approximation to achieve superior performance in real-world graph modeling tasks.

Many representative graph neural networks, e.g., GPR-GNN and ChebNet, approximate graph convolutions with graph spectral filters. However, existing work either applies predefined filter weights or learns them without necessary constraints, which may lead to oversimplified or ill-posed filters. To overcome these issues, we propose BernNet, a novel graph neural network with theoretical support that provides a simple but effective scheme for designing and learning arbitrary graph spectral filters. In particular, for any filter over the normalized Laplacian spectrum of a graph, our BernNet estimates it by an order-$K$ Bernstein polynomial approximation and designs its spectral property by setting the coefficients of the Bernstein basis. Moreover, we can learn the coefficients (and the corresponding filter weights) based on observed graphs and their associated signals and thus achieve the BernNet specialized for the data. Our experiments demonstrate that BernNet can learn arbitrary spectral filters, including complicated band-rejection and comb filters, and it achieves superior performance in real-world graph modeling tasks. Code is available at https://github.com/ivam-he/BernNet.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes