Table of Contents
Fetching ...

Adjustment for Confounding using Pre-Trained Representations

Rickmer Schulte, David Rügamer, Thomas Nagler

TL;DR

The paper extends average treatment effect (ATE) estimation to settings where non-tabular data, such as images and text, may confound treatment and outcome. It introduces pre-trained representations Z=φ(W) as adjustment tools within the doubly robust double machine learning (DML) framework, and develops conditions under which these latent features yield valid inference despite non-identifiability under invertible linear transforms (ILTs). Central contributions include formalizing P-valid and P-ODS notions for sufficiency, establishing that convergence rates for nuisance estimation depend on intrinsic dimension rather than sparsity/additivity, and proving that neural networks can adapt to low-dimensional manifolds to achieve fast rates. The work combines theory with extensive experiments on text (IMDb) and imaging (X-ray) to show that pre-trained representations enable unbiased ATE estimates and valid confidence intervals, while highlighting the importance of pre-training and intrinsic dimension. Overall, it provides both theoretical foundations and practical guidance for integrating pre-trained representations into causal inference with non-tabular confounding, with implications for healthcare and other domains where rich data modalities are prevalent.

Abstract

There is growing interest in extending average treatment effect (ATE) estimation to incorporate non-tabular data, such as images and text, which may act as sources of confounding. Neglecting these effects risks biased results and flawed scientific conclusions. However, incorporating non-tabular data necessitates sophisticated feature extractors, often in combination with ideas of transfer learning. In this work, we investigate how latent features from pre-trained neural networks can be leveraged to adjust for sources of confounding. We formalize conditions under which these latent features enable valid adjustment and statistical inference in ATE estimation, demonstrating results along the example of double machine learning. We discuss critical challenges inherent to latent feature learning and downstream parameter estimation arising from the high dimensionality and non-identifiability of representations. Common structural assumptions for obtaining fast convergence rates with additive or sparse linear models are shown to be unrealistic for latent features. We argue, however, that neural networks are largely insensitive to these issues. In particular, we show that neural networks can achieve fast convergence rates by adapting to intrinsic notions of sparsity and dimension of the learning problem.

Adjustment for Confounding using Pre-Trained Representations

TL;DR

The paper extends average treatment effect (ATE) estimation to settings where non-tabular data, such as images and text, may confound treatment and outcome. It introduces pre-trained representations Z=φ(W) as adjustment tools within the doubly robust double machine learning (DML) framework, and develops conditions under which these latent features yield valid inference despite non-identifiability under invertible linear transforms (ILTs). Central contributions include formalizing P-valid and P-ODS notions for sufficiency, establishing that convergence rates for nuisance estimation depend on intrinsic dimension rather than sparsity/additivity, and proving that neural networks can adapt to low-dimensional manifolds to achieve fast rates. The work combines theory with extensive experiments on text (IMDb) and imaging (X-ray) to show that pre-trained representations enable unbiased ATE estimates and valid confidence intervals, while highlighting the importance of pre-training and intrinsic dimension. Overall, it provides both theoretical foundations and practical guidance for integrating pre-trained representations into causal inference with non-tabular confounding, with implications for healthcare and other domains where rich data modalities are prevalent.

Abstract

There is growing interest in extending average treatment effect (ATE) estimation to incorporate non-tabular data, such as images and text, which may act as sources of confounding. Neglecting these effects risks biased results and flawed scientific conclusions. However, incorporating non-tabular data necessitates sophisticated feature extractors, often in combination with ideas of transfer learning. In this work, we investigate how latent features from pre-trained neural networks can be leveraged to adjust for sources of confounding. We formalize conditions under which these latent features enable valid adjustment and statistical inference in ATE estimation, demonstrating results along the example of double machine learning. We discuss critical challenges inherent to latent feature learning and downstream parameter estimation arising from the high dimensionality and non-identifiability of representations. Common structural assumptions for obtaining fast convergence rates with additive or sparse linear models are shown to be unrealistic for latent features. We argue, however, that neural networks are largely insensitive to these issues. In particular, we show that neural networks can achieve fast convergence rates by adapting to intrinsic notions of sparsity and dimension of the learning problem.

Paper Structure

This paper contains 71 sections, 10 theorems, 55 equations, 13 figures, 1 table.

Key Result

Lemma 4.1

Let $D \subseteq \mathbb{R}^d$ be an open set, $f : D \to \mathbb{R}$ be an $s$-smooth-function on $D$, and $Q$ by any ILT. Then $h = f \circ Q^{-1}\colon Q(D) \to \mathbb{R}$ is also $s$-smooth on the transformed domain $Q(D)$.

Figures (13)

  • Figure 1: Schematic (left) and DAG visualization (right) of the effect of a treatment $T$ on outcome $Y$ that is confounded by non-tabular data $W$ (e.g. information from medical imaging).
  • Figure 2: Schematic visualization of a pre-trained neural network $\varphi(\cdot)$ and representations $Z=\varphi(W)$.
  • Figure 3: Non-zero coefficients of a linear classifier on latent features, showing that sparsity is lost with an increasing number of random feature rotations.
  • Figure 4: Label Confounding: Comparison of ATE estimators on the IMDb dataset. DML and S-Learner use pre-trained representations. Point estimates and 95% CIs are depicted.
  • Figure 5: Complex Confounding: Comparison of ATE estimators on the X-ray dataset. DML and S-Learner use pre-trained representations. Point estimates and 95% CIs are depicted.
  • ...and 8 more figures

Theorems & Definitions (24)

  • Definition 3.1
  • Remark 3.2
  • Definition 3.3: Invariance to ILT s
  • Lemma 4.1: Smoothness Invariance under ILT s
  • Lemma 4.2: Non-Invariance of Additivity and Sparsity under ILT s
  • Lemma 4.3: Intrinsic Dimension Invariance under ILT s
  • Remark 4.4
  • Definition 5.1: Hierarchical composition model, HCM
  • Lemma 5.3: Invariance of \ref{['ass:A1']} under ILT s
  • Theorem 5.5
  • ...and 14 more