paper-with-me

홈 › Papers

DataLens: Scalable Privacy Preserving Training via Gradient Compression and Aggregation

2021-03-20 · Boxin Wang, Fan Wu, Yunhui Long, Luka Rimanic, Ce Zhang, Bo Li

Recent success of deep neural networks (DNNs) hinges on the availability of large-scale dataset; however, training on such dataset often poses privacy risks for sensitive training information. In this paper, we aim to explore the power of generative models and gradient sparsity, and propose a scalable privacy-preserving generative model DATALENS. Comparing with the standard PATE privacy-preserving framework which allows teachers to vote on one-dimensional predictions, voting on the high dimensional gradient vectors is challenging in terms of privacy preservation. As dimension reduction techniques are required, we need to navigate a delicate tradeoff space between (1) the improvement of privacy preservation and (2) the slowdown of SGD convergence. To tackle this, we take advantage of communication efficient learning and propose a novel noise compression and aggregation approach TOPAGG by combining top-k compression for dimension reduction with a corresponding noise injection mechanism. We theoretically prove that the DATALENS framework guarantees differential privacy for its generated data, and provide analysis on its convergence. To demonstrate the practical usage of DATALENS, we conduct extensive experiments on diverse datasets including MNIST, Fashion-MNIST, and high dimensional CelebA, and we show that, DATALENS significantly outperforms other baseline DP generative models. In addition, we adapt the proposed TOPAGG approach, which is one of the key building blocks in DATALENS, to DP SGD training, and show that it is able to achieve higher utility than the state-of-the-art DP SGD approach in most cases. Our code is publicly available at https://github.com/AI-secure/DataLens.

📄 PDF Abstract BibTeX arXiv:2103.11109

Code (2)

AI-secure/DataLens 공식 구현 pytorch
vinuni-vishc/pppf-cross-silo-fl pytorch

Tasks

Dimensionality ReductionNavigatePrivacy Preserving

Methods 이 논문이 사용한 방법론

SGD Stochastic Gradient Descent is an iterative optimization technique that uses minibatches of data to form an expectation of the gradient, rather than the full gradient using…

Similar Papers 제목 키워드 기반

Scalable and Private Federated Learning Using Distributed Differential Privacy and Secure Aggregation

2026-04-08 · Wenjing Wei, Farid Nait-Abdesselam, Alla Jammine arxiv

This article presents DDP-SA, a scalable privacy-preserving federated learning framework that jointly leverages client-side local differential privacy (LDP) and full-threshold additive secret sharing (ASS) for secure agg…

Federated Learning

G-PATE: Scalable Differentially Private Data Generator via Private Aggregation of Teacher Discriminators

2019-06-21 · NeurIPS 2021 12 · Yunhui Long, Boxin Wang, Zhuolin Yang, Bhavya Kailkhura 외

Recent advances in machine learning have largely benefited from the massive accessible training data. However, large-scale data sharing has raised great privacy concerns. In this work, we propose a novel privacy-preservi…

BIG-bench Machine LearningPrivacy Preserving

DP-NMT: Scalable Differentially-Private Machine Translation

2023-11-24 · Timour Igamberdiev, Doan Nam Long Vu, Felix Künnecke, Zhuo Yu 외

Neural machine translation (NMT) is a widely popular text generation task, yet there is a considerable research gap in the development of privacy-preserving NMT models, despite significant data privacy concerns for NMT s…

Machine TranslationNMTPrivacy PreservingText Generation+1

Synthetic Data Generation and Differential Privacy using Tensor Networks' Matrix Product States (MPS)

2025-08-08 · Alejandro Moreno R., Desale Fentaw, Samuel Palmer, Raúl Salles de Padua 외 arxiv

Synthetic data generation is a key technique in modern artificial intelligence, addressing data scarcity, privacy constraints, and the need for diverse datasets in training robust models. In this work, we propose a metho…

Synthetic Data Generation

Gradient Sparsification Can Improve Performance of Differentially-Private Convex Machine Learning

2020-11-30 · Farhad Farokhi

We use gradient sparsification to reduce the adverse effect of differential privacy noise on performance of private machine learning models. To this aim, we employ compressed sensing and additive Laplace noise to evaluat…

BIG-bench Machine Learningcompressed sensingPrivacy Preserving