paper-with-me

홈 › Papers

A New Dimensionality Reduction Method Based on Hensel's Compression for Privacy Protection in Federated Learning

2022-05-01 · Ahmed El Ouadrhiri, Ahmed Abdelhadi

Differential privacy (DP) is considered a de-facto standard for protecting users' privacy in data analysis, machine, and deep learning. Existing DP-based privacy-preserving training approaches consist of adding noise to the clients' gradients before sharing them with the server. However, implementing DP on the gradient is not efficient as the privacy leakage increases by increasing the synchronization training epochs due to the composition theorem. Recently researchers were able to recover images used in the training dataset using Generative Regression Neural Network (GRNN) even when the gradient was protected by DP. In this paper, we propose two layers of privacy protection approach to overcome the limitations of the existing DP-based approaches. The first layer reduces the dimension of the training dataset based on Hensel's Lemma. We are the first to use Hensel's Lemma for reducing the dimension (i.e., compress) of a dataset. The new dimensionality reduction method allows reducing the dimension of a dataset without losing information since Hensel's Lemma guarantees uniqueness. The second layer applies DP to the compressed dataset generated by the first layer. The proposed approach overcomes the problem of privacy leakage due to composition by applying DP only once before the training; clients train their local model on the privacy-preserving dataset generated by the second layer. Experimental results show that the proposed approach ensures strong privacy protection while achieving good accuracy. The new dimensionality reduction method achieves an accuracy of 97%, with only 25 % of the original data size.

📄 PDF Abstract BibTeX arXiv:2205.02089

Code (0)

등록된 구현이 없습니다.

Tasks

Dimensionality ReductionFederated LearningLEMMAPrivacy Preserving

Similar Papers 제목 키워드 기반

A Meta-learning Framework for Tuning Parameters of Protection Mechanisms in Trustworthy Federated Learning

2023-05-28 · Xiaojin Zhang, Yan Kang, Lixin Fan, Kai Chen 외

Trustworthy Federated Learning (TFL) typically leverages protection mechanisms to guarantee privacy. However, protection mechanisms inevitably introduce utility loss or efficiency reduction while protecting data privacy.…

Federated LearningMeta-Learning

Trading Off Privacy, Utility and Efficiency in Federated Learning

2022-09-01 · Xiaojin Zhang, Yan Kang, Kai Chen, Lixin Fan 외

Federated learning (FL) enables participating parties to collaboratively build a global model with boosted utility without disclosing private data information. Appropriate protection mechanisms have to be adopted to fulf…

Federated LearningVertical Federated Learning

ScaleOT: Privacy-utility-scalable Offsite-tuning with Dynamic LayerReplace and Selective Rank Compression

2024-12-13 · Kai Yao, Zhaorui Tan, Tiandi Ye, Lichun Li 외

Offsite-tuning is a privacy-preserving method for tuning large language models (LLMs) by sharing a lossy compressed emulator from the LLM owners with data owners for downstream task tuning. This approach protects the pri…

Knowledge DistillationPrivacy Preserving

Towards Achieving Near-optimal Utility for Privacy-Preserving Federated Learning via Data Generation and Parameter Distortion

2023-05-07 · Xiaojin Zhang, Kai Chen, Qiang Yang

Federated learning (FL) enables participating parties to collaboratively build a global model with boosted utility without disclosing private data information. Appropriate protection mechanisms have to be adopted to fulf…

Federated LearningPrivacy Preserving

When Is 0.1% Enough? Analyzing the Combined Effects of Dimensionality Reduction and Quantization on Text Embedding Compression

2026-05-31 · Riku Kisako, Hayato Tsukagoshi, Ryohei Sasano arxiv

Recent high-performing text embedding models often output high-dimensional real-valued vectors, resulting in substantial storage and computational costs. To address this issue, compression methods based on dimensionality…

Dimensionality Reduction