LGSPSep 12, 2024

Non-negative Weighted DAG Structure Learning

arXiv:2409.07880v16 citationsh-index: 6
Originality Incremental advance
AI Analysis

This addresses the challenge of DAG structure learning for researchers in causal inference and machine learning, offering a convex solution to a non-convex problem, though it is incremental by leveraging specific weight assumptions.

The paper tackles the problem of learning directed acyclic graph (DAG) structures from nodal observations by assuming non-negative edge weights, which enables a convex optimization approach for DAG recovery. It shows that this method outperforms state-of-the-art alternatives in synthetic-data tests and guarantees global minimizer recovery with theoretical support for true DAG recovery in infinite samples.

We address the problem of learning the topology of directed acyclic graphs (DAGs) from nodal observations, which adhere to a linear structural equation model. Recent advances framed the combinatorial DAG structure learning task as a continuous optimization problem, yet existing methods must contend with the complexities of non-convex optimization. To overcome this limitation, we assume that the latent DAG contains only non-negative edge weights. Leveraging this additional structure, we argue that cycles can be effectively characterized (and prevented) using a convex acyclicity function based on the log-determinant of the adjacency matrix. This convexity allows us to relax the task of learning the non-negative weighted DAG as an abstract convex optimization problem. We propose a DAG recovery algorithm based on the method of multipliers, that is guaranteed to return a global minimizer. Furthermore, we prove that in the infinite sample size regime, the convexity of our approach ensures the recovery of the true DAG structure. We empirically validate the performance of our algorithm in several reproducible synthetic-data test cases, showing that it outperforms state-of-the-art alternatives.

Code Implementations1 repo
Foundations

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

Your Notes