paper-with-me

홈 › Papers

Transformers Provably Learn Directed Acyclic Graphs via Kernel-Guided Mutual Information

2025-10-29 · Yuan Cheng, Yu Huang, Zhe Xiong, Yingbin Liang, Vincent Y. F. Tan arxiv

Uncovering hidden graph structures underlying real-world data is a critical challenge with broad applications across scientific domains. Recently, transformer-based models leveraging the attention mechanism have demonstrated strong empirical success in capturing complex dependencies within graphs. However, the theoretical understanding of their training dynamics has been limited to tree-like graphs, where each node depends on a single parent. Extending provable guarantees to more general directed acyclic graphs (DAGs) -- which involve multiple parents per node -- remains challenging, primarily due to the difficulty in designing training objectives that enable different attention heads to separately learn multiple different parent relationships. In this work, we address this problem by introducing a novel information-theoretic metric: the kernel-guided mutual information (KG-MI), based on the $f$-divergence. Our objective combines KG-MI with a multi-head attention framework, where each head is associated with a distinct marginal transition kernel to model diverse parent-child dependencies effectively. We prove that, given sequences generated by a $K$-parent DAG, training a single-layer, multi-head transformer via gradient ascent converges to the global optimum in polynomial time. Furthermore, we characterize the attention score patterns at convergence. In addition, when particularizing the $f$-divergence to the KL divergence, the learned attention scores accurately reflect the ground-truth adjacency matrix, thereby provably recovering the underlying graph structure. Experimental results validate our theoretical findings.

📄 PDF Abstract BibTeX arXiv:2510.25542

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Transformers over Directed Acyclic Graphs

2022-10-24 · NeurIPS 2023 11 · Yuankai Luo, Veronika Thost, Lei Shi

Transformer models have recently gained popularity in graph representation learning as they have the potential to learn complex relationships beyond the ones captured by regular graph neural networks. The main research q…

Graph Property PredictionGraph Representation LearningRepresentation Learning

ProDAG: Projected Variational Inference for Directed Acyclic Graphs

2024-05-24 · Ryan Thompson, Edwin V. Bonilla, Robert Kohn

Directed acyclic graph (DAG) learning is a central task in structure discovery and causal inference. Although the field has witnessed remarkable advances over the past few years, it remains statistically and computationa…

Causal InferenceCombinatorial OptimizationUncertainty Quantificationvalid+1

Deep Q-Learning for Directed Acyclic Graph Generation

2019-06-05 · Laura D'Arcy, Padraig Corcoran, Alun Preece

We present a method to generate directed acyclic graphs (DAGs) using deep reinforcement learning, specifically deep Q-learning. Generating graphs with specified structures is an important and challenging task in various …

Deep Reinforcement LearningGraph GenerationQ-Learningreinforcement-learning+2

A Framework for Directed Acyclic Hypergraph Learning

2026-06-19 · Zhiyuan Dong, Carlos Mundo-Levano, Wei Qian, Daniel Lau 외 arxiv

Continuous optimization methods for learning Directed Acyclic Graphs (DAGs) operate on weighted adjacency matrices and are therefore limited to pairwise causal relationships. We propose a framework for learning Directed …

Supplement to "Reversible MCMC on Markov equivalence classes of sparse directed acyclic graphs"

2013-03-04 · Yangbo He, Jinzhu Jia, Bin Yu

This supplementary material includes three parts: some preliminary results, four examples, an experiment, three new algorithms, and all proofs of the results in the paper "Reversible MCMC on Markov equivalence classes of…