StraightDP Enhances Private Generative Model Utility

Xujun Che, Depeng Xu, Xintao Wu· August 3, 2026 View original

Key takeaways

  • StraightDP improves generative model utility under strong differential privacy by exploiting rectified flow geometry.
  • It uses a two-stage approach: releasing class-conditional moments and applying DP-SGD.
  • The method significantly outperforms uniform DP-SGD in accuracy and FID scores.
  • Per-token stream norm constraints and moment injection further enhance privacy-preserving generation.

Who benefits

HealthcareBFSIGovernmentSocial MediaResearch

Summary

StraightDP introduces a geometry-aware differential privacy method for rectified-flow transformers, addressing the utility drop at strong privacy by exploiting the heterogeneous information structure along the flow. It combines moment release with DP-SGD to achieve better accuracy and FID scores under strong privacy constraints.

Differentially private (DP) training of text-conditioned generative models often faces a significant drop in utility when strong privacy guarantees are required. This research re-examines the problem through the lens of rectified flows, observing that the Bayes-optimal velocity along the interpolation between noise and data exhibits heterogeneous information. At the noise end, a few class-conditional moments dominate, while closer to the data end, sample-specific structures become more critical.StraightDP leverages this heterogeneity by employing a two-pronged approach. A small portion of the privacy budget is used to release whitened class-conditional moments once, which can then be distilled into model weights or injected during sampling. The remaining, larger portion of the budget is allocated to pre-declared DP-SGD for training the model closer to the data end, where sample-specific details are crucial and beyond the reach of simple moments.Experiments on MNIST at an epsilon of 1 demonstrate the effectiveness of StraightDP. The released moments alone achieved 0.76 downstream accuracy and an FID of 237, significantly outperforming uniform DP-SGD which only reached 0.21 accuracy. The full StraightDP pipeline achieved 0.81 accuracy at FID 56 in a public latent space. Furthermore, applying per-token stream norm constraints to the multimodal backbone improved downstream accuracy in extreme-noise pixel-space regimes, with benefits increasing as privacy strengthened. The released moments also proved portable to frozen SD3-medium, where sampling-time injection surpassed DP-LoRA training with a fraction of the budget.

Why it matters

Professionals developing privacy-preserving AI systems, especially generative models, can utilize StraightDP to achieve significantly better model utility and sample quality under strong differential privacy constraints, enabling more practical and ethical AI deployments.

How to implement this in your domain

  1. 1Investigate integrating geometry-aware differential privacy techniques like StraightDP into your generative model training pipelines.
  2. 2Explore the two-stage privacy budget allocation, combining moment release with DP-SGD, for improved utility under strong privacy.
  3. 3Apply per-token stream norm constraints to multimodal backbones to enhance privacy and accuracy in extreme-noise regimes.
  4. 4Consider injecting released class-conditional moments during sampling for pre-trained models to improve privacy-preserving generation.

Original post by Xujun Che, Depeng Xu, Xintao Wu

"arXiv:2607.29100v1 Announce Type: new Abstract: Differentially private (DP) training of text-conditioned generative models suffers a utility cliff at strong privacy. We revisit this problem through the geometry of rectified flows: along the straight interpolation between noise an…"

View on X

Originally posted by Xujun Che, Depeng Xu, Xintao Wu on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses