paper-with-me

Papers

Decentralized Differentially Private Segmentation with PATE

2020-04-10 · Dominik Fay, Jens Sjölund, Tobias J. Oechtering

When it comes to preserving privacy in medical machine learning, two important considerations are (1) keeping data local to the institution and (2) avoiding inference of sensitive information from the trained model. These are often addressed using federated learning and differential privacy, respectively. However, the commonly used Federated Averaging algorithm requires a high degree of synchronization between participating institutions. For this reason, we turn our attention to Private Aggregation of Teacher Ensembles (PATE), where all local models can be trained independently without inter-institutional communication. The purpose of this paper is thus to explore how PATE -- originally designed for classification -- can best be adapted for semantic segmentation. To this end, we build low-dimensional representations of segmentation masks which the student can obtain through low-sensitivity queries to the private aggregator. On the Brain Tumor Segmentation (BraTS 2019) dataset, an Autoencoder-based PATE variant achieves a higher Dice coefficient for the same privacy guarantee than prior work based on noisy Federated Averaging.

📄 PDF Abstract BibTeX arXiv:2004.06567

Code (0)

등록된 구현이 없습니다.

Tasks

Brain Tumor SegmentationFederated LearningSegmentationSemantic SegmentationTumor Segmentation

Similar Papers 제목 키워드 기반

Differentially Private Linear Regression over Fully Decentralized Datasets

2020-04-16 · Yang Liu, Xiong Zhang, Shuqi Qin, Xiaoping Lei

This paper presents a differentially private algorithm for linear regression learning in a decentralized fashion. Under this algorithm, privacy budget is theoretically derived, in addition to that the solution error is s…

regression

TabPATE: Differentially Private Tabular In-Context Learning Without Public Data

2026-06-30 · Dariush Wahdany, Matthew Jagielski, Jesse C. Cresswell, Adam Dziedzic 외 arxiv

Tabular foundation models enable accurate in-context learning (ICL) from small labeled datasets, but the private records placed in context can leak through model predictions. We first show that even basic membership infe…

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

Dyn-D$^2$P: Dynamic Differentially Private Decentralized Learning with Provable Utility Guarantee

2025-05-10 · Zehan Zhu, Yan Huang, Xin Wang, Shouling Ji 외

Most existing decentralized learning methods with differential privacy (DP) guarantee rely on constant gradient clipping bounds and fixed-level DP Gaussian noises for each node throughout the training process, leading to…