NTS-NOTEARS: Learning Nonparametric DBNs With Prior Knowledge
Xiangyu Sun, Oliver Schulte, Guiliang Liu, Pascal Poupart

TL;DR
NTS-NOTEARS is a novel method for learning dynamic Bayesian networks from time-series data using neural networks, incorporating prior knowledge and achieving state-of-the-art accuracy on simulated, benchmark, and real-world datasets.
Contribution
It introduces a nonparametric, neural network-based approach for structure learning of DBNs with prior knowledge integration, improving accuracy over existing methods.
Findings
Achieves 10-20% higher F1-score than baseline methods.
Successfully models complex real-world hockey data.
Incorporates prior knowledge as constraints in the learning process.
Abstract
We describe NTS-NOTEARS, a score-based structure learning method for time-series data to learn dynamic Bayesian networks (DBNs) that captures nonlinear, lagged (inter-slice) and instantaneous (intra-slice) relations among variables. NTS-NOTEARS utilizes 1D convolutional neural networks (CNNs) to model the dependence of child variables on their parents; 1D CNN is a neural function approximation model well-suited for sequential data. DBN-CNN structure learning is formulated as a continuous optimization problem with an acyclicity constraint, following the NOTEARS DAG learning approach. We show how prior knowledge of dependencies (e.g., forbidden and required edges) can be included as additional optimization constraints. Empirical evaluation on simulated and benchmark data show that NTS-NOTEARS achieves state-of-the-art DAG structure quality compared to both parametric and nonparametric…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsBayesian Modeling and Causal Inference · Time Series Analysis and Forecasting · Data Stream Mining Techniques
