paper-with-me

홈 › Papers

How to Train Private Clinical Language Models: A Comparative Study of Privacy-Preserving Pipelines for ICD-9 Coding

2025-11-18 · Mathieu Dufour, Andrew Duncan arxiv

Large language models trained on clinical text risk exposing sensitive patient information, yet differential privacy (DP) methods often severely degrade the diagnostic accuracy needed for deployment. Despite rapid progress in DP optimisation and text generation, it remains unclear which privacy-preserving strategy actually works best for clinical language tasks. We present the first systematic head-to-head comparison of four training pipelines for automated diagnostic coding from hospital discharge summaries. All pipelines use identical 1B-parameter models and matched privacy budgets to predict ICD-9 codes. At moderate and relaxed privacy budgets ($\varepsilon \in \{4, 6\}$), knowledge distillation from DP-trained teachers outperforms both direct DP-SGD and DP-synthetic data training, recovering up to 63\% of the non-private performance whilst maintaining strong empirical privacy (membership-inference AUC $\approx$ 0.5). These findings expose large differences in the privacy-utility trade-off across architectures and identify knowledge distillation as the most practical route to privacy-preserving clinical NLP.

📄 PDF Abstract BibTeX arXiv:2511.14936

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge DistillationText Generation

Similar Papers 제목 키워드 기반

Differentially Private De-identification of Dutch Clinical Notes: A Comparative Evaluation

2026-04-23 · Michele Miranda, Xinlan Yan, Nishant Mishra, Rachel Murphy 외 arxiv

Protecting patient privacy in clinical narratives is essential for enabling secondary use of healthcare data under regulations such as GDPR and HIPAA. While manual de-identification remains the gold standard, it is costl…

Relation Classification

A Comparative Study of the Clinical use of Motion Analysis from Kinect Skeleton Data

2017-07-27 · Sean Maudsley-Barton, Jamie McPheey, Anthony Bukowski, Daniel Leightley 외

The analysis of human motion as a clinical tool can bring many benefits such as the early detection of disease and the monitoring of recovery, so in turn helping people to lead independent lives. However, it is currently…

Time SeriesTime Series Analysis

Unlocking the Potential of Large Language Models for Clinical Text Anonymization: A Comparative Study

2024-05-29 · David Pissarra, Isabel Curioso, João Alveira, Duarte Pereira 외

Automated clinical text anonymization has the potential to unlock the widespread sharing of textual health data for secondary usage while assuring patient privacy and safety. Despite the proposal of many complex and theo…

Text Anonymization

Adaptation of Biomedical and Clinical Pretrained Models to French Long Documents: A Comparative Study

2024-02-26 · Adrien Bazoge, Emmanuel Morin, Beatrice Daille, Pierre-Antoine Gourraud

Recently, pretrained language models based on BERT have been introduced for the French biomedical domain. Although these models have achieved state-of-the-art results on biomedical and clinical NLP tasks, they are constr…

named-entity-recognitionNamed Entity Recognition

Comparative Study of Differentially Private Synthetic Data Algorithms from the NIST PSCR Differential Privacy Synthetic Data Challenge

2019-11-28 · Claire McKay Bowen, Joshua Snoke

Differentially private synthetic data generation offers a recent solution to release analytically useful data while preserving the privacy of individuals in the data. In order to utilize these algorithms for public polic…

Synthetic Data Generation