paper-with-me

Papers

Dynamic Causal Bayesian Optimization

2021-10-26 · NeurIPS 2021 12 · Virginia Aglietti, Neil Dhir, Javier González, Theodoros Damoulas

This paper studies the problem of performing a sequence of optimal interventions in a causal dynamical system where both the target variable of interest and the inputs evolve over time. This problem arises in a variety of domains e.g. system biology and operational research. Dynamic Causal Bayesian Optimization (DCBO) brings together ideas from sequential decision making, causal inference and Gaussian process (GP) emulation. DCBO is useful in scenarios where all causal effects in a graph are changing over time. At every time step DCBO identifies a local optimal intervention by integrating both observational and past interventional data collected from the system. We give theoretical results detailing how one can transfer interventional information across time steps and define a dynamic causal GP model which can be used to quantify uncertainty and find optimal interventions in practice. We demonstrate how DCBO identifies optimal interventions faster than competing approaches in multiple settings and applications.

📄 PDF Abstract BibTeX arXiv:2110.13891

Code (1)

neildhir/dcbo 공식 구현

Tasks

Bayesian OptimizationCausal InferenceDecision MakingSequential Decision Making

Methods 이 논문이 사용한 방법론

Gaussian Process Gaussian Processes are non-parametric models for approximating functions. They rely upon a measure of similarity between points (the kernel function) to predict the value for…

Similar Papers 제목 키워드 기반

Multi-Objective Causal Bayesian Optimization

2025-02-20 · Shriya Bhatija, Paul-David Zuercher, Jakob Thumm, Thomas Bohné

In decision-making problems, the outcome of an intervention often depends on the causal relationships between system components and is highly costly to evaluate. In such settings, causal Bayesian optimization (CBO) can e…

Bayesian OptimizationDecision Making

Model-based Causal Bayesian Optimization

2023-07-31 · Scott Sussex, Pier Giuseppe Sessa, Anastasiia Makarova, Andreas Krause

In Causal Bayesian Optimization (CBO), an agent intervenes on an unknown structural causal model to maximize a downstream reward variable. In this paper, we consider the generalization where other agents or external even…

Bayesian Optimizationcounterfactualmodel

Model-based Causal Bayesian Optimization

2022-11-18 · Scott Sussex, Anastasiia Makarova, Andreas Krause

How should we intervene on an unknown structural equation model to maximize a downstream variable of interest? This setting, also known as causal Bayesian optimization (CBO), has important applications in medicine, ecolo…

Bayesian Optimizationmodel

Extending Multi-Source Bayesian Optimization With Causality Principles

2026-02-16 · Luuk Jacobs, Mohammad Ali Javidian arxiv

Multi-Source Bayesian Optimization (MSBO) serves as a variant of the traditional Bayesian Optimization (BO) framework applicable to situations involving optimization of an objective black-box function over multiple infor…

Dimensionality Reduction

Transferring Information Across Interventions in Causal Bayesian Optimization

2026-05-31 · Mohammad Ali Javidian arxiv

Bayesian optimization is a popular way to optimize expensive systems, where every experiment, simulation, or intervention costs time or money. In its standard form, it treats the variables we control as plain inputs to a…