paper-with-me

Papers

Mitigating Bias in Adaptive Data Gathering via Differential Privacy

2018-06-06 · ICML 2018 7 · Seth Neel, Aaron Roth

Data that is gathered adaptively --- via bandit algorithms, for example --- exhibits bias. This is true both when gathering simple numeric valued data --- the empirical means kept track of by stochastic bandit algorithms are biased downwards --- and when gathering more complicated data --- running hypothesis tests on complex data gathered via contextual bandit algorithms leads to false discovery. In this paper, we show that this problem is mitigated if the data collection procedure is differentially private. This lets us both bound the bias of simple numeric valued quantities (like the empirical means of stochastic bandit algorithms), and correct the p-values of hypothesis tests run on the adaptively gathered data. Moreover, there exist differentially private bandit algorithms with near optimal regret bounds: we apply existing theorems in the simple stochastic case, and give a new analysis for linear contextual bandits. We complement our theoretical results with experiments validating our theory.

📄 PDF Abstract BibTeX arXiv:1806.02329

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-Armed Bandits

Similar Papers 제목 키워드 기반

Gender Bias in Machine Translation

2021-04-13 · Beatrice Savoldi, Marco Gaido, Luisa Bentivogli, Matteo Negri 외

Machine translation (MT) technology has facilitated our daily tasks by providing accessible shortcuts for gathering, elaborating and communicating information. However, it can suffer from biases that harm users and socie…

Machine TranslationTranslation

An Adaptive Differentially Private Federated Learning Framework

2026-02-06 · Jin Wang, Hui Ma, Yajun Zhang, Xinjun Pei 외 arxiv

Federated learning enables collaborative model training across distributed clients while preserving data privacy. However, in practical deployments, device heterogeneity and non-independent and identically distributed (N…

Dimensionality ReductionFederated Learning

Fair Differential Privacy Can Mitigate the Disparate Impact on Model Accuracy

2021-01-01 · Wenyan Liu, Xiangfeng Wang, Xingjian Lu, Junhong Cheng 외

The techniques based on the theory of differential privacy (DP) has become a standard building block in the machine learning community. DP training mechanisms offer strong guarantees that an adversary cannot determine wi…

Fairness

Mitigating spectral bias for the multiscale operator learning

2022-10-19 · Xinliang Liu, Bo Xu, Shuhao Cao, Lei Zhang

Neural operators have emerged as a powerful tool for learning the mapping between infinite-dimensional parameter and solution spaces of partial differential equations (PDEs). In this work, we focus on multiscale PDEs tha…

Operator learning

Mitigating Statistical Bias within Differentially Private Synthetic Data

2021-08-24 · Sahra Ghalebikesabi, Harrison Wilde, Jack Jewson, Arnaud Doucet 외

Increasing interest in privacy-preserving machine learning has led to new and evolved approaches for generating private synthetic data from undisclosed real data. However, mechanisms of privacy preservation can significa…

Privacy Preserving