LGAIMEMLJun 27, 2025

Less Greedy Equivalence Search

arXiv:2506.22331v2h-index: 43Has Code
AI Analysis

This work addresses efficiency and accuracy issues in causal discovery algorithms for researchers and practitioners, representing an incremental improvement over GES.

The paper tackles the computational cost and finite-sample accuracy challenges of Greedy Equivalence Search (GES) for causal discovery by developing Less Greedy Equivalence Search (LGES), which achieves up to a 10-fold speed-up and reduces structural error compared to GES.

Greedy Equivalence Search (GES) is a classic score-based algorithm for causal discovery from observational data. In the sample limit, it recovers the Markov equivalence class of graphs that describe the data. Still, it faces two challenges in practice: computational cost and finite-sample accuracy. In this paper, we develop Less Greedy Equivalence Search (LGES), a variant of GES that retains its theoretical guarantees while partially addressing these limitations. LGES modifies the greedy step; rather than always applying the highest-scoring insertion, it avoids edge insertions between variables for which the score implies some conditional independence. This more targeted search yields up to a \(10\)-fold speed-up and a substantial reduction in structural error relative to GES. Moreover, LGES can guide the search using prior knowledge, and can correct this knowledge when contradicted by data. Finally, LGES can use interventional data to refine the learned observational equivalence class. We prove that LGES recovers the true equivalence class in the sample limit, even with misspecified knowledge. Experiments demonstrate that LGES outperforms GES and other baselines in speed, accuracy, and robustness to misspecified knowledge. Our code is available at https://github.com/CausalAILab/lges.

Foundations

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

Your Notes