LGAICRMAMLFeb 13, 2024

Differentially Private Distributed Inference

arXiv:2402.08156v71 citationsh-index: 18
Originality Incremental advance
AI Analysis

This work addresses privacy concerns in collaborative settings like healthcare centers, offering a solution for distributed inference with formal guarantees, though it appears incremental by building on existing differential privacy techniques.

The paper tackles the problem of enabling agents to exchange information for learning while protecting privacy, using differential privacy to control information leakage, and demonstrates through simulations on clinical trial data that their methods achieve privacy-preserving inference with greater efficiency and lower error rates than existing approaches.

How can agents exchange information to learn while protecting privacy? Healthcare centers collaborating on clinical trials must balance knowledge sharing with safeguarding sensitive patient data. We address this challenge by using differential privacy (DP) to control information leakage. Agents update belief statistics via log-linear rules, and DP noise provides plausible deniability and rigorous performance guarantees. We study two settings: distributed maximum likelihood estimation (MLE) with a finite set of private signals and online learning from an intermittent signal stream. Noisy aggregation introduces trade-offs between rejecting low-quality states and accepting high-quality ones. The MLE setting naturally applies to hypothesis testing with formal statistical guarantees. Through simulations, we demonstrate differentially private, distributed survival analysis on real-world clinical trial data, evaluating treatment efficacy and the impact of biomedical indices on patient survival. Our methods enable privacy-preserving inference with greater efficiency and lower error rates than homomorphic encryption and first-order DP optimization approaches.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes