Daily Arxiv

This is a page that curates AI-related papers published worldwide.
All content here is summarized using Google Gemini and operated on a non-profit basis.
Copyright for each paper belongs to the authors and their institutions; please make sure to credit the source when sharing.

DiRW: Path-Aware Digraph Learning for Heterophily

Created by
  • Haebom

Author

Daohan Su, Xunkai Li, Zhenjun Li, Yinping Liao, Rong-Hua Li, Guoren Wang

Outline

This paper proposes a graph neural network (GNN) that leverages the rich information of directed graphs (digraphs). Existing directed graph GNNs suffer from limitations in efficiency and performance stability due to complex learning mechanisms and high-quality topological dependence. To address these limitations, we propose Directed Random Walk (DiRW), a plug-and-play strategy applicable to most space-based DiGNNs and a novel directed graph learning paradigm. DiRW utilizes a direction-aware path sampler that optimizes path probabilities, lengths, and counts without weights, considering node profiles and topologies. It also integrates a node-specific learnable path aggregator to generate generalized node representations. Through extensive experiments on nine datasets, we demonstrate that DiRW outperforms most space-based methods with its plug-and-play strategy and achieves state-of-the-art performance with its novel directed graph learning paradigm.

Takeaways, Limitations

Takeaways:
It provides performance enhancements to existing models as a plug-and-play strategy applicable to most spatial-based DiGNNs.
We present a novel directed graph learning paradigm to achieve state-of-the-art performance.
Improved efficiency with unweighted direction-aware path sampler.
Generate generalized node representations via a node-specific learnable path aggregator.
Reproducibility is achieved through open source code and data.
Limitations:
Further research is needed to determine whether the proposed method is effective for all types of directed graphs.
Performance may be poor for certain types of graph structures.
Further evaluation of scalability for very large graphs is needed.
👍