paper-with-me

Papers

Spectral and Temporal Denoising for Differentially Private Optimization

2025-05-07 · Hyeju Shin, Kyudan Jung, Seongwon Yun, Juyoung Yun

This paper introduces the FFT-Enhanced Kalman Filter (FFTKF), a differentially private optimization method that addresses the challenge of preserving performance in DP-SGD, where added noise typically degrades model utility. FFTKF integrates frequency-domain noise shaping with Kalman filtering to enhance gradient quality while preserving $(\varepsilon, \delta)$-DP guarantees. It employs a high-frequency shaping mask in the Fourier domain to concentrate differential privacy noise in less informative spectral components, preserving low-frequency gradient signals. A scalar-gain Kalman filter with finite-difference Hessian approximation further refines the denoised gradients. With a per-iteration complexity of $\mathcal{O}(d \log d)$, FFTKF demonstrates improved test accuracy over DP-SGD and DiSK across MNIST, CIFAR-10, CIFAR-100, and Tiny-ImageNet datasets using CNNs, Wide ResNets, and Vision Transformers. Theoretical analysis confirms that FFTKF maintains equivalent privacy guarantees while achieving a tighter privacy-utility trade-off through reduced noise and controlled bias.

📄 PDF Abstract BibTeX arXiv:2505.04468

Code (0)

등록된 구현이 없습니다.

Tasks

Denoising

Similar Papers 제목 키워드 기반

Spectral Gradient Orthogonalization Improves Differentially Private Training at Scale

2026-08-18 · Sabari Shanmugam, Nick Barnes, Kerry Taylor arxiv

Differentially private training adds isotropic Gaussian noise to clipped gradients, corrupting every singular direction equally. In vision models, where spatial correlation concentrates gradient energy into a low-rank su…

Spectral-DP: Differentially Private Deep Learning through Spectral Perturbation and Filtering

2023-07-25 · Ce Feng, Nuo Xu, Wujie Wen, Parv Venkitasubramaniam 외

Differential privacy is a widely accepted measure of privacy in the context of deep learning algorithms, and achieving it relies on a noisy training approach known as differentially private stochastic gradient descent (D…

Deep LearningTransfer Learning

An end-to-end Differentially Private Latent Dirichlet Allocation Using a Spectral Algorithm

2018-05-25 · ICML 2020 1 · Christopher DeCarolis, Mukul Ram, Seyed A. Esmaeili, Yu-Xiang Wang 외

We provide an end-to-end differentially private spectral algorithm for learning LDA, based on matrix/tensor decompositions, and establish theoretical guarantees on utility/consistency of the estimated model parameters. T…

SensitivityVariational Inference

SMA-DP: Spectral Memory-Aware Differential Privacy for Deep Learning

2026-05-19 · Mohammad Partohaghighi, Roummel Marcia arxiv

Differentially private stochastic gradient descent (DP-SGD) enables private deep learning through per-example clipping and calibrated Gaussian noise, but its high-variance updates can reduce utility on challenging datase…

Differentially Private Low-dimensional Synthetic Data from High-dimensional Datasets

2023-05-26 · Yiyun He, Thomas Strohmer, Roman Vershynin, Yizhe Zhu

Differentially private synthetic data provide a powerful mechanism to enable data analysis while protecting sensitive information about individuals. However, when the data lie in a high-dimensional space, the accuracy of…