MLLGSPJul 13, 2025

Signed Graph Learning: Algorithms and Theory

arXiv:2507.09717v11 citationsh-index: 28
Originality Incremental advance
AI Analysis

This addresses the need for signed graph learning in biological and social systems, offering a novel method with theoretical guarantees, though it is incremental relative to unsigned graph learning.

The paper tackles the problem of learning signed graphs from smooth signed graph signals, using the net Laplacian as a graph shift operator and solving a non-convex optimization problem with ADMM, achieving a linear per-iteration complexity and providing theoretical convergence and error bounds.

Real-world data is often represented through the relationships between data samples, forming a graph structure. In many applications, it is necessary to learn this graph structure from the observed data. Current graph learning research has primarily focused on unsigned graphs, which consist only of positive edges. However, many biological and social systems are better described by signed graphs that account for both positive and negative interactions, capturing similarity and dissimilarity between samples. In this paper, we develop a method for learning signed graphs from a set of smooth signed graph signals. Specifically, we employ the net Laplacian as a graph shift operator (GSO) to define smooth signed graph signals as the outputs of a low-pass signed graph filter defined by the net Laplacian. The signed graph is then learned by formulating a non-convex optimization problem where the total variation of the observed signals is minimized with respect to the net Laplacian. The proposed problem is solved using alternating direction method of multipliers (ADMM) and a fast algorithm reducing the per-ADMM iteration complexity from quadratic to linear in the number of nodes is introduced. Furthermore, theoretical proofs of convergence for the algorithm and a bound on the estimation error of the learned net Laplacian as a function of sample size, number of nodes, and graph topology are provided. Finally, the proposed method is evaluated on simulated data and gene regulatory network inference problem and compared to existing signed graph learning methods.

Foundations

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

Your Notes