Skip to content

Nonlinear Laplacians Improve Signed-Directed Graph Learning

Aug 2026 · 3 citations · 38 references
Computer Science

TL;DR

This work introduces a non-linear Laplacian operator specific to signed and directed networks (NLSD) and proposes an efficient spectral GNN framework (NLSD-GNN), which not only integrates signed and directional data effectively but also achieves superior performance across diverse datasets.

Abstract

While signed-directed graphs have been studied using linear Laplacians in the design of graph neural networks, relatively little research has focused on developing non-linear Laplacian operators for such networks. We introduce a non-linear Laplacian operator specific to signed and directed networks (NLSD). This non-linear operator extends the concepts of the signed Laplacian for signed graphs and the Laplacian for directed graphs. The NLSD calculates node-specific potentials based on features More precisely, if the potential discrepancy is not aligned with the edge direction, we ignore it (and vice versa) leveraging message-passing techniques only across edges where potential discrepancies align with the edge's direction. Utilizing this novel operator, we propose an efficient spectral GNN framework (NLSD-GNN). We conducted comprehensive evaluations focusing on node classification and link prediction, examining scenarios involving signed, directional, or both types of information. Our findings reveal that this spectral GNN framework not only integrates signed and directional data effectively but also achieves superior performance across diverse datasets.

View source

Similar papers

Book Open access Aug 2026

SigFJProp: Lightweight and Scalable Signed Graph Learning via Opinion Dynamics

Learning on signed graphs poses unique challenges due to the presence of both positive and negative links, which represent complex social dynamics such as trust and conflict. While existing signed graph neural networks (SGNNs) have achieved promising results, most rely on deep, multi-hop propagation architectures that suffer from scalability issues. In this work, we revisit message passing from the perspective of opinion dynamics, and propose SigFJProp, a novel and lightweight SGNN framework inspired by the Friedkin–Johnsen model. SigFJProp models signed message propagation as a discrete-time opinion update process, whose equilibrium state admits a closed-form solution involving the signed forest matrix. To make this computation tractable on large-scale graphs, we introduce Expansion Forest Sampling, a linear-time approximation method tailored for signed networks. Our approach decouples neural representation learning from propagation dynamics, enabling efficient and interpretable learning. Experimental results on seven benchmark datasets, including one with over 750K nodes and 10M edges, demonstrate that SigFJProp achieves competitive or superior performance compared to state-of-the-art methods, while significantly reducing computational overhead. The code is available at https://github.com/SunYubo23/SigFJProp.

Yubo Sun, Haoxin Sun, Zhongzhi Zhang · 0 citations

Random Probing for Structural Self-Interactions in Graph Neural Networks

DIAL, a message-passing layer that gives nodes access to graph structure through the diagonal of graph-derived operators, is introduced, which uses randomized probing to provide nodes with learnable, permutation equivariant access to diagonal entries.

Saku Peltonen, H. Bilgi, Kubilay Atasu · 0 citations
Preprint Jul 2026

Schreier-Coset Graph Rewiring

This work introduces a novel method Schreier-Coset Graph Rewiring, a group-theoretic rewiring method that augments the input graph with a Schreier-Coset graph derived from a special linear group, creating a low-resistance bypass for long-range communication.

Aryan Mishra, Randy Martinez, Lizhen Lin · 0 citations
Preprint Aug 2026

Graph Signal Surrogate Generation for Statistical Testing of Covariance Structure on Directed Graphs

The definition of directed graph wide-sense stationarity is revisited, and the surrogate signals preserve covariance under the stationary assumption to demonstrate the feasibility of the scheme to detect irregular node covariance and benchmark the method against conventional schemes using the symmetrized graph.

Chun Hei Michael Chan, Alexandre Cionca, D. Ville · 0 citations
Preprint Aug 2026

Structured Sheaf Learning of Consistent Connection Graphs

Structured Connection Graph Learning (SCGL), a block-coordinate algorithm that combines closed-form updates, manifold projections, and spectral constraints, and converges to stationary points of the resulting nonconvex problem, is developed.

Leonardo Di Nino, Gabriele D’Acunto, Sergio Barbarossa et al. · 0 citations
Book Aug 2026

Certified Signed Graph Unlearning

Certified Signed Graph Unlearning (CSGU) is proposed, which leverages the sociological principles underlying signed graphs, providing provable privacy guarantees while maintaining model utility.

Junpeng Zhao, Lin Li, Yu Yang et al. · 0 citations

Related blog posts