paper-with-me

Papers

OptStream: Releasing Time Series Privately

2018-08-06 · Ferdinando Fioretto, Pascal Van Hentenryck

Many applications of machine learning and optimization operate on data streams. While these datasets are fundamental to fuel decision-making algorithms, often they contain sensitive information about individuals and their usage poses significant privacy risks. Motivated by an application in energy systems, this paper presents OPTSTREAM, a novel algorithm for releasing differentially private data streams under the w-event model of privacy. OPTSTREAM is a 4-step procedure consisting of sampling, perturbation, reconstruction, and post-processing modules. First, the sampling module selects a small set of points to access in each period of interest. Then, the perturbation module adds noise to the sampled data points to guarantee privacy. Next, the reconstruction module reassembles non-sampled data points from the perturbed sample points. Finally, the post-processing module uses convex optimization over the private output of the previous modules, as well as the private answers of additional queries on the data stream, to improve accuracy by redistributing the added noise. OPTSTREAM is evaluated on a test case involving the release of a real data stream from the largest European transmission operator. Experimental results show that OPTSTREAM may not only improve the accuracy of state-of-the-art methods by at least one order of magnitude but also supports accurate load forecasting on the private data.

📄 PDF Abstract BibTeX arXiv:1808.01949

Code (0)

등록된 구현이 없습니다.

Tasks

Decision MakingLoad ForecastingTime SeriesTime Series Analysis

Similar Papers 제목 키워드 기반

Privately Publishable Per-instance Privacy

2021-11-03 · NeurIPS 2021 12 · Rachel Redberg, Yu-Xiang Wang

We consider how to privately share the personalized privacy losses incurred by objective perturbation, using per-instance differential privacy (pDP). Standard differential privacy (DP) gives us a worst-case bound that mi…

Generalized PTR: User-Friendly Recipes for Data-Adaptive Algorithms with Differential Privacy

2022-12-31 · Rachel Redberg, Yuqing Zhu, Yu-Xiang Wang

The ''Propose-Test-Release'' (PTR) framework is a classic recipe for designing differentially private (DP) algorithms that are data-adaptive, i.e. those that add less noise when the input dataset is nice. We extend PTR t…

regressionSensitivity

Almost linear time differentially private release of synthetic graphs

2024-06-04 · Jingcheng Liu, Jalaj Upadhyay, Zongrui Zou

In this paper, we give an almost linear time and space algorithms to sample from an exponential mechanism with an $\ell_1$-score function defined over an exponentially large non-convex set. As a direct result, on input a…

Efficient Algorithm for Privately Releasing Smooth Queries

2013-12-01 · NeurIPS 2013 12 · Ziteng Wang, Kai Fan, Jia-Qi Zhang, Li-Wei Wang

We study differentially private mechanisms for answering \emph{smooth} queries on databases consisting of data points in $\mathbb{R}^d$. A $K$-smooth query is specified by a function whose partial derivatives up to order…

Near-Optimal Differentially Private Reinforcement Learning

2022-12-09 · Dan Qiao, Yu-Xiang Wang

Motivated by personalized healthcare and other applications involving sensitive data, we study online exploration in reinforcement learning with differential privacy (DP) constraints. Existing work on this problem establ…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)