paper-with-me

Papers

Efficient and Private Marginal Reconstruction with Local Non-Negativity

2024-10-01 · Brett Mullins, Miguel Fuentes, Yingtai Xiao, Daniel Kifer, Cameron Musco, Daniel Sheldon

Differential privacy is the dominant standard for formal and quantifiable privacy and has been used in major deployments that impact millions of people. Many differentially private algorithms for query release and synthetic data contain steps that reconstruct answers to queries from answers to other queries that have been measured privately. Reconstruction is an important subproblem for such mechanisms to economize the privacy budget, minimize error on reconstructed answers, and allow for scalability to high-dimensional datasets. In this paper, we introduce a principled and efficient postprocessing method ReM (Residuals-to-Marginals) for reconstructing answers to marginal queries. Our method builds on recent work on efficient mechanisms for marginal query release, based on making measurements using a residual query basis that admits efficient pseudoinversion, which is an important primitive used in reconstruction. An extension GReM-LNN (Gaussian Residuals-to-Marginals with Local Non-negativity) reconstructs marginals under Gaussian noise satisfying consistency and non-negativity, which often reduces error on reconstructed answers. We demonstrate the utility of ReM and GReM-LNN by applying them to improve existing private query answering mechanisms.

📄 PDF Abstract BibTeX arXiv:2410.01091

Code (1)

bcmullins/efficient-marginal-reconstruction 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Q-Learning Q-Learning is an off-policy temporal difference control algorithm: $$Q\left(S\_{t}, A\_{t}\right) \leftarrow Q\left(S\_{t}, A\_{t}\right) + \alpha\left[R_{t+1} +…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
DQN A DQN, or Deep Q-Network, approximates a state-value function in a Q-Learning framework with a neural network. In the Atari…
REM Random Ensemble Mixture (REM) is an easy to implement extension of DQN inspired by Dropout.…

Similar Papers 제목 키워드 기반

Locally-adapted convolution-based super-resolution of irregularly-sampled ocean remote sensing data

2017-04-07 · Manuel López-Radcenco, Ronan Fablet, Abdeldjalil Aïssa-El-Bey, Pierre Ailliot

Super-resolution is a classical problem in image processing, with numerous applications to remote sensing image enhancement. Here, we address the super-resolution of irregularly-sampled remote sensing images. Using an op…

Image EnhancementSuper-Resolution

Bayesian Source Localization with the Multivariate Laplace Prior

2009-12-01 · NeurIPS 2009 12 · Marcel V. Gerven, Botond Cseke, Robert Oostenveld, Tom Heskes

We introduce a novel multivariate Laplace (MVL) distribution as a sparsity promoting prior for Bayesian source localization that allows the specification of constraints between and within sources. We represent the MVL di…

Deep Learning of Part-based Representation of Data Using Sparse Autoencoders with Nonnegativity Constraints

2016-01-12 · Ehsan Hosseini-Asl, Jacek M. Zurada, Olfa Nasraoui

We demonstrate a new deep learning autoencoder network, trained by a nonnegativity constraint algorithm (NCAE), that learns features which show part-based representation of data. The learning algorithm is based on constr…

Input Guided Multiple Deconstruction Single Reconstruction neural network models for Matrix Factorization

2024-05-22 · Prasun Dutta, Rajat K. De

Referring back to the original text in the course of hierarchical learning is a common human trait that ensures the right direction of learning. The models developed based on the concept of Non-negative Matrix Factorizat…

Dimensionality Reduction

Mechanism and Stability Analysis of Metabolic Closed-Loop Metaheuristics

2026-07-02 · Jinliang Xu, Liping Ma arxiv

This paper studies the Metabolic Multi-Agent Optimizer (MMAO) at the framework level rather than at the implementation or benchmark level. The central question is whether the metabolic resource loop of private energy, co…