LGCRMay 19

An exponential mechanism based on quadratic approximations for fine-tuning machine learning models with privacy guarantees

arXiv:2605.2052114.7
Predicted impact top 86% in LG · last 90 daysOriginality Incremental advance
AI Analysis

It provides a new approach to privacy-preserving fine-tuning for practitioners needing differential privacy guarantees on small sensitive datasets.

The paper develops a differentially private fine-tuning method using the exponential mechanism with a quadratic utility function, enabling closed-form sampling. Experiments on MNIST and MIMIC show competitive performance against existing DP fine-tuning techniques.

Fine-tuning adapts a pretrained machine learning model to a small, sensitive dataset, but this process risks memorizing individual new data points, making the model vulnerable to adversaries who seek to extract sensitive information. In this work, we develop a randomized algorithm based on the exponential mechanism for fine-tuning while ensuring differential privacy. Our key idea is to construct a simple utility function that combines a local quadratic approximation of the pretrained model with information from the new dataset. The resulting exponential mechanism admits exact sampling from a multivariate normal distribution in closed form. We establish theoretical privacy guarantees, sensitivity bounds, and accuracy estimations for our method. We further introduce a random-projection strategy that makes the approach scalable to high-dimensional models. Numerical experiments on the MNIST benchmark and the MIMIC clinical dataset demonstrate competitive performance against existing differentially private fine-tuning techniques.

Foundations

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

Your Notes