paper-with-me

홈 › Papers

On the privacy-utility trade-off in differentially private hierarchical text classification

2021-03-04 · Dominik Wunderlich, Daniel Bernau, Francesco Aldà, Javier Parra-Arnau, Thorsten Strufe

Hierarchical text classification consists in classifying text documents into a hierarchy of classes and sub-classes. Although artificial neural networks have proved useful to perform this task, unfortunately they can leak training data information to adversaries due to training data memorization. Using differential privacy during model training can mitigate leakage attacks against trained models, enabling the models to be shared safely at the cost of reduced model accuracy. This work investigates the privacy-utility trade-off in hierarchical text classification with differential privacy guarantees, and identifies neural network architectures that offer superior trade-offs. To this end, we use a white-box membership inference attack to empirically assess the information leakage of three widely used neural network architectures. We show that large differential privacy parameters already suffice to completely mitigate membership inference attacks, thus resulting only in a moderate decrease in model utility. More specifically, for large datasets with long texts we observed Transformer-based models to achieve an overall favorable privacy-utility trade-off, while for smaller datasets with shorter texts convolutional neural networks are preferable.

📄 PDF Abstract BibTeX arXiv:2103.02895

Code (1)

SAP-samples/security-research-dp-hierarchical-text 공식 구현 tf

Tasks

General ClassificationInference AttackMembership Inference AttackMemorizationtext-classificationText Classification

Similar Papers 제목 키워드 기반

Improving the Utility of Differentially Private Clustering through Dynamical Processing

2023-04-27 · Junyoung Byun, Yujin Choi, Jaewook Lee

This study aims to alleviate the trade-off between utility and privacy of differentially private clustering. Existing works focus on simple methods, which show poor performance for non-convex clusters. To fit complex clu…

Clustering

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

Hierarchical Federated Learning with Privacy

2022-06-10 · Varun Chandrasekaran, Suman Banerjee, Diego Perino, Nicolas Kourtellis

Federated learning (FL), where data remains at the federated clients, and where only gradient updates are shared with a central aggregator, was assumed to be private. Recent work demonstrates that adversaries with gradie…

Federated Learning

Optimized Tradeoffs for Private Prediction with Majority Ensembling

2024-11-27 · Shuli Jiang, Qiuyi, Zhang, Gauri Joshi

We study a classical problem in private prediction, the problem of computing an $(m\epsilon, \delta)$-differentially private majority of $K$ $(\epsilon, \Delta)$-differentially private algorithms for $1 \leq m \leq K$ an…

image-classificationImage ClassificationPrediction

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

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

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) …

Privacy Preserving