paper-with-me

Papers

Differentially Private Estimation of Heterogeneous Causal Effects

2022-02-22 · Fengshi Niu, Harsha Nori, Brian Quistorff, Rich Caruana, Donald Ngwe, Aadharsh Kannan

Estimating heterogeneous treatment effects in domains such as healthcare or social science often involves sensitive data where protecting privacy is important. We introduce a general meta-algorithm for estimating conditional average treatment effects (CATE) with differential privacy (DP) guarantees. Our meta-algorithm can work with simple, single-stage CATE estimators such as S-learner and more complex multi-stage estimators such as DR and R-learner. We perform a tight privacy analysis by taking advantage of sample splitting in our meta-algorithm and the parallel composition property of differential privacy. In this paper, we implement our approach using DP-EBMs as the base learner. DP-EBMs are interpretable, high-accuracy models with privacy guarantees, which allow us to directly observe the impact of DP noise on the learned causal model. Our experiments show that multi-stage CATE estimators incur larger accuracy loss than single-stage CATE or ATE estimators and that most of the accuracy loss from differential privacy is due to an increase in variance, not biased estimates of treatment effects.

📄 PDF Abstract BibTeX arXiv:2202.11043

Code (1)

fengshiniu/dp-cate 공식 구현

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

Differentially Private Learners for Heterogeneous Treatment Effects

2025-03-05 · Maresa Schröder, Valentyn Melnychuk, Stefan Feuerriegel

Patient data is widely used to estimate heterogeneous treatment effects and thus understand the effectiveness and safety of drugs. Yet, patient data includes highly sensitive information that must be kept private. In thi…

Model Agnostic Differentially Private Causal Inference

2025-05-26 · Christiant Lebeda, Mathieu Even, Aurélien Bellet, Julie Josse

Estimating causal effects from observational data is essential in fields such as medicine, economics and social sciences, where privacy concerns are paramount. We propose a general, model-agnostic framework for different…

Causal InferencemodelPrivacy Preserving

Improving the Variance of Differentially Private Randomized Experiments through Clustering

2023-08-02 · Adel Javanmard, Vahab Mirrokni, Jean Pouget-Abadie

Estimating causal effects from randomized experiments is only possible if participants are willing to disclose their potentially sensitive responses. Differential privacy, a widely used framework for ensuring an algorith…

Causal InferenceClustering

Differentially Private Covariate Balancing Causal Inference

2024-10-18 · Yuki Ohnishi, Jordan Awan

Differential privacy is the leading mathematical framework for privacy protection, providing a probabilistic guarantee that safeguards individuals' private information when publishing statistics from a dataset. This guar…

Causal Inference

Federated Learning in Non-IID Settings Aided by Differentially Private Synthetic Data

2022-06-01 · Huancheng Chen, Haris Vikalo

Federated learning (FL) is a privacy-promoting framework that enables potentially large number of clients to collaboratively train machine learning models. In a FL system, a server coordinates the collaboration by collec…

Federated Learningimage-classificationImage Classification