← Search

Marcel Wienöbst

7 accepted papers

2026

Embracing Discrete Search: A Reasonable Approach to Causal Structure Learning

ICLR 2026poster

We present FLOP (Fast Learning of Order and Parents), a score-based causal discovery algorithm for linear models. It pairs fast parent selection with iterative Cholesky-based score updates, cutting run-times over prior algorithms. This makes it feasible to fully embrace discrete search, enabling ite…

Cited by 0SourcecodeScholar
2024

Linear-Time Algorithms for Front-Door Adjustment in Causal Graphs

AAAI 2024technical

Causal effect estimation from observational data is a fundamental task in empirical sciences. It becomes particularly challenging when unobserved confounders are involved in a system. This paper focuses on front-door adjustment – a classic technique which, using observed mediators allows to identify…

2023

Efficient Enumeration of Markov Equivalent DAGs

AAAI 2023technical

Enumerating the directed acyclic graphs (DAGs) of a Markov equivalence class (MEC) is an important primitive in causal analysis. The central resource from the perspective of computational complexity is the delay, that is, the time an algorithm that lists all members of the class requires between two…

2022

Identification in Tree-shaped Linear Structural Causal Models

AISTATS 2022poster

Linear structural equation models represent direct causal effects as directed edges and confounding factors as bidirected edges. An open problem is to identify the causal parameters from correlations between the nodes. We investigate models, whose directed component forms a tree, and show that there…

Cited by 2SourcePDFScholar
2021

Extendability of causal graphical models: Algorithms and computational complexity

UAI 2021poster

Finding a consistent DAG extension for a given partially directed acyclic graph (PDAG) is a basic building block used in graphical causal analysis. In 1992, Dor and Tarsi proposed an algorithm with time complexity O(n^4), which has been widely used in causal theory and practice so far. It is a long-…

Cited by 9SourcePDFScholar
2021

Polynomial-Time Algorithms for Counting and Sampling Markov Equivalent DAGs

AAAI 2021technical

Counting and uniform sampling of directed acyclic graphs (DAGs) from a Markov equivalence class are fundamental tasks in graphical causal analysis. In this paper, we show that these tasks can be performed in polynomial time, solving a long-standing open problem in this area. Our algorithms are effec…