LGSIJul 28, 2021

Effective Eigendecomposition based Graph Adaptation for Heterophilic Networks

arXiv:2107.13312v1
Originality Incremental advance
AI Analysis

This addresses the issue of GNNs for heterophilic networks, which is an incremental improvement in a domain-specific area.

The paper tackles the problem of Graph Neural Networks (GNNs) performing poorly on heterophilic graphs by proposing EigenNetwork models that learn flexible graph adaptation functions to modulate eigenvalues, achieving up to 11% improvement over state-of-the-art methods.

Graph Neural Networks (GNNs) exhibit excellent performance when graphs have strong homophily property, i.e. connected nodes have the same labels. However, they perform poorly on heterophilic graphs. Several approaches address the issue of heterophily by proposing models that adapt the graph by optimizing task-specific loss function using labelled data. These adaptations are made either via attention or by attenuating or enhancing various low-frequency/high-frequency signals, as needed for the task at hand. More recent approaches adapt the eigenvalues of the graph. One important interpretation of this adaptation is that these models select/weigh the eigenvectors of the graph. Based on this interpretation, we present an eigendecomposition based approach and propose EigenNetwork models that improve the performance of GNNs on heterophilic graphs. Performance improvement is achieved by learning flexible graph adaptation functions that modulate the eigenvalues of the graph. Regularization of these functions via parameter sharing helps to improve the performance even more. Our approach achieves up to 11% improvement in performance over the state-of-the-art methods on heterophilic graphs.

Foundations

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

Your Notes