paper-with-me

홈 › Papers

State Space Models over Directed Graphs

2025-09-17 · Junzhi She, Xunkai Li, Rong-Hua Li, Guoren Wang arxiv

Directed graphs are ubiquitous across numerous domains, where the directionality of edges encodes critical causal dependencies. However, existing GNNs and graph Transformers tailored for directed graphs face two major challenges: (1) effectively capturing long-range causal dependencies derived from directed edges; (2) balancing accuracy and training efficiency when processing large-scale graph datasets. In recent years, state space models (SSMs) have achieved substantial progress in causal sequence tasks, and their variants designed for graphs have demonstrated state-of-the-art accuracy while maintaining high efficiency across various graph learning benchmarks. However, existing graph state space models are exclusively designed for undirected graphs, which limits their performance in directed graph learning. To this end, we propose an innovative approach DirEgo2Token which sequentializes directed graphs via k-hop ego graphs. This marks the first systematic extension of state space models to the field of directed graph learning. Building upon this, we develop DirGraphSSM, a novel directed graph neural network architecture that implements state space models on directed graphs via the message-passing mechanism. Experimental results demonstrate that DirGraphSSM achieves state-of-the-art performance on three representative directed graph learning tasks while attaining competitive performance on two additional tasks with 1.5$\times $ to 2$\times $ training speed improvements compared to existing state-of-the-art models.

📄 PDF Abstract BibTeX arXiv:2509.13735

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Neural NetworkGraph Learning

Similar Papers 제목 키워드 기반

A Deep Latent Space Model for Directed Graph Representation Learning

2021-09-29 · Hanxuan Yang, Qingchao Kong, Wenji Mao

Graph representation learning is a fundamental problem for modeling relational data and benefits a number of downstream applications. Traditional Bayesian-based random graph models and recent deep learning based methods …

Community DetectionGraph Representation LearningLink PredictionRepresentation Learning

On Robustness of Consensus over Pseudo-Undirected Path Graphs

2025-09-24 · Abhinav Sinha, Dwaipayan Mukherjee, Shashi Ranjan Kumar arxiv

Consensus over networked agents is typically studied using undirected or directed communication graphs. Undirected graphs enforce symmetry in information exchange, leading to convergence to the average of initial states,…

Approaching the Source of Symbol Grounding with Confluent Reductions of Abstract Meaning Representation Directed Graphs

2025-08-14 · Nicolas Goulet, Alexandre Blondin Massé, Moussa Abdendi arxiv

Abstract meaning representation (AMR) is a semantic formalism used to represent the meaning of sentences as directed acyclic graphs. In this paper, we describe how real digital dictionaries can be embedded into AMR direc…

Embedding Directed Graphs in Potential Fields Using FastMap-D

2020-06-04 · Sriram Gopalakrishnan, Liron Cohen, Sven Koenig, T. K. Satish Kumar

Embedding undirected graphs in a Euclidean space has many computational benefits. FastMap is an efficient embedding algorithm that facilitates a geometric interpretation of problems posed on undirected graphs. However, E…

A metric on directed graphs and Markov chains based on hitting probabilities

2020-06-25 · Zachary M. Boyd, Nicolas Fraiman, Jeremy L. Marzuola, Peter J. Mucha 외

The shortest-path, commute time, and diffusion distances on undirected graphs have been widely employed in applications such as dimensionality reduction, link prediction, and trip planning. Increasingly, there is interes…

Dimensionality ReductionLink Prediction