paper-with-me

Papers

Privacy of SGD under Gaussian or Heavy-Tailed Noise: Guarantees without Gradient Clipping

2024-03-04 · Umut Şimşekli, Mert Gürbüzbalaban, Sinan Yildirim, Lingjiong Zhu

The injection of heavy-tailed noise into the iterates of stochastic gradient descent (SGD) has garnered growing interest in recent years due to its theoretical and empirical benefits for optimization and generalization. However, its implications for privacy preservation remain largely unexplored. Aiming to bridge this gap, we provide differential privacy (DP) guarantees for noisy SGD, when the injected noise follows an $\alpha$-stable distribution, which includes a spectrum of heavy-tailed distributions (with infinite variance) as well as the light-tailed Gaussian distribution. Considering the $(\epsilon, \delta)$-DP framework, we show that SGD with heavy-tailed perturbations achieves $(0, O(1/n))$-DP for a broad class of loss functions which can be non-convex, where $n$ is the number of data points. As a remarkable byproduct, contrary to prior work that necessitates bounded sensitivity for the gradients or clipping the iterates, our theory can handle unbounded gradients without clipping, and reveals that under mild assumptions, such a projection step is not actually necessary. Our results suggest that, given other benefits of heavy-tails in optimization, heavy-tailed noising schemes can be a viable alternative to their light-tailed counterparts.

📄 PDF Abstract BibTeX arXiv:2403.02051

Code (0)

등록된 구현이 없습니다.

Tasks

Learning Theory

Methods 이 논문이 사용한 방법론

SGD Stochastic Gradient Descent is an iterative optimization technique that uses minibatches of data to form an expectation of the gradient, rather than the full gradient using…

Similar Papers 제목 키워드 기반

Differentially Private Episodic Reinforcement Learning with Heavy-tailed Rewards

2023-06-01 · Yulian Wu, Xingyu Zhou, Sayak Ray Chowdhury, Di Wang

In this paper, we study the problem of (finite horizon tabular) Markov decision processes (MDPs) with heavy-tailed rewards under the constraint of differential privacy (DP). Compared with the previous studies for private…

Multi-Armed Banditsreinforcement-learningReinforcement Learning

Differentially Private Clipped-SGD: High-Probability Convergence with Arbitrary Clipping Level

2025-07-31 · Saleh Vatan Khah, Savelii Chezhegov, Shahrokh Farahmand, Samuel Horváth 외 arxiv

Gradient clipping is a fundamental tool in Deep Learning, improving the high-probability convergence of stochastic first-order methods like SGD, AdaGrad, and Adam under heavy-tailed noise, which is common in training lar…

Heavy-Tailed Principal Component Analysis

2026-03-11 · Mario Sayde, Christopher Khater, Jihad Fahs, Ibrahim Abou-Faycal arxiv

Principal Component Analysis (PCA) is a cornerstone of dimensionality reduction, yet its classical formulation relies critically on second-order moments and is therefore fragile in the presence of heavy-tailed data and i…

Dimensionality Reduction

Rényi Differential Privacy for Heavy-Tailed SDEs via Fractional Poincaré Inequalities

2025-11-19 · Benjamin Dupuis, Mert Gürbüzbalaban, Umut Şimşekli, Jian Wang 외 arxiv

Characterizing the differential privacy (DP) of learning algorithms has become a major challenge in recent years. In parallel, many studies suggested investigating the behavior of stochastic gradient descent (SGD) with h…

Robust Kalman Filters Based on the Sub-Gaussian $α$-stable Distribution

2023-05-13 · Pengcheng Hao, Oktay Karakuş, Alin Achim

Motivated by filtering tasks under a linear system with non-Gaussian heavy-tailed noise, various robust Kalman filters (RKFs) based on different heavy-tailed distributions have been proposed. Although the sub-Gaussian $\…