paper-with-me

Papers

Amplified Patch-Level Differential Privacy for Free via Random Cropping

2026-03-25 · Kaan Durmaz, Jan Schuchardt, Sebastian Schmidt, Stephan Günnemann arxiv

Random cropping is one of the most common data augmentation techniques in computer vision, yet the role of its inherent randomness in training differentially private machine learning models has thus far gone unexplored. We observe that when sensitive content in an image is spatially localized, such as a face or license plate, random cropping can probabilistically exclude that content from the model's input. This introduces a third source of stochasticity in differentially private training with stochastic gradient descent, in addition to gradient noise and minibatch sampling. This additional randomness amplifies differential privacy without requiring changes to model architecture or training procedure. We formalize this effect by introducing a patch-level neighboring relation for vision data and deriving tight privacy bounds for differentially private stochastic gradient descent (DP-SGD) when combined with random cropping. Our analysis quantifies the patch inclusion probability and shows how it composes with minibatch sampling to yield a lower effective sampling rate. Empirically, we validate that patch-level amplification improves the privacy-utility trade-off across multiple segmentation architectures and datasets. Our results demonstrate that aligning privacy accounting with domain structure and additional existing sources of randomness can yield stronger guarantees at no additional cost.

📄 PDF Abstract BibTeX arXiv:2603.24695

Code (0)

등록된 구현이 없습니다.

Tasks

Data Augmentation

Similar Papers 제목 키워드 기반

Differential Privacy Amplification in Quantum and Quantum-inspired Algorithms

2022-03-07 · Armando Angrisani, Mina Doosti, Elham Kashefi

Differential privacy provides a theoretical framework for processing a dataset about $n$ users, in a way that the output reveals a minimal information about any single user. Such notion of privacy is usually ensured by n…

Federated Learning with Sparsification-Amplified Privacy and Adaptive Optimization

2020-08-01 · Rui Hu, Yanmin Gong, Yuanxiong Guo

Federated learning (FL) enables distributed agents to collaboratively learn a centralized model without sharing their raw data with each other. However, data locality does not provide sufficient privacy protection, and i…

Federated Learning

Privacy for Free: Posterior Sampling and Stochastic Gradient Monte Carlo

2015-02-26 · Yu-Xiang Wang, Stephen E. Fienberg, Alex Smola

We consider the problem of Bayesian learning on sensitive datasets and present two simple but somewhat surprising results that connect Bayesian learning to "differential privacy:, a cryptographic approach to protect indi…

Practical and Private (Deep) Learning without Sampling or Shuffling

2021-02-26 · Peter Kairouz, Brendan Mcmahan, Shuang Song, Om Thakkar 외

We consider training models with differential privacy (DP) using mini-batch gradients. The existing state-of-the-art, Differentially Private Stochastic Gradient Descent (DP-SGD), requires privacy amplification by samplin…

Deep LearningFederated Learning

Differentially Private CutMix for Split Learning with Vision Transformer

2022-10-28 · Seungeun Oh, Jihong Park, Sihun Baek, Hyelin Nam 외

Recently, vision transformer (ViT) has started to outpace the conventional CNN in computer vision tasks. Considering privacy-preserving distributed learning with ViT, federated learning (FL) communicates models, which be…

Federated LearningPrivacy Preserving