paper-with-me

홈 › Papers

Extremely Greedy Equivalence Search

2025-02-26 · Achille Nazaret, David Blei

The goal of causal discovery is to learn a directed acyclic graph from data. One of the most well-known methods for this problem is Greedy Equivalence Search (GES). GES searches for the graph by incrementally and greedily adding or removing edges to maximize a model selection criterion. It has strong theoretical guarantees on infinite data but can fail in practice on finite data. In this paper, we first identify some of the causes of GES's failure, finding that it can get blocked in local optima, especially in denser graphs. We then propose eXtremely Greedy Equivalent Search (XGES), which involves a new heuristic to improve the search strategy of GES while retaining its theoretical guarantees. In particular, XGES favors deleting edges early in the search over inserting edges, which reduces the possibility of the search ending in local optima. A further contribution of this work is an efficient algorithmic formulation of XGES (and GES). We benchmark XGES on simulated datasets with known ground truth. We find that XGES consistently outperforms GES in recovering the correct graphs, and it is 10 times faster. XGES implementations in Python and C++ are available at https://github.com/ANazaret/XGES.

📄 PDF Abstract BibTeX arXiv:2502.19551

Code (1)

anazaret/xges 공식 구현

Tasks

Causal DiscoveryModel Selection

Similar Papers 제목 키워드 기반

Selective Greedy Equivalence Search: Finding Optimal Bayesian Networks Using a Polynomial Number of Score Evaluations

2015-06-06 · David Maxwell Chickering, Christopher Meek

We introduce Selective Greedy Equivalence Search (SGES), a restricted version of Greedy Equivalence Search (GES). SGES retains the asymptotic correctness of GES but, unlike GES, has polynomial performance guarantees. In …

Greedy equivalence search for nonparametric graphical models

2024-06-25 · Bryon Aragam

One of the hallmark achievements of the theory of graphical models and Bayesian model selection is the celebrated greedy equivalence search (GES) algorithm due to Chickering and Meek. GES is known to consistently estimat…

Model Selectionvalid

Score-based Greedy Search for Structure Identification of Partially Observed Linear Causal Models

2025-10-05 · Xinshuai Dong, Ignavier Ng, Haoyue Dai, Jiaqi Sun 외 arxiv

Identifying the structure of a partially observed causal system is essential to various scientific fields. Recent advances have focused on constraint-based causal discovery to solve this problem, and yet in practice thes…

Learning Bayesian Network Equivalence Classes with Ant Colony Optimization

2014-01-15 · Rónán Daly, Qiang Shen

Bayesian networks are a useful tool in the representation of uncertain knowledge. This paper proposes a new algorithm called ACO-E, to learn the structure of a Bayesian network. It does this by conducting a search throug…

Informed Greedy Algorithm for Scalable Bayesian Network Fusion via Minimum Cut Analysis

2025-04-01 · Pablo Torrijos, José M. Puerta, José A. Gámez, Juan A. Aledo

This paper presents the Greedy Min-Cut Bayesian Consensus (GMCBC) algorithm for the structural fusion of Bayesian Networks (BNs). The method is designed to preserve essential dependencies while controlling network comple…

Federated Learning