Papers › Hermite Polynomial Features for Private Data Generation

Hermite Polynomial Features for Private Data Generation

9 Jun 2021arXiv:2106.05042archive 2025-07-28

Margarita Vinaroz, Mohammad-Amin Charusaie, Frederik Harder, Kamil Adamczewski, Mijung Park

Kernel mean embedding is a useful tool to represent and compare probability measures. Despite its usefulness, kernel mean embedding considers infinite-dimensional features, which are challenging to handle in the context of differentially private data generation. A recent work proposes to approximate the kernel mean embedding of data distribution using finite-dimensional random features, which yields analytically tractable sensitivity. However, the number of required random features is excessively high, often ten thousand to a hundred thousand, which worsens the privacy-accuracy trade-off. To improve the trade-off, we propose to replace random features with Hermite polynomial features. Unlike the random features, the Hermite polynomial features are ordered, where the features at the low orders contain more information on the distribution than those at the high orders. Hence, a relatively low order of Hermite polynomial features can more accurately approximate the mean embedding of the data distribution compared to a significantly higher number of random features. As demonstrated on several tabular and image datasets, Hermite polynomial features seem better suited for private data generation than random Fourier features.

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="2106.05042")

Code

Syntology Ran 0 of 25 code samples harvested from 1 repository linked to this paper; 25 have no recorded run.

By repository: official repository: 25 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

parklabml/dp-hp officialmentioned in paperpytorchMIT 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

25 samples harvested; 0 ran; 0 honoured the contract we drafted; 25 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.

25unverified

Licence: 0 of the 25 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 parklabml/dp-hp. “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.

RFF_Gauss parklabml/dp-hp/dp_mehp/error_comaprison_multiple_runs.py official repository unverified MIT (permissive) · 7d085538ecf498bd · report
binarize_data parklabml/dp-hp/dp_mehp/binarize_adult.py official repository unverified MIT (permissive) · 092d22b034889b21 · report
binarize_feature parklabml/dp-hp/dp_mehp/binarize_adult.py official repository unverified MIT (permissive) · 4ef29f19dc6bfc04 · report
compute_phi_tab_coord parklabml/dp-hp/dp_mehp/all_aux_files_tab_data.py official repository unverified MIT (permissive) · 14fc7a1dff4b56d0 · report
create_centers parklabml/dp-hp/dp_mehp/dp_mehp_synth_data_2d.py official repository unverified MIT (permissive) · b65a4472c0c4a389 · report
denormalize parklabml/dp-hp/dp_mehp/aux.py official repository unverified MIT (permissive) · 9d24c6690a4970ba · report
discretize_mat parklabml/dp-hp/dp_mehp/marginals_eval.py official repository unverified MIT (permissive) · e4e30ffd1e62cf7a · report
expand_vector parklabml/dp-hp/dp_mehp/aux.py official repository unverified MIT (permissive) · f0bf493b7e17abed · report
find_order parklabml/dp-hp/dp_mehp/all_aux_files.py official repository unverified MIT (permissive) · d8e6270fa2b551af · report
find_rho parklabml/dp-hp/dp_mehp/all_aux_files.py official repository unverified MIT (permissive) · 92da6de3eaafec00 · report
find_rho_tab parklabml/dp-hp/dp_mehp/all_aux_files_tab_data.py official repository unverified MIT (permissive) · c5e9560f6b1d57cc · report
get_constants parklabml/dp-hp/dp_mehp/mmd_approx_eigen.py official repository unverified MIT (permissive) · 7d37efa649c2a920 · report
get_data_samples parklabml/dp-hp/dp_mehp/dp_mehp_synth_data_2d.py official repository unverified MIT (permissive) · da8bfe66ddcff40d · report
get_domain parklabml/dp-hp/dp_mehp/marginals_eval.py official repository unverified MIT (permissive) · 5a74baea61336356 · report
get_svhn_dataloaders parklabml/dp-hp/dp_mehp/aux.py official repository unverified MIT (permissive) · 8df76b25bf288d28 · report
make_dataset parklabml/dp-hp/dp_mehp/dp_mehp_synth_data_2d.py official repository unverified MIT (permissive) · 551da8719a1dfc47 · report
mmd2_biased parklabml/dp-hp/dp_mehp/kernel.py official repository unverified MIT (permissive) · 4ce06002a6837671 · report
normalized_batch_feature_embedding parklabml/dp-hp/dp_mehp/mmd_approx_eigen.py official repository unverified MIT (permissive) · 8f23ead3e8f8cad7 · report
normalized_lambda_phi_induction parklabml/dp-hp/dp_mehp/mmd_approx_eigen.py official repository unverified MIT (permissive) · a26f7f3704a59f0e · report
phi_recursion parklabml/dp-hp/dp_mehp/all_aux_files.py official repository unverified MIT (permissive) · df1ddad1ce961cfa · report
phi_recursion_tab_coord parklabml/dp-hp/dp_mehp/all_aux_files_tab_data.py official repository unverified MIT (permissive) · 466954d98a697a19 · report
plot_with_variance parklabml/dp-hp/code_balanced/plot_results.py official repository unverified MIT (permissive) · e60c37de87a6a4d8 · report
rescale_dims parklabml/dp-hp/dp_mehp/discretized_datasets.py official repository unverified MIT (permissive) · 029b09470962db30 · report
revert_scaling parklabml/dp-hp/dp_mehp/discretized_datasets.py official repository unverified MIT (permissive) · 36311b4ecbbd2f46 · report
un_binarize_data parklabml/dp-hp/dp_mehp/binarize_adult.py official repository unverified MIT (permissive) · 7c46feaf1c3748a4 · report

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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