paper-with-me

Papers

DAGs with NO TEARS: Continuous Optimization for Structure Learning

2018-03-04 · NeurIPS 2018 12 · Xun Zheng, Bryon Aragam, Pradeep Ravikumar, Eric P. Xing

Estimating the structure of directed acyclic graphs (DAGs, also known as Bayesian networks) is a challenging problem since the search space of DAGs is combinatorial and scales superexponentially with the number of nodes. Existing approaches rely on various local heuristics for enforcing the acyclicity constraint. In this paper, we introduce a fundamentally different strategy: We formulate the structure learning problem as a purely \emph{continuous} optimization problem over real matrices that avoids this combinatorial constraint entirely. This is achieved by a novel characterization of acyclicity that is not only smooth but also exact. The resulting problem can be efficiently solved by standard numerical algorithms, which also makes implementation effortless. The proposed method outperforms existing ones, without imposing any structural assumptions on the graph such as bounded treewidth or in-degree. Code implementing the proposed algorithm is open-source and publicly available at https://github.com/xunzheng/notears.

📄 PDF Abstract BibTeX arXiv:1803.01422

Code (6)

xunzheng/notears 공식 구현 tf
duntrain/topo pytorch
gcastle-hub/dataset
isvy08/otm pytorch
jmoss20/notears
kevinsbello/dagma pytorch

Tasks

Causal Discovery

Similar Papers 제목 키워드 기반

dotears: Scalable, consistent DAG estimation using observational and interventional data

2023-05-30 · Albert Xue, Jingyou Rao, Sriram Sankararaman, Harold Pimentel

New biological assays like Perturb-seq link highly parallel CRISPR interventions to a high-dimensional transcriptomic readout, providing insight into gene regulatory networks. Causal gene regulatory networks can be repre…

On the Sparse DAG Structure Learning Based on Adaptive Lasso

2022-09-07 · Danru Xu, Erdun Gao, Wei Huang, Menghan Wang 외

Learning the underlying Bayesian Networks (BNs), represented by directed acyclic graphs (DAGs), of the concerned events from purely-observational data is a crucial part of evidential reasoning. This task remains challeng…

Directed Acyclic Graphs With Tears

2023-02-04 · Zhichao Chen, Zhiqiang Ge

Bayesian network is a frequently-used method for fault detection and diagnosis in industrial processes. The basis of Bayesian network is structure learning which learns a directed acyclic graph (DAG) from data. However, …

Fault Detection

From graphs to DAGs: a low-complexity model and a scalable algorithm

2022-04-10 · Shuyu Dong, Michèle Sebag

Learning directed acyclic graphs (DAGs) is long known a critical challenge at the core of probabilistic and causal modeling. The NoTears approach of (Zheng et al., 2018), through a differentiable function involving the m…

Learning Sparse Nonparametric DAGs

2019-09-29 · Xun Zheng, Chen Dan, Bryon Aragam, Pradeep Ravikumar 외

We develop a framework for learning sparse nonparametric directed acyclic graphs (DAGs) from data. Our approach is based on a recent algebraic characterization of DAGs that led to a fully continuous program for score-bas…

Causal Discovery