Asymmetric Learning for Spectral Graph Neural Networks
Fangbing Liu, Qing Wang

TL;DR
This paper introduces an asymmetric learning method for spectral GNNs that dynamically preconditions gradients to improve optimization and performance, especially on complex heterophilic graphs.
Contribution
It proposes a novel asymmetric learning approach that reduces the block condition number of the Hessian, enhancing spectral GNN training and performance.
Findings
Consistently improves spectral GNN performance across 18 datasets.
Significantly benefits training on heterophilic graphs.
Theoretically reduces the Hessian's block condition number.
Abstract
Optimizing spectral graph neural networks (GNNs) remains a critical challenge in the field, yet the underlying processes are not well understood. In this paper, we investigate the inherent differences between graph convolution parameters and feature transformation parameters in spectral GNNs and their impact on the optimization landscape. Our analysis reveals that these differences contribute to a poorly conditioned problem, resulting in suboptimal performance. To address this issue, we introduce the concept of the block condition number of the Hessian matrix, which characterizes the difficulty of poorly conditioned problems in spectral GNN optimization. We then propose an asymmetric learning approach, dynamically preconditioning gradients during training to alleviate poorly conditioned problems. Theoretically, we demonstrate that asymmetric learning can reduce block condition numbers,…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsNeural Networks and Applications · Advanced Graph Neural Networks · Face and Expression Recognition
MethodsConvolution
