菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-05-19
📄 Abstract - Exploiting Non-Negativity in DAG Structure Learning

This work addresses the problem of learning directed acyclic graphs (DAGs) from nodal observations generated by a linear structural equation model. DAG learning is a central task in signal processing, machine learning, and causal inference, but it remains challenging because acyclicity is a global combinatorial property. Continuous acyclicity constraints have led to important algorithmic advances by replacing the discrete DAG constraint with smooth equality constraints. However, existing formulations still involve difficult non-convex optimization landscapes and may suffer from degenerate first-order optimality conditions. Here, we restrict attention to DAGs with non-negative edge weights and exploit this additional structure to obtain a simpler characterization of acyclicity. Building on this characterization, we formulate a regularized non-negative DAG learning problem and develop an algorithm based on the method of multipliers. We further analyze the benign optimization landscape induced by non-negativity. In the population regime, we show that the true DAG is the unique global minimizer of the proposed augmented-Lagrangian formulation; moreover, the landscape contains no spurious interior stationary points, and the true DAG is the only acyclic KKT point. Numerical experiments on synthetic and real-world data show that the proposed method improves over state-of-the-art continuous DAG-learning alternatives.

顶级标签: machine learning theory
详细标签: dag learning non-negative weights acyclicity constraint augmented lagrangian causal inference 或 搜索:

利用非负性进行有向无环图结构学习 / Exploiting Non-Negativity in DAG Structure Learning


1️⃣ 一句话总结

本文提出了一种利用边权非负性来简化有向无环图结构学习的方法,通过将复杂的全局无环约束转化为更简单的数学形式,并设计了一种基于乘子法的高效算法,在理论和实验中均优于现有连续化方法。

源自 arXiv: 2605.19947