LGJun 19, 2025

Generating Directed Graphs with Dual Attention and Asymmetric Encoding

arXiv:2506.16404v23 citationsh-index: 22
Originality Incremental advance
AI Analysis

This addresses a gap in graph generation for applications like biology and social networks, but it is incremental as it builds on existing frameworks with tailored improvements.

The paper tackles the problem of generating directed graphs, which is underexplored due to challenges in modeling edge directionality and lack of benchmarks, and proposes Directo, a generative model that achieves strong performance across diverse settings, competing with specialized models in some cases.

Directed graphs naturally model systems with asymmetric, ordered relationships, essential to applications in biology, transportation, social networks, and visual understanding. Generating such graphs enables tasks such as simulation, data augmentation and novel instance discovery; however, directed graph generation remains underexplored. We identify two key factors limiting progress in this direction: first, modeling edge directionality introduces a substantially larger dependency space, making the underlying distribution harder to learn; second, the absence of standardized benchmarks hinders rigorous evaluation. Addressing the former requires more expressive models that are sensitive to directional topologies. We propose Directo, the first generative model for directed graphs built upon the discrete flow matching framework. Our approach combines: (i) principled positional encodings tailored to asymmetric pairwise relations, (ii) a dual-attention mechanism capturing both incoming and outgoing dependencies, and (iii) a robust, discrete generative framework. To support evaluation, we introduce a benchmark suite covering synthetic and real-world datasets. It shows that our method performs strongly across diverse settings and even competes with specialized models for particular classes, such as directed acyclic graphs. Our results highlight the effectiveness and generality of our approach, establishing a solid foundation for future research in directed graph generation.

Foundations

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

Your Notes