paper-with-me

홈 › Papers

Differentially Private Multi-Site Treatment Effect Estimation

2023-10-10 · Tatsuki Koga, Kamalika Chaudhuri, David Page

Patient privacy is a major barrier to healthcare AI. For confidentiality reasons, most patient data remains in silo in separate hospitals, preventing the design of data-driven healthcare AI systems that need large volumes of patient data to make effective decisions. A solution to this is collective learning across multiple sites through federated learning with differential privacy. However, literature in this space typically focuses on differentially private statistical estimation and machine learning, which is different from the causal inference-related problems that arise in healthcare. In this work, we take a fresh look at federated learning with a focus on causal inference; specifically, we look at estimating the average treatment effect (ATE), an important task in causal inference for healthcare applications, and provide a federated analytics approach to enable ATE estimation across multiple sites along with differential privacy (DP) guarantees at each site. The main challenge comes from site heterogeneity -- different sites have different sample sizes and privacy budgets. We address this through a class of per-site estimation algorithms that reports the ATE estimate and its variance as a quality measure, and an aggregation algorithm on the server side that minimizes the overall variance of the final ATE estimate. Our experiments on real and synthetic data show that our method reliably aggregates private statistics across sites and provides better privacy-utility tradeoff under site heterogeneity than baselines.

📄 PDF Abstract BibTeX arXiv:2310.06237

Code (0)

등록된 구현이 없습니다.

Tasks

Causal InferenceFederated Learning

Methods 이 논문이 사용한 방법론

Causal inference Causal inference is the process of drawing a conclusion about a causal connection based on the conditions of the occurrence of an effect. The main difference between causal…
Focus 설명 없음

Similar Papers 제목 키워드 기반

PrivATE: Differentially Private Confidence Intervals for Average Treatment Effects

2025-05-27 · Maresa Schröder, Justin Hartenstein, Stefan Feuerriegel

The average treatment effect (ATE) is widely used to evaluate the effectiveness of drugs and other medical interventions. In safety-critical applications like medicine, reliable inferences about the ATE typically require…

Privacy PreservingUncertainty Quantificationvalid

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…

Improved Differentially Private Decentralized Source Separation for fMRI Data

2019-10-28 · Hafiz Imtiaz, Jafar Mohammadi, Rogers Silva, Bradley Baker 외

Blind source separation algorithms such as independent component analysis (ICA) are widely used in the analysis of neuroimaging data. In order to leverage larger sample sizes, different data holders/sites may wish to col…

blind source separation

Distributed Differentially Private Computation of Functions with Correlated Noise

2019-04-22 · Hafiz Imtiaz, Jafar Mohammadi, Anand D. Sarwate

Many applications of machine learning, such as human health research, involve processing private or sensitive information. Privacy concerns may impose significant hurdles to collaboration in scenarios where there are mul…

BIG-bench Machine LearningPrivacy Preserving

Differentially Private Coordinate Descent for Composite Empirical Risk Minimization

2021-10-22 · Paul Mangold, Aurélien Bellet, Joseph Salmon, Marc Tommasi

Machine learning models can leak information about the data used to train them. To mitigate this issue, Differentially Private (DP) variants of optimization algorithms like Stochastic Gradient Descent (DP-SGD) have been …