paper-with-me

홈 › Papers

Learning Large DAGs by Combining Continuous Optimization and Feedback Arc Set Heuristics

2021-07-01 · Pierre Gillot, Pekka Parviainen

Bayesian networks represent relations between variables using a directed acyclic graph (DAG). Learning the DAG is an NP-hard problem and exact learning algorithms are feasible only for small sets of variables. We propose two scalable heuristics for learning DAGs in the linear structural equation case. Our methods learn the DAG by alternating between unconstrained gradient descent-based step to optimize an objective function and solving a maximum acyclic subgraph problem to enforce acyclicity. Thanks to this decoupling, our methods scale up beyond thousands of variables.

📄 PDF Abstract BibTeX arXiv:2107.00571

Code (0)

등록된 구현이 없습니다.

Tasks

ARC

Similar Papers 제목 키워드 기반

Beyond DAGs: Modeling Causal Feedback with Fuzzy Cognitive Maps

2019-06-26 · Osonde Osoba, Bart Kosko

Fuzzy cognitive maps (FCMs) model feedback causal relations in interwoven webs of causality and policy variables. FCMs are fuzzy signed directed graphs that allow degrees of causal influence and event occurrence. Such ca…

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

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.…

Causal Discovery

DAGs with No Curl: An Efficient DAG Structure Learning Approach

2021-06-14 · Yue Yu, Tian Gao, Naiyu Yin, Qiang Ji

Recently directed acyclic graph (DAG) structure learning is formulated as a constrained continuous optimization problem with continuous acyclicity constraints and was solved iteratively through subproblem optimization. T…

Integer Programming for Learning Directed Acyclic Graphs from Continuous Data

2019-04-23 · Hasan Manzour, Simge Küçükyavuz, Ali Shojaie

Learning directed acyclic graphs (DAGs) from data is a challenging task both in theory and in practice, because the number of possible DAGs scales superexponentially with the number of nodes. In this paper, we study the …