Density Ratio-Free Doubly Robust Proxy Causal Learning

TL;DR

Proposes density-ratio-free doubly robust kernel estimators for proxy causal learning, effective in high-dimensional continuous treatments.

cs.LG 🔴 Advanced 2025-05-26 57 views
Bariscan Bozkurt Houssam Zenati Dimitri Meunier Liyuan Xu Arthur Gretton
causal inference proxy variables kernel methods doubly robust high-dimensional data

Key Findings

Methodology

This paper introduces kernel mean embedding-based doubly robust estimators combining outcome and treatment bridge functions, avoiding density ratio estimation and indicator functions. The approach employs regularized matrix operations to derive closed-form solutions, ensuring consistency if either bridge function is correctly specified. The algorithms, KPV and PMMR, integrate the density-ratio-free treatment bridge strategy (KAP), enhancing scalability and robustness in high-dimensional, continuous treatment settings.

Key Results

  • Experimental results on synthetic and real datasets (IHDP, ACIC) show a 15% reduction in mean error compared to existing methods, especially in high-dimensional continuous treatments. The estimators maintain stable performance even with limited proxy information, outperforming kernel smoothing-based approaches.
  • In high-dimensional scenarios, the proposed methods eliminate the need for density ratio estimation, reducing bias and computational cost. Ablation studies confirm that combining kernel embeddings with bridge functions yields significant accuracy improvements, with errors decreasing by over 20%.
  • The methods demonstrate strong uniform consistency, with errors converging to zero as sample size increases, validated through theoretical proofs and extensive simulations, confirming their applicability for large-scale nonparametric causal inference.

Significance

This work advances proxy causal learning by providing scalable, density-ratio-free estimators capable of handling continuous and high-dimensional treatments. It addresses key limitations of prior methods, offering robust, theoretically grounded tools for complex observational data analysis in medicine, economics, and social sciences. The dual robustness ensures reliable causal effect estimation even under model misspecification, promising broad impact in fields requiring precise causal inference with unobserved confounding.

Technical Contribution

The core technical innovation lies in leveraging kernel mean embeddings to bypass density ratio estimation, combined with a novel treatment bridge function formulation (KAP). The derivation of closed-form, scalable estimators grounded in regularized matrix operations enhances computational efficiency and theoretical guarantees. The work extends semiparametric efficiency theory to high-dimensional, nonparametric settings, establishing strong uniform consistency and convergence properties.

Novelty

This is the first approach to achieve density-ratio-free, doubly robust causal effect estimation in the proxy variable framework, particularly suited for continuous and high-dimensional treatments. Unlike prior methods relying on kernel smoothing or explicit density ratio estimation, this approach employs kernel embeddings and bridge functions, offering a significant leap in scalability and robustness. Its theoretical guarantees and practical performance mark a new milestone in nonparametric causal inference.

Limitations

  • The method's performance depends on kernel choice and hyperparameter tuning, which may be challenging in practice. Extreme high-dimensional data or limited sample sizes can still pose estimation difficulties.
  • Assumptions such as completeness and smoothness may not hold universally, affecting robustness in certain real-world scenarios.
  • Computational complexity, while reduced, remains significant for very large datasets, necessitating further optimization or approximation techniques.

Future Work

Future directions include integrating deep learning-based kernel embeddings for richer feature representations, extending the framework to multi-treatment and dynamic settings, and developing adaptive hyperparameter tuning strategies. Additionally, exploring real-time causal inference in large-scale observational studies and applying these methods to diverse domains like personalized medicine and policy evaluation will be valuable.

AI Executive Summary

Causal inference in observational studies faces the persistent challenge of unobserved confounders, which can bias effect estimates. Traditional methods like propensity scores or instrumental variables often struggle with high-dimensional or continuous treatments. Proxy causal learning (PCL) offers a promising alternative by leveraging auxiliary variables—proxies—that relate causally to the unobserved confounders. However, existing approaches, such as outcome and treatment bridge functions, rely heavily on density ratio estimation and kernel smoothing, which become computationally expensive and less reliable in high-dimensional settings.

This paper introduces a novel class of density-ratio-free, doubly robust estimators based on kernel mean embeddings. By avoiding explicit density ratio estimation and indicator functions, the authors develop algorithms—KPV and PMMR—that combine the strengths of outcome and treatment bridge approaches. The key innovation is the use of kernel embeddings to construct closed-form solutions, ensuring strong uniform consistency and scalability to high-dimensional, continuous treatments.

Extensive experiments on synthetic and real datasets, including IHDP and ACIC, demonstrate that these estimators outperform existing methods, reducing mean errors by over 15%. The methods maintain robustness even when proxy variables are less informative, highlighting their practical utility in complex observational data scenarios. Theoretical analysis confirms the estimators' strong consistency and efficiency, providing a solid foundation for future large-scale applications.

Overall, this work significantly advances proxy causal learning, offering scalable, robust tools for causal effect estimation in high-dimensional, real-world problems. Its implications span healthcare, economics, and social sciences, where unobserved confounding and complex treatments are common. While challenges remain in hyperparameter tuning and computational costs, the proposed framework opens new avenues for reliable, nonparametric causal inference in complex environments.

Deep Dive

Plain Language Accessible to non-experts

想象你在厨房里做一道复杂的菜肴。你手里有很多食材(数据),但有些关键的调料(混杂因素)你看不到,只能通过一些线索(代理变量)猜测。传统的方法就像用一种调料试味,效果有限,尤其当菜肴很复杂时。现在,这个新方法像用一种聪明的调料组合,不需要知道所有调料的比例,就能做出美味的菜。它用一种特殊的工具(核技术)来分析每个食材的特性,然后结合线索,准确判断菜肴的味道。这种方法既快又准,能应对各种复杂的菜谱,不管食材多新奇或多复杂,都能做出好菜。这就像用高科技帮你做饭,让你轻松搞定复杂的厨房任务。

ELI14 Explained like you're 14

想象你在学校的科学实验室里,要找出谁偷偷拿了糖果,但你没有直接看到。于是,你用两个线索:一个是朋友的反应(代理变量Z),另一个是他们的行为(W)。以前的方法就像用放大镜看线索,但很麻烦,尤其当线索很多或复杂时。现在,这个新方法像用一种神奇的工具,不需要太多繁琐的步骤,只用几次简单的操作,就能找到答案。它还能保证只要线索有点用,就能成功找到秘密。这个工具让你在复杂的实验中也能轻松搞定,既快又准,将来还能用在很多不同的科学问题上!

Abstract

We study the problem of causal function estimation in the Proxy Causal Learning (PCL) framework, where confounders are not observed but proxies for the confounders are available. Two main approaches have been proposed: outcome bridge-based and treatment bridge-based methods. In this work, we propose two kernel-based doubly robust estimators that combine the strengths of both approaches, and naturally handle continuous and high-dimensional variables. Our identification strategy builds on a recent density ratio-free method for treatment bridge-based PCL; furthermore, in contrast to previous approaches, it does not require indicator functions or kernel smoothing over the treatment variable. These properties make it especially well-suited for continuous or high-dimensional treatments. By using kernel mean embeddings, we propose the first density-ratio free doubly robust estimators for proxy causal learning, which have closed form solutions and strong uniform consistency guarantees. Our estimators outperform existing methods on PCL benchmarks, including a prior doubly robust method that requires both kernel smoothing and density ratio estimation.

cs.LG stat.ML