paper-with-me

홈 › Papers

Making Old Things New: A Unified Algorithm for Differentially Private Clustering

2024-06-17 · Max Dupré la Tour, Monika Henzinger, David Saulpic

As a staple of data analysis and unsupervised learning, the problem of private clustering has been widely studied under various privacy models. Centralized differential privacy is the first of them, and the problem has also been studied for the local and the shuffle variation. In each case, the goal is to design an algorithm that computes privately a clustering, with the smallest possible error. The study of each variation gave rise to new algorithms: the landscape of private clustering algorithms is therefore quite intricate. In this paper, we show that a 20-year-old algorithm can be slightly modified to work for any of these models. This provides a unified picture: while matching almost all previously known results, it allows us to improve some of them and extend it to a new privacy model, the continual observation setting, where the input is changing over time and the algorithm must output a new solution at each time step.

📄 PDF Abstract BibTeX arXiv:2406.11649

Code (0)

등록된 구현이 없습니다.

Tasks

Clustering

Similar Papers 제목 키워드 기반

Differentially Private Algorithms for Empirical Machine Learning

2014-11-20 · Ben Stoddard, Yan Chen, Ashwin Machanavajjhala

An important use of private data is to build machine learning classifiers. While there is a burgeoning literature on differentially private classification algorithms, we find that they are not practical in real applicati…

BIG-bench Machine LearningGeneral Classification

DP-KAN: Differentially Private Kolmogorov-Arnold Networks

2024-07-17 · Nikita P. Kalinin, Simone Bombari, Hossein Zakerinia, Christoph H. Lampert

We study the Kolmogorov-Arnold Network (KAN), recently proposed as an alternative to the classical Multilayer Perceptron (MLP), in the application for differentially private model training. Using the DP-SGD algorithm, we…

Kolmogorov-Arnold Networks

Model Explanations with Differential Privacy

2020-06-16 · Neel Patel, Reza Shokri, Yair Zick

Black-box machine learning models are used in critical decision-making domains, giving rise to several calls for more algorithmic transparency. The drawback is that model explanations can leak information about the train…

Decision Makingmodel

Locally Differentially Private Thresholding Bandits

2025-07-30 · Annalisa Barbara, Joseph Lazzaro, Ciara Pike-Burke arxiv

This work investigates the impact of ensuring local differential privacy in the thresholding bandit problem. We consider both the fixed budget and fixed confidence settings. We propose methods that utilize private respon…

Differentially Private Stochastic Convex Optimization for Network Routing Applications

2022-10-26 · Matthew Tsao, Karthik Gopalakrishnan, Kaidi Yang, Marco Pavone

Network routing problems are common across many engineering applications. Computing optimal routing policies requires knowledge about network demand, i.e., the origin and destination (OD) of all requests in the network. …