paper-with-me

홈 › Papers

$ψ$DAG: Projected Stochastic Approximation Iteration for DAG Structure Learning

2024-10-31 · Klea Ziu, Slavomír Hanzely, Loka Li, Kun Zhang, Martin Takáč, Dmitry Kamzolov

Learning the structure of Directed Acyclic Graphs (DAGs) presents a significant challenge due to the vast combinatorial search space of possible graphs, which scales exponentially with the number of nodes. Recent advancements have redefined this problem as a continuous optimization task by incorporating differentiable acyclicity constraints. These methods commonly rely on algebraic characterizations of DAGs, such as matrix exponentials, to enable the use of gradient-based optimization techniques. Despite these innovations, existing methods often face optimization difficulties due to the highly non-convex nature of DAG constraints and the per-iteration computational complexity. In this work, we present a novel framework for learning DAGs, employing a Stochastic Approximation approach integrated with Stochastic Gradient Descent (SGD)-based optimization techniques. Our framework introduces new projection methods tailored to efficiently enforce DAG constraints, ensuring that the algorithm converges to a feasible local minimum. With its low iteration complexity, the proposed method is well-suited for handling large-scale problems with improved computational efficiency. We demonstrate the effectiveness and scalability of our framework through comprehensive experimental evaluations, which confirm its superior performance across various settings.

📄 PDF Abstract BibTeX arXiv:2410.23862

Code (1)

kz29/-psiDAG 공식 구현 pytorch

Tasks

Computational Efficiency

Similar Papers 제목 키워드 기반

Periodic Regularized Q-Learning

2026-02-03 · Hyukjun Yang, Han-Dong Lim, Donghwan Lee arxiv

In reinforcement learning (RL), Q-learning is a fundamental algorithm whose convergence is guaranteed in the tabular setting. However, this convergence guarantee does not hold under linear function approximation. To over…

Reinforcement Learning

Gradient Methods for Submodular Maximization

2017-08-13 · NeurIPS 2017 12 · Hamed Hassani, Mahdi Soltanolkotabi, Amin Karbasi

In this paper, we study the problem of maximizing continuous submodular functions that naturally arise in many learning applications such as those involving utility functions in active learning and sensing, matrix approx…

Active Learning

SPAN: A Stochastic Projected Approximate Newton Method

2020-02-10 · Xunpeng Huang, Xianfeng Liang, Zhengyang Liu, Yitan Li 외

Second-order optimization methods have desirable convergence properties. However, the exact Newton method requires expensive computation for the Hessian and its inverse. In this paper, we propose SPAN, a novel approximat…

Projected gradient methods for nonconvex and stochastic optimization: new complexities and auto-conditioned stepsizes

2024-12-18 · Guanghui Lan, Tianjiao Li, Yangyang Xu

We present a novel class of projected gradient (PG) methods for minimizing a smooth but not necessarily convex function over a convex compact set. We first provide a novel analysis of the "vanilla" PG method, achieving t…

Stochastic Optimization

Exponential Concentration in Stochastic Approximation

2022-08-15 · Kody Law, Neil Walton, Shangda Yang

We analyze the behavior of stochastic approximation algorithms where iterates, in expectation, progress towards an objective at each step. When progress is proportional to the step size of the algorithm, we prove exponen…