paper-with-me

Papers

Sequential Deconfounding for Causal Inference with Unobserved Confounders

2021-04-16 · Tobias Hatt, Stefan Feuerriegel

Using observational data to estimate the effect of a treatment is a powerful tool for decision-making when randomized experiments are infeasible or costly. However, observational data often yields biased estimates of treatment effects, since treatment assignment can be confounded by unobserved variables. A remedy is offered by deconfounding methods that adjust for such unobserved confounders. In this paper, we develop the Sequential Deconfounder, a method that enables estimating individualized treatment effects over time in presence of unobserved confounders. This is the first deconfounding method that can be used in a general sequential setting (i.e., with one or more treatments assigned at each timestep). The Sequential Deconfounder uses a novel Gaussian process latent variable model to infer substitutes for the unobserved confounders, which are then used in conjunction with an outcome model to estimate treatment effects over time. We prove that using our method yields unbiased estimates of individualized treatment responses over time. Using simulated and real medical data, we demonstrate the efficacy of our method in deconfounding the estimation of treatment responses over time.

📄 PDF Abstract BibTeX arXiv:2104.09323

Code (1)

tobhatt/SeqDeconf 공식 구현 pytorch

Tasks

Causal InferenceDecision 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 제목 키워드 기반

Deconfounding Multi-Cause Latent Confounders: A Factor-Model Approach to Climate Model Bias Correction

2024-08-22 · Wentao Gao, Jiuyong Li, Debo Cheng, Lin Liu 외

Global Climate Models (GCMs) are crucial for predicting future climate changes by simulating the Earth systems. However, the GCM Outputs exhibit systematic biases due to model uncertainties, parameterization simplificati…

modelTime SeriesTime Series Forecasting

DecoR: Deconfounding Time Series with Robust Regression

2024-06-11 · Felix Schur, Jonas Peters

Causal inference on time series data is a challenging problem, especially in the presence of unobserved confounders. This work focuses on estimating the causal effect between two time series that are confounded by a thir…

Causal InferenceregressionTime Series

Show, Deconfound and Tell: Image Captioning With Causal Inference

2022-01-01 · CVPR 2022 1 · Bing Liu, Dong Wang, Xu Yang, Yong Zhou 외

The transformer-based encoder-decoder framework has shown remarkable performance in image captioning. However, most transformer-based captioning methods ever overlook two kinds of elusive confounders: the visual conf…

Causal InferenceDecoderImage Captioning

Deconfounding Reinforcement Learning in Observational Settings

2018-12-26 · Chaochao Lu, Bernhard Schölkopf, José Miguel Hernández-Lobato

We propose a general formulation for addressing reinforcement learning (RL) problems in settings with observational data. That is, we consider the problem of learning good policies solely from historical data in which un…

OpenAI Gymreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Causal Deep Reinforcement Learning Using Observational Data

2022-11-28 · Wenxuan Zhu, Chao Yu, Qiang Zhang

Deep reinforcement learning (DRL) requires the collection of interventional data, which is sometimes expensive and even unethical in the real world, such as in the autonomous driving and the medical field. Offline reinfo…

Autonomous DrivingCausal InferenceDeep Reinforcement LearningQ-Learning+3