Related Experiment Video
Updated: Sep 14, 2025

10:10
Three Differential Expression Analysis Methods for RNA Sequencing: limma, EdgeR, DESeq2
Published on: September 18, 2021
38.5K
Subsampled Exponential Mechanism: Differential Privacy in Large Output Spaces.
Eric Lantz1, Kendrick Boyd1, David Page2
1Department of Computer Sciences, University of Wisconsin-Madison.
Summary
Differential privacy protects data by bounding function changes. A new subsampled exponential mechanism offers scalable, accurate, and private analysis, outperforming prior methods in clustering applications.
Area of Science:
- Computer Science
- Data Privacy
- Machine Learning
Background:
- Differential privacy is a leading framework for private data analysis.
- It bounds how much a randomized function's output can change due to single record modifications.
- The exponential mechanism is often used for weighted choices but can be computationally intensive with many outcomes.
Purpose of the Study:
- To address the scalability limitations of the exponential mechanism in differential privacy.
- To introduce a novel approach, the subsampled exponential mechanism, for efficient private data analysis.
- To evaluate the privacy and accuracy guarantees of the subsampled exponential mechanism.
Main Methods:
- Developed the subsampled exponential mechanism, which scores a sample of possible outcomes instead of all of them.
- Proved that the subsampled exponential mechanism preserves differential privacy.
- Established accuracy bounds comparable to the full exponential mechanism.
- Applied the mechanism to a clustering problem for empirical evaluation.
Main Results:
- The subsampled exponential mechanism maintains differential privacy guarantees.
- It achieves accuracy bounds similar to the full exponential mechanism.
- In a clustering application, it outperformed a previously published private algorithm.
- It demonstrated comparable performance to the full exponential mechanism but with significantly improved scalability.
Conclusions:
- The subsampled exponential mechanism is a scalable and effective method for private data analysis.
- It provides a practical alternative to the full exponential mechanism when the outcome space is large.
- This approach enhances the applicability of differential privacy in real-world scenarios with large datasets.
Related Concept Videos
Sampling Theorem
771
In signal processing, the analysis of continuous-time signals, denoted as x(t), often involves sampling techniques to convert these signals into discrete-time signals. This process is essential for digital representation and manipulation. A critical component in sampling is the train of impulses, characterized by the sampling interval and the sampling frequency. The relationship between these parameters and the original signal's properties dictates the success of the sampling process.
771
Wald-Wolfowitz Runs Test II
318
The Wald-Wolfowitz runs test, commonly referred to as the runs test, is a nonparametric test used to assess the randomness of ordered data. The test evaluates the number of runs, which are consecutive sequences of similar elements within the data. If the number of runs is significantly higher or lower than expected, the data is considered non-random, indicating a detectable pattern or structure.
For binary data, runs are identified using symbols such as + and −, or equivalently, 1s and...
For binary data, runs are identified using symbols such as + and −, or equivalently, 1s and...
318
Upsampling
314
Managing signal sampling rates is essential in digital signal processing to maintain signal integrity. A decimated signal, characterized by a reduced frequency range due to its lower sampling rate, can be upsampled by inserting zeros between each sample. This upsampling process expands the original spectrum and introduces repeated spectral replicas at intervals dictated by the new Nyquist frequency. To refine this zero-inserted sequence, it is passed through a lowpass filter with a cutoff...
314
Downsampling
256
When considering a sampled sequence with zero values between sampling instants, one can replace it by taking every N-th value of the sequence. At these integer multiples of N, the original and sampled sequences coincide. This process, known as decimation, involves extracting every N-th sample from a sequence, thereby creating a more efficient sequence.
The Fourier transform of the decimated sequence reveals a combination of scaled and shifted versions of the original spectrum. This...
The Fourier transform of the decimated sequence reveals a combination of scaled and shifted versions of the original spectrum. This...
256
Mechanistic Models: Compartment Models in Individual and Population Analysis
87
Mechanistic models are utilized in individual analysis using single-source data, but imperfections arise due to data collection errors, preventing perfect prediction of observed data. The mathematical equation involves known values (Xi), observed concentrations (Ci), measurement errors (εi), model parameters (ϕj), and the related function (ƒi) for i number of values. Different least-squares metrics quantify differences between predicted and observed values. The ordinary least...
87
Sample Size Calculation
3.8K
Knowledge of the sample size is the first requirement to conduct random sampling or an experiment. The sample size is the total number of units, observations, or groups (in some cases) used to get the data to estimate a population parameter. As the name suggests, the sample size is that of the sample drawn from the population and differs from the population size.
The sample size for the given experiment or sampling effort is fundamental to any study design. Sample size decides the number of...
The sample size for the given experiment or sampling effort is fundamental to any study design. Sample size decides the number of...
3.8K

