LGAISPMLJun 18, 2021

Message Passing in Graph Convolution Networks via Adaptive Filter Banks

arXiv:2106.09910v15 citations
Originality Highly original
AI Analysis

This addresses the problem of handling heterogeneous graph data for researchers and practitioners in graph learning, though it is incremental as it builds on existing message passing models.

The paper tackles the limitation of graph convolution networks in handling heterogeneous data by introducing BankGCN, a novel operator that decomposes multi-channel signals into subspaces with adaptive filters, achieving excellent performance in graph classification on benchmark datasets.

Graph convolution networks, like message passing graph convolution networks (MPGCNs), have been a powerful tool in representation learning of networked data. However, when data is heterogeneous, most architectures are limited as they employ a single strategy to handle multi-channel graph signals and they typically focus on low-frequency information. In this paper, we present a novel graph convolution operator, termed BankGCN, which keeps benefits of message passing models, but extends their capabilities beyond `low-pass' features. It decomposes multi-channel signals on graphs into subspaces and handles particular information in each subspace with an adapted filter. The filters of all subspaces have different frequency responses and together form a filter bank. Furthermore, each filter in the spectral domain corresponds to a message passing scheme, and diverse schemes are implemented via the filter bank. Importantly, the filter bank and the signal decomposition are jointly learned to adapt to the spectral characteristics of data and to target applications. Furthermore, this is implemented almost without extra parameters in comparison with most existing MPGCNs. Experimental results show that the proposed convolution operator permits to achieve excellent performance in graph classification on a collection of benchmark graph datasets.

Foundations

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

Your Notes