PulseAugur
EN
LIVE 03:30:42

New DP learning framework uses hypernetwork to reduce noise impact

Researchers have developed a novel framework for differentially private (DP) learning that bypasses iterative parameter-space optimization. Instead of using privatized gradients, the method employs a hypernetwork trained on public data to generate model parameters from a private dataset's perturbed embedding. This approach injects privacy noise only once into a low-dimensional representation, significantly reducing its adverse effects. Theoretical analysis suggests higher utility than DP-SGD in synthetic settings, and practical application to LoRA fine-tuning of diffusion models resulted in lower FID scores compared to DP-SGD and other public-data-guided methods. AI

IMPACT This new DP learning approach could enable more effective and less noisy private model training, potentially improving utility in sensitive applications.

RANK_REASON The cluster contains a research paper detailing a new method for differentially private learning.

Read on arXiv cs.LG →

AI-generated summary · Google Gemini · from 2 sources. How we write summaries →

New DP learning framework uses hypernetwork to reduce noise impact

COVERAGE [2]

  1. arXiv cs.LG TIER_1 English(EN) · Satoshi Hasegawa ·

    Escaping Iterative Parameter-Space Noise: Differentially Private Learning with a Hypernetwork

    Differentially private (DP) training of neural networks is often hindered by the large amount of noise required by gradient-based methods such as DP-SGD, which repeatedly inject high-dimensional noise in parameter space throughout training. In this paper, we propose a new framewo…

  2. arXiv stat.ML TIER_1 English(EN) · Naoki Nishikawa, Shokichi Takakura, Satoshi Hasegawa ·

    Escaping Iterative Parameter-Space Noise: Differentially Private Learning with a Hypernetwork

    arXiv:2606.26772v1 Announce Type: cross Abstract: Differentially private (DP) training of neural networks is often hindered by the large amount of noise required by gradient-based methods such as DP-SGD, which repeatedly inject high-dimensional noise in parameter space throughout…