# Stochastic Doubly Robust Gradient

**Authors:** Kanghoon Lee, Jihye Choi, Moonsu Cha, Jung-Kwon Lee, Taeyoon Kim

arXiv: 1812.08997 · 2018-12-24

## TL;DR

This paper introduces a stochastic doubly robust gradient method for training machine learning models on incomplete data with missingness dependent on covariates, improving bias correction and variance reduction.

## Contribution

It proposes the SDRG algorithm combining inverse propensity weighting and regression adjustment, linking double robustness with variance reduction in SGD.

## Key findings

- Demonstrates convergence in training image classifiers with missing data.
- Shows theoretical connection between double robustness and variance reduction.
- Empirical results validate the effectiveness of SDRG.

## Abstract

When training a machine learning model with observational data, it is often encountered that some values are systemically missing. Learning from the incomplete data in which the missingness depends on some covariates may lead to biased estimation of parameters and even harm the fairness of decision outcome. This paper proposes how to adjust the causal effect of covariates on the missingness when training models using stochastic gradient descent (SGD). Inspired by the design of doubly robust estimator and its theoretical property of double robustness, we introduce stochastic doubly robust gradient (SDRG) consisting of two models: weight-corrected gradients for inverse propensity score weighting and per-covariate control variates for regression adjustment. Also, we identify the connection between double robustness and variance reduction in SGD by demonstrating the SDRG algorithm with a unifying framework for variance reduced SGD. The performance of our approach is empirically tested by showing the convergence in training image classifiers with several examples of missing data.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1812.08997/full.md

## Figures

10 figures with captions in the complete paper: https://tomesphere.com/paper/1812.08997/full.md

## References

37 references — full list in the complete paper: https://tomesphere.com/paper/1812.08997/full.md

---
Source: https://tomesphere.com/paper/1812.08997