Directed Acyclic Graph Convolutional Networks
Samuel Rey, Hamed Ajorlou, and Gonzalo Mateos

TL;DR
This paper introduces the DAG Convolutional Network (DCN), a novel GNN architecture tailored for signals on DAGs, leveraging causal filters and spectral operations to improve learning and interpretability.
Contribution
The work presents a new DAG-specific GNN architecture (DCN and PDCN) that incorporates causal graph filters and spectral convolutional operations, enhancing learning from DAG-structured data.
Findings
PDCN achieves competitive accuracy on multiple tasks.
The architectures demonstrate robustness and computational efficiency.
Permutation equivariance and expressive power are theoretically established.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Complex Network Analysis Techniques · Graph theory and applications
MethodsGraph Neural Network
