LGMay 5, 2024

Convolutional Learning on Directed Acyclic Graphs

arXiv:2405.03056v18 citationsh-index: 4ACSCC
Originality Incremental advance
AI Analysis

This provides a new method for machine learning on DAGs, which model causal relationships, but it appears incremental as it builds on existing causal shift definitions and is evaluated only on synthetic data.

The authors tackled the problem of learning from data on directed acyclic graphs (DAGs) by developing a novel convolutional graph neural network with learnable DAG filters, which outperformed baselines on synthetic tasks like network diffusion estimation and source identification.

We develop a novel convolutional architecture tailored for learning from data defined over directed acyclic graphs (DAGs). DAGs can be used to model causal relationships among variables, but their nilpotent adjacency matrices pose unique challenges towards developing DAG signal processing and machine learning tools. To address this limitation, we harness recent advances offering alternative definitions of causal shifts and convolutions for signals on DAGs. We develop a novel convolutional graph neural network that integrates learnable DAG filters to account for the partial ordering induced by the graph topology, thus providing valuable inductive bias to learn effective representations of DAG-supported data. We discuss the salient advantages and potential limitations of the proposed DAG convolutional network (DCN) and evaluate its performance on two learning tasks using synthetic data: network diffusion estimation and source identification. DCN compares favorably relative to several baselines, showcasing its promising potential.

Code Implementations1 repo
Foundations

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

Your Notes