Papers › Opacus: User-Friendly Differential Privacy Library in PyTorch

Opacus: User-Friendly Differential Privacy Library in PyTorch

25 Sep 2021arXiv:2109.12298archive 2025-07-28

Ashkan Yousefpour, Igor Shilov, Alexandre Sablayrolles, Davide Testuggine, Karthik Prasad, Mani Malek, John Nguyen, Sayan Ghosh, Akash Bharadwaj, Jessica Zhao, Graham Cormode, Ilya Mironov

We introduce Opacus, a free, open-source PyTorch library for training deep learning models with differential privacy (hosted at opacus.ai). Opacus is designed for simplicity, flexibility, and speed. It provides a simple and user-friendly API, and enables machine learning practitioners to make a training pipeline private by adding as little as two lines to their code. It supports a wide variety of layers, including multi-head attention, convolution, LSTM, GRU (and generic RNN), and embedding, right out of the box and provides the means for supporting other user-defined layers. Opacus computes batched per-sample gradients, providing higher efficiency compared to the traditional "micro batch" approach. In this paper we present Opacus, detail the principles that drove its implementation and unique features, and benchmark it against other frameworks for training models with differential privacy as well as standard PyTorch.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2109.12298")

Code

Syntology Ran 3 of 12 code samples harvested from 2 repositories linked to this paper; 9 have no recorded run. Of those that ran: 2 ran · honoured contract; 1 ran · fixture could not drive it.

By repository: community (archive-listed): 11 samples from 1 repository, 2 ran; community: 1 sample from 1 repository, 1 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

pytorch/opacus officialmentioned in papermentioned on GitHubpytorchApache-2.0 report
alexbie98/dpgan-revisit mentioned on GitHubpytorch report
woodyx218/private_vision mentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

12 samples harvested; 3 ran; 2 honoured the contract we drafted; 9 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

2ran · honoured contract
1ran · fixture could not drive it
9unverified

Licence: 0 of the 12 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

_compute_eps_cks woodyx218/private_vision/private_vision/privacy_engine.py community (archive-listed) ran · fixture could not drive it fingerprinted Apache-2.0 (permissive) · dc7c6bd894c3af35 · report
_get_sigma_with_target_epsilon woodyx218/private_vision/private_vision/privacy_engine.py community (archive-listed) ran · honoured contract Apache-2.0 (permissive) · 0fc5cc5c20c50872 · report
PrivacyEngine woodyx218/private_vision/private_vision/privacy_engine.py community (archive-listed) unverified Apache-2.0 (permissive) · 52ccc99b2a6cde9c · report
_eps_from_gdp woodyx218/private_vision/private_vision/privacy_engine.py community (archive-listed) unverified Apache-2.0 (permissive) · 975a9efbff2d7c7a · report
_eps_from_glw woodyx218/private_vision/private_vision/privacy_engine.py community (archive-listed) unverified Apache-2.0 (permissive) · 6a82b741a671c5d4 · report
_eps_from_rdp woodyx218/private_vision/private_vision/privacy_engine.py community (archive-listed) unverified Apache-2.0 (permissive) · bd9bd46c79d2c238 · report
_eps_from_rdp_cks woodyx218/private_vision/private_vision/privacy_engine.py community (archive-listed) unverified Apache-2.0 (permissive) · 68999f7567ff1192 · report
get_sigma_from_gdp woodyx218/private_vision/private_vision/privacy_engine.py community (archive-listed) unverified Apache-2.0 (permissive) · 12bce719b6a3b060 · report
get_sigma_from_glw woodyx218/private_vision/private_vision/privacy_engine.py community (archive-listed) unverified Apache-2.0 (permissive) · 665dc7e22ef05056 · report
get_sigma_from_rdp woodyx218/private_vision/private_vision/privacy_engine.py community (archive-listed) unverified Apache-2.0 (permissive) · afe0f1fc95083e88 · report
get_sigma_from_rdp_cks woodyx218/private_vision/private_vision/privacy_engine.py community (archive-listed) unverified Apache-2.0 (permissive) · 080da196349fb3a7 · report
test meta-pytorch/opacus/examples/mnist.py community ran · honoured contract Apache-2.0 (permissive) · dc66a9c5c516e132 · report

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

GRU

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections