paper-with-me

홈 › Papers

Exploring Machine Learning Privacy/Utility trade-off from a hyperparameters Lens

2023-03-03 · Ayoub Arous, Amira Guesmi, Muhammad Abdullah Hanif, Ihsen Alouani, Muhammad Shafique

Machine Learning (ML) architectures have been applied to several applications that involve sensitive data, where a guarantee of users' data privacy is required. Differentially Private Stochastic Gradient Descent (DPSGD) is the state-of-the-art method to train privacy-preserving models. However, DPSGD comes at a considerable accuracy loss leading to sub-optimal privacy/utility trade-offs. Towards investigating new ground for better privacy-utility trade-off, this work questions; (i) if models' hyperparameters have any inherent impact on ML models' privacy-preserving properties, and (ii) if models' hyperparameters have any impact on the privacy/utility trade-off of differentially private models. We propose a comprehensive design space exploration of different hyperparameters such as the choice of activation functions, the learning rate and the use of batch normalization. Interestingly, we found that utility can be improved by using Bounded RELU as activation functions with the same privacy-preserving characteristics. With a drop-in replacement of the activation function, we achieve new state-of-the-art accuracy on MNIST (96.02\%), FashionMnist (84.76\%), and CIFAR-10 (44.42\%) without any modification of the learning procedure fundamentals of DPSGD.

📄 PDF Abstract BibTeX arXiv:2303.01819

Code (0)

등록된 구현이 없습니다.

Tasks

Privacy Preserving

Similar Papers 제목 키워드 기반

Automatic Discovery of Privacy-Utility Pareto Fronts

2019-05-26 · Brendan Avent, Javier Gonzalez, Tom Diethe, Andrei Paleyes 외

Differential privacy is a mathematical framework for privacy-preserving data analysis. Changing the hyperparameters of a differentially private algorithm allows one to trade off privacy and utility in a principled way. Q…

Bayesian OptimizationPrivacy Preserving

DP-Hype: Federated Differentially Private Hyperparameter Search

2025-10-06 · Johannes Liebenow, Thorsten Peinemann, Esfandiar Mohammadi arxiv

Tuning hyperparameters in federated machine learning can substantially impact model performance. When hyperparameters are tuned on sensitive data, privacy becomes an important challenge and to this end, differential priv…

Federated Learning

Hyperparameter Optimization for SecureBoost via Constrained Multi-Objective Federated Learning

2024-04-06 · Yan Kang, Ziyao Ren, Lixin Fan, Linghua Yang 외

SecureBoost is a tree-boosting algorithm that leverages homomorphic encryption (HE) to protect data privacy in vertical federated learning. SecureBoost and its variants have been widely adopted in fields such as finance …

Bayesian OptimizationFederated LearningHyperparameter OptimizationInference Attack+1

Breaking the Trilemma of Privacy, Utility, Efficiency via Controllable Machine Unlearning

2023-10-28 · Zheyuan Liu, Guangyao Dou, Yijun Tian, Chunhui Zhang 외

Machine Unlearning (MU) algorithms have become increasingly critical due to the imperative adherence to data privacy regulations. The primary objective of MU is to erase the influence of specific data samples on a given …

Machine Unlearning

SecureBoost Hyperparameter Tuning via Multi-Objective Federated Learning

2023-07-20 · Ziyao Ren, Yan Kang, Lixin Fan, Linghua Yang 외

SecureBoost is a tree-boosting algorithm leveraging homomorphic encryption to protect data privacy in vertical federated learning setting. It is widely used in fields such as finance and healthcare due to its interpretab…

Federated LearningPrivacy PreservingVertical Federated Learning