paper-with-me

홈 › Papers

Learning Decision Policies with Instrumental Variables through Double Machine Learning

2024-05-14 · Daqian Shao, Ashkan Soleymani, Francesco Quinzan, Marta Kwiatkowska

A common issue in learning decision-making policies in data-rich settings is spurious correlations in the offline dataset, which can be caused by hidden confounders. Instrumental variable (IV) regression, which utilises a key unconfounded variable known as the instrument, is a standard technique for learning causal relationships between confounded action, outcome, and context variables. Most recent IV regression algorithms use a two-stage approach, where a deep neural network (DNN) estimator learnt in the first stage is directly plugged into the second stage, in which another DNN is used to estimate the causal effect. Naively plugging the estimator can cause heavy bias in the second stage, especially when regularisation bias is present in the first stage estimator. We propose DML-IV, a non-linear IV regression method that reduces the bias in two-stage IV regressions and effectively learns high-performing policies. We derive a novel learning objective to reduce bias and design the DML-IV algorithm following the double/debiased machine learning (DML) framework. The learnt DML-IV estimator has strong convergence rate and $O(N^{-1/2})$ suboptimality guarantees that match those when the dataset is unconfounded. DML-IV outperforms state-of-the-art IV regression methods on IV regression benchmarks and learns high-performing policies in the presence of instruments.

📄 PDF Abstract BibTeX arXiv:2405.08498

Code (1)

shaodaqian/DML-IV 공식 구현 pytorch

Tasks

Decision Makingregression

Similar Papers 제목 키워드 기반

Learning Optimal and Sample-Efficient Decision Policies with Guarantees

2026-02-20 · Daqian Shao arxiv

The paradigm of decision-making has been revolutionised by reinforcement learning and deep learning. Although this has led to significant progress in domains such as robotics, healthcare, and finance, the use of RL in pr…

Reinforcement LearningDecision Making

Least Squares Policy Iteration with Instrumental Variables vs. Direct Policy Search: Comparison Against Optimal Benchmarks Using Energy Storage

2014-01-04 · Warren R. Scott, Warren B. Powell, Somayeh Moazehi

This paper studies approximate policy iteration (API) methods which use least-squares Bellman error minimization for policy evaluation. We address several of its enhancements, namely, Bellman error minimization using ins…

Double Machine Learning for Static Panel Data with Instrumental Variables: New Method and Applications

2026-03-20 · Anna Baiardi, Paul S. Clarke, Andrea A. Naghi, Annalivia Polselli arxiv

Panel data methods are widely used in empirical analysis to address unobserved heterogeneity, but causal inference remains challenging when treatments are endogenous and confounding variables high-dimensional and potenti…

Causal Inference

Probabilistic Safety Guarantee for Stochastic Control Systems Using Average Reward MDPs

2025-11-11 · Saber Omidi, Marek Petrik, Se Young Yoon, Momotaz Begum arxiv

Safety in stochastic control systems, which are subject to random noise with a known probability distribution, aims to compute policies that satisfy predefined operational constraints with high confidence throughout the …

Instrumental Variable Value Iteration for Causal Offline Reinforcement Learning

2021-02-19 · Luofeng Liao, Zuyue Fu, Zhuoran Yang, Yixin Wang 외

In offline reinforcement learning (RL) an optimal policy is learned solely from a priori collected observational data. However, in observational data, actions are often confounded by unobserved variables. Instrumental va…

Offline RLreinforcement-learningReinforcement LearningReinforcement Learning (RL)+1