LGAIDBSIJan 21, 2025

Toward Effective Digraph Representation Learning: A Magnetic Adaptive Propagation based Approach

arXiv:2501.11817v14 citationsh-index: 10WWW
Originality Incremental advance
AI Analysis

This work addresses inefficiencies in digraph representation learning for applications like web-scale topology modeling, though it is incremental as it builds on existing MagDG methods.

The paper tackles the limitations of existing magnetic Laplacian-based digraph neural networks (MagDGs), which rely on hand-crafted parameters and coarse message passing, by proposing MAP for plug-and-play propagation optimization and MAP++ for adaptive edge-wise and node-wise learning. MAP++ achieves state-of-the-art predictive performance on 4 downstream tasks across 12 datasets.

The $q$-parameterized magnetic Laplacian serves as the foundation of directed graph (digraph) convolution, enabling this kind of digraph neural network (MagDG) to encode node features and structural insights by complex-domain message passing. As a generalization of undirected methods, MagDG shows superior capability in modeling intricate web-scale topology. Despite the great success achieved by existing MagDGs, limitations still exist: (1) Hand-crafted $q$: The performance of MagDGs depends on selecting an appropriate $q$-parameter to construct suitable graph propagation equations in the complex domain. This parameter tuning, driven by downstream tasks, limits model flexibility and significantly increases manual effort. (2) Coarse Message Passing: Most approaches treat all nodes with the same complex-domain propagation and aggregation rules, neglecting their unique digraph contexts. This oversight results in sub-optimal performance. To address the above issues, we propose two key techniques: (1) MAP is crafted to be a plug-and-play complex-domain propagation optimization strategy in the context of digraph learning, enabling seamless integration into any MagDG to improve predictions while enjoying high running efficiency. (2) MAP++ is a new digraph learning framework, further incorporating a learnable mechanism to achieve adaptively edge-wise propagation and node-wise aggregation in the complex domain for better performance. Extensive experiments on 12 datasets demonstrate that MAP enjoys flexibility for it can be incorporated with any MagDG, and scalability as it can deal with web-scale digraphs. MAP++ achieves SOTA predictive performance on 4 different downstream tasks.

Foundations

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

Your Notes