← Search

Antti Honkela

16 accepted papers

2026

Beyond Membership: Limitations of Add/Remove Adjacency in Differential Privacy

ICLR 2026poster

Training machine learning models with differential privacy (DP) limits an adversary's ability to infer sensitive information about the training data. It can be interpreted as a bound on the adversary's capability to distinguish two adjacent datasets according to the chosen adjacency relation. In pra…

Cited by 0SourceScholar
2026

On Optimal Hyperparameters for Differentially Private Deep Transfer Learning

ICLR 2026poster

Differentially private (DP) transfer learning, i.e., fine-tuning a pretrained model on private data, is the current state-of-the-art approach for training large models under privacy constraints. We focus on two key hyperparameters in this setting: the clipping bound $C$ and batch size $B$. We show…

Cited by 0SourceScholar
2025

Impact of Dataset Properties on Membership Inference Vulnerability of Deep Transfer Learning

NeurIPS 2025poster

Membership inference attacks (MIAs) are used to test practical privacy of machine learning models. MIAs complement formal guarantees from differential privacy (DP) under a more realistic adversary model. We analyse MIA vulnerability of fine-tuned neural networks both empirically and theoretically, t…

Cited by 0SourceScholar
2024

Noise-Aware Differentially Private Regression via Meta-Learning

NeurIPS 2024poster

Many high-stakes applications require machine learning models that protect user privacy and provide well-calibrated, accurate predictions. While Differential Privacy (DP) is the gold standard for protecting user privacy, standard DP mechanisms typically significantly impair performance. One approach…

2024

Subsampling is not Magic: Why Large Batch Sizes Work for Differentially Private Stochastic Optimisation

ICML 2024poster

We study how the batch size affects the total gradient variance in differentially private stochastic gradient descent (DP-SGD), seeking a theoretical explanation for the usefulness of large batch sizes. As DP-SGD is the basis of modern DP deep learning, its properties have been widely studied, and r…

2023

Individual Privacy Accounting with Gaussian Differential Privacy

ICLR 2023poster

Individual privacy accounting enables bounding differential privacy (DP) loss individually for each participant involved in the analysis. This can be informative as often the individual privacy losses are considerably smaller than those indicated by the DP bounds that are based on considering worst-…

2023

Noise-Aware Statistical Inference with Differentially Private Synthetic Data

AISTATS 2023poster

While generation of synthetic data under differential privacy (DP) has received a lot of attention in the data privacy community, analysis of synthetic data has received much less. Existing work has shown that simply analysing DP synthetic data as if it were real does not produce valid inferences of…

2021

Differentially Private Bayesian Inference for Generalized Linear Models

ICML 2021spotlight

Generalized linear models (GLMs) such as logistic regression are among the most widely used arms in data analyst’s repertoire and often used on sensitive datasets. A large body of prior works that investigate GLMs under differential privacy (DP) constraints provide only private point estimates of th…

Cited by 44SourcePDFScholar
2021

Tight Differential Privacy for Discrete-Valued Mechanisms and for the Subsampled Gaussian Mechanism Using FFT

AISTATS 2021poster

We propose a numerical accountant for evaluating the tight (ε,δ)-privacy loss for algorithms with discrete one dimensional output. The method is based on the privacy loss distribution formalism and it uses the recently introduced fast Fourier transform based accounting technique. We carry out an err…

2020

Computing Tight Differential Privacy Guarantees Using FFT

AISTATS 2020poster

Differentially private (DP) machine learning has recently become popular. The privacy loss of DP algorithms is commonly reported using (e.d)-DP. In this paper, we propose a numerical accountant for evaluating the privacy loss for algorithms with continuous one dimensional output. This accountant can…

2019

Differentially Private Markov Chain Monte Carlo

NeurIPS 2019spotlight

Recent developments in differentially private (DP) machine learning and DP Bayesian learning have enabled learning under strong privacy guarantees for the training data subjects. In this paper, we further extend the applicability of DP Bayesian learning by presenting the first general DP Markov chai…

2017

Differentially private Bayesian learning on distributed data

NeurIPS 2017poster

Many applications of machine learning, for example in health care, would benefit from methods that can guarantee privacy of data subjects. Differential privacy (DP) has become established as a standard for protecting learning results. The standard DP algorithms require a single trusted party to have…