paper-with-me

Papers

D3p -- A Python Package for Differentially-Private Probabilistic Programming

2021-03-22 · Lukas Prediger, Niki Loppi, Samuel Kaski, Antti Honkela

We present d3p, a software package designed to help fielding runtime efficient widely-applicable Bayesian inference under differential privacy guarantees. d3p achieves general applicability to a wide range of probabilistic modelling problems by implementing the differentially private variational inference algorithm, allowing users to fit any parametric probabilistic model with a differentiable density function. d3p adopts the probabilistic programming paradigm as a powerful way for the user to flexibly define such models. We demonstrate the use of our software on a hierarchical logistic regression example, showing the expressiveness of the modelling approach as well as the ease of running the parameter inference. We also perform an empirical evaluation of the runtime of the private inference on a complex model and find a $\sim$10 fold speed-up compared to an implementation using TensorFlow Privacy.

📄 PDF Abstract BibTeX arXiv:2103.11648

Code (1)

DPBayes/dppp jax

Tasks

Bayesian InferenceProbabilistic ProgrammingregressionVariational Inference

Methods 이 논문이 사용한 방법론

Variational Inference 설명 없음
Logistic Regression Logistic Regression, despite its name, is a linear model for classification rather than regression. Logistic regression is also known in the literature as logit regression,…

Similar Papers 제목 키워드 기반

DPpack: An R Package for Differentially Private Statistical Analysis and Machine Learning

2023-09-19 · Spencer Giddens, Fang Liu

Differential privacy (DP) is the state-of-the-art framework for guaranteeing privacy for individuals when releasing aggregated statistics or building statistical/machine learning models from data. We develop the open-sou…

DescriptivePrivacy Preservingregression

On the Utility Gain of Iterative Bayesian Update for Locally Differentially Private Mechanisms

2023-07-15 · Héber H. Arcolezi, Selene Cerna, Catuscia Palamidessi

This paper investigates the utility gain of using Iterative Bayesian Update (IBU) for private discrete distribution estimation using data obfuscated with Locally Differentially Private (LDP) mechanisms. We compare the pe…

Privacy Preserving

nabqr: Python package for improving probabilistic forecasts

2025-01-29 · Bastian Schmidt Jørgensena, Jan Kloppenborg Møller, Peter Nystrup, Henrik Madsen

We introduce the open-source Python package NABQR: Neural Adaptive Basis for (time-adaptive) Quantile Regression that provides reliable probabilistic forecasts. NABQR corrects ensembles (scenarios) with LSTM networks and…

quantile regressionregression

Differential Privacy for Euclidean Jordan Algebra with Applications to Private Symmetric Cone Programming

2025-09-21 · Zhao Song, Jianfei Xue, Lichen Zhang arxiv

In this paper, we study differentially private mechanisms for functions whose outputs lie in a Euclidean Jordan algebra. Euclidean Jordan algebras capture many important mathematical structures and form the foundation of…

SPEAR : Semi-supervised Data Programming in Python

2021-08-01 · Guttu Sai Abhishek, Harshad Ingole, Parth Laturia, Vineeth Dorna 외

We present SPEAR, an open-source python library for data programming with semi supervision. The package implements several recent data programming approaches including facility to programmatically label and build trainin…

text-classificationText Classification