paper-with-me

Papers

Privacy-Aware Randomized Quantization via Linear Programming

2024-06-01 · Zhongteng Cai, Xueru Zhang, Mohammad Mahdi Khalili

Differential privacy mechanisms such as the Gaussian or Laplace mechanism have been widely used in data analytics for preserving individual privacy. However, they are mostly designed for continuous outputs and are unsuitable for scenarios where discrete values are necessary. Although various quantization mechanisms were proposed recently to generate discrete outputs under differential privacy, the outcomes are either biased or have an inferior accuracy-privacy trade-off. In this paper, we propose a family of quantization mechanisms that is unbiased and differentially private. It has a high degree of freedom and we show that some existing mechanisms can be considered as special cases of ours. To find the optimal mechanism, we formulate a linear optimization that can be solved efficiently using linear programming tools. Experiments show that our proposed mechanism can attain a better privacy-accuracy trade-off compared to baselines.

📄 PDF Abstract BibTeX arXiv:2406.02599

Code (1)

osu-srml/DP_Linprog 공식 구현 tf

Tasks

Quantization

Similar Papers 제목 키워드 기반

Randomized Quantization is All You Need for Differential Privacy in Federated Learning

2023-06-20 · Yeojoon Youn, Zihao Hu, Juba Ziani, Jacob Abernethy

Federated learning (FL) is a common and practical framework for learning a machine model in a decentralized fashion. A primary motivation behind this decentralized approach is data privacy, ensuring that the learner neve…

AllFederated LearningQuantization

RQP-SGD: Differential Private Machine Learning through Noisy SGD and Randomized Quantization

2024-02-09 · Ce Feng, Parv Venkitasubramaniam

The rise of IoT devices has prompted the demand for deploying machine learning at-the-edge with real-time, efficient, and secure data processing. In this context, implementing machine learning (ML) models with real-value…

Privacy PreservingQuantization

Locally Private Online Quantile Regression: Estimation and Inference

2026-07-06 · Yi Liu, Qirui Hu arxiv

We study estimation and inference for online quantile regression under a one-report user-level $\eps$-locally differentially private ($\eps$-LDP) protocol. The main difficulty is that the standard quantile-regression est…

Practical Locally Private Federated Learning with Communication Efficiency

2021-01-01 · Yan Feng, Tao Xiong, Ruofan Wu, Yuan Qi

Federated learning (FL) is a technique that trains machine learning models from decentralized data sources. We study FL under local differential privacy constraints, which provides strong protection against sensitive dat…

Federated LearningPrivacy PreservingQuantization

Adaptive quantization with mixed-precision based on low-cost proxy

2024-02-27 · Junzhe Chen, Qiao Yang, Senmao Tian, Shunli Zhang

It is critical to deploy complicated neural network models on hardware with limited resources. This paper proposes a novel model quantization method, named the Low-Cost Proxy-Based Adaptive Mixed-Precision Model Quantiza…

Neural Architecture SearchQuantization