SPLGJun 13, 2025

Directed Acyclic Graph Convolutional Networks

arXiv:2506.12218v13 citationsh-index: 3
Originality Highly original
AI Analysis

This work addresses the need for specialized graph neural networks for DAG-structured data in applications like causal inference and scheduling, offering a novel framework with practical improvements.

The paper tackles the problem of convolutional learning from signals on directed acyclic graphs (DAGs) by introducing DAG Convolutional Networks (DCN) and Parallel DCN (PDCN), which achieve favorable accuracy, robustness, and computational efficiency compared to state-of-the-art baselines in numerical tests.

Directed acyclic graphs (DAGs) are central to science and engineering applications including causal inference, scheduling, and neural architecture search. In this work, we introduce the DAG Convolutional Network (DCN), a novel graph neural network (GNN) architecture designed specifically for convolutional learning from signals supported on DAGs. The DCN leverages causal graph filters to learn nodal representations that account for the partial ordering inherent to DAGs, a strong inductive bias does not present in conventional GNNs. Unlike prior art in machine learning over DAGs, DCN builds on formal convolutional operations that admit spectral-domain representations. We further propose the Parallel DCN (PDCN), a model that feeds input DAG signals to a parallel bank of causal graph-shift operators and processes these DAG-aware features using a shared multilayer perceptron. This way, PDCN decouples model complexity from graph size while maintaining satisfactory predictive performance. The architectures' permutation equivariance and expressive power properties are also established. Comprehensive numerical tests across several tasks, datasets, and experimental conditions demonstrate that (P)DCN compares favorably with state-of-the-art baselines in terms of accuracy, robustness, and computational efficiency. These results position (P)DCN as a viable framework for deep learning from DAG-structured data that is designed from first (graph) signal processing principles.

Foundations

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

Your Notes