LGAIJan 13

GADPN: Graph Adaptive Denoising and Perturbation Networks via Singular Value Decomposition

arXiv:2601.08230v11 citationsh-index: 1
Originality Incremental advance
AI Analysis

This work addresses the practical limitation of graph structure learning methods for GNNs by improving efficiency and robustness across diverse network types, though it appears incremental in its approach.

The paper tackles the problem of graph structure learning to improve Graph Neural Networks (GNNs) by addressing noise and misalignment in observed graphs, proposing GADPN which achieves state-of-the-art performance with significant efficiency gains, particularly on disassortative graphs.

While Graph Neural Networks (GNNs) excel on graph-structured data, their performance is fundamentally limited by the quality of the observed graph, which often contains noise, missing links, or structural properties misaligned with GNNs' underlying assumptions. To address this, graph structure learning aims to infer a more optimal topology. Existing methods, however, often incur high computational costs due to complex generative models and iterative joint optimization, limiting their practical utility. In this paper, we propose GADPN, a simple yet effective graph structure learning framework that adaptively refines graph topology via low-rank denoising and generalized structural perturbation. Our approach makes two key contributions: (1) we introduce Bayesian optimization to adaptively determine the optimal denoising strength, tailoring the process to each graph's homophily level; and (2) we extend the structural perturbation method to arbitrary graphs via Singular Value Decomposition (SVD), overcoming its original limitation to symmetric structures. Extensive experiments on benchmark datasets demonstrate that GADPN achieves state-of-the-art performance while significantly improving efficiency. It shows particularly strong gains on challenging disassortative graphs, validating its ability to robustly learn enhanced graph structures across diverse network types.

Foundations

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

Your Notes