Toward Robust Signed Graph Learning through Joint Input-Target Denoising
Junran Wu, Beng Chin Ooi, Ke Xu
TL;DR
The paper addresses robustness in signed graph neural networks under noise in both input structure and supervision signals. It introduces RIDGE, a framework that extends the Graph Information Bottleneck (GIB) with target-space denoising (GIB-TD) and employs a reparameterization-based, variational objective to denoise inputs $\tilde{\mathcal{G}}$ and targets $\tilde{Y}$, while learning effective representations $H$ for link-sign prediction. RIDGE combines feature masking, substructure sampling, and tractable bounds on mutual information, yielding a loss $\mathcal{L} = \mathcal{L}_{cls} + \alpha \mathcal{L}_{KL}^{Y} + \beta \mathcal{L}_{KL}^{\mathcal{G}}$, with $\mathcal{L}_{KL}^{Y}$ and $\mathcal{L}_{KL}^{\mathcal{G}}$ derived from variational bounds. The approach demonstrates strong robustness on four real-world signed-graph datasets, outperforming baselines under random and adversarial noise, and scales efficiently to larger graphs. By avoiding strict balance-theory assumptions and grounding robustness in information-theoretic principles, RIDGE offers a principled and practical pathway for reliable signed graph learning in noisy real-world applications.
Abstract
Signed Graph Neural Networks (SGNNs) are widely adopted to analyze complex patterns in signed graphs with both positive and negative links. Given the noisy nature of real-world connections, the robustness of SGNN has also emerged as a pivotal research area. Under the supervision of empirical properties, graph structure learning has shown its robustness on signed graph representation learning, however, there remains a paucity of research investigating a robust SGNN with theoretical guidance. Inspired by the success of graph information bottleneck (GIB) in information extraction, we propose RIDGE, a novel framework for Robust sI gned graph learning through joint Denoising of Graph inputs and supervision targEts. Different from the basic GIB, we extend the GIB theory with the capability of target space denoising as the co-existence of noise in both input and target spaces. In instantiation, RIDGE effectively cleanses input data and supervision targets via a tractable objective function produced by reparameterization mechanism and variational approximation. We extensively validate our method on four prevalent signed graph datasets, and the results show that RIDGE clearly improves the robustness of popular SGNN models under various levels of noise.
