Complex-Weighted Convolutional Networks: Provable Expressiveness via Complex Diffusion
Cristina López Amado, Tassilo Schwarz, Yu Tian, Renaud Lambiotte
TL;DR
This work introduces complex-weighted diffusion on graphs as a principled way to overcome oversmoothing and heterophily in GNNs. By assigning Hermitian complex weights to edges, the authors prove that the steady-state of a complex random walk can achieve linear separability for any node-classification task, independent of the number of classes. They instantiate this idea as CWCN, a practical GNN that learns the complex-weighted structure via an edge- conditioning MLP and uses learnable complex matrices and nonlinearities per layer, with a training pipeline that treats the initial features as a complex matrix. Empirically, CWCN delivers competitive performance on standard benchmarks and exhibits clear advantages in heterophilic regimes, while offering strong theoretical guarantees and a simpler hyperparameter profile than several diffusion-based alternatives.
Abstract
Graph Neural Networks (GNNs) have achieved remarkable success across diverse applications, yet they remain limited by oversmoothing and poor performance on heterophilic graphs. To address these challenges, we introduce a novel framework that equips graphs with a complex-weighted structure, assigning each edge a complex number to drive a diffusion process that extends random walks into the complex domain. We prove that this diffusion is highly expressive: with appropriately chosen complex weights, any node-classification task can be solved in the steady state of a complex random walk. Building on this insight, we propose the Complex-Weighted Convolutional Network (CWCN), which learns suitable complex-weighted structures directly from data while enriching diffusion with learnable matrices and nonlinear activations. CWCN is simple to implement, requires no additional hyperparameters beyond those of standard GNNs, and achieves competitive performance on benchmark datasets. Our results demonstrate that complex-weighted diffusion provides a principled and general mechanism for enhancing GNN expressiveness, opening new avenues for models that are both theoretically grounded and practically effective.
