paper-with-me

홈 › Papers

PRISM: Privacy-Preserving Improved Stochastic Masking for Federated Generative Models

2025-03-11 · Kyeongkook Seo, Dong-Jun Han, Jaejun Yoo

Despite recent advancements in federated learning (FL), the integration of generative models into FL has been limited due to challenges such as high communication costs and unstable training in heterogeneous data environments. To address these issues, we propose PRISM, a FL framework tailored for generative models that ensures (i) stable performance in heterogeneous data distributions and (ii) resource efficiency in terms of communication cost and final model size. The key of our method is to search for an optimal stochastic binary mask for a random network rather than updating the model weights, identifying a sparse subnetwork with high generative performance; i.e., a ``strong lottery ticket''. By communicating binary masks in a stochastic manner, PRISM minimizes communication overhead. This approach, combined with the utilization of maximum mean discrepancy (MMD) loss and a mask-aware dynamic moving average aggregation method (MADA) on the server side, facilitates stable and strong generative capabilities by mitigating local divergence in FL scenarios. Moreover, thanks to its sparsifying characteristic, PRISM yields a lightweight model without extra pruning or quantization, making it ideal for environments such as edge devices. Experiments on MNIST, FMNIST, CelebA, and CIFAR10 demonstrate that PRISM outperforms existing methods, while maintaining privacy with minimal communication costs. PRISM is the first to successfully generate images under challenging non-IID and privacy-preserving FL environments on complex datasets, where previous methods have struggled.

📄 PDF Abstract BibTeX arXiv:2503.08085

Code (1)

tjrudrnr2/PRISM_ICLR25 공식 구현 pytorch

Tasks

Federated LearningPrivacy PreservingQuantization

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

PRISM: Privacy-preserving Inter-Site MRI Harmonization via Disentangled Representation Learning

2024-11-10 · Sarang Galada, Tanurima Halder, Kunal Deo, Ram P Krish 외

Multi-site MRI studies often suffer from site-specific variations arising from differences in methodology, hardware, and acquisition protocols, thereby compromising accuracy and reliability in clinical AI/ML tasks. We pr…

Contrastive LearningPrivacy PreservingRepresentation LearningVariational Inference

Masking Is Not Enough: Generative Restoration for Multimodal De-Identification in Medical AI

2026-08-21 · Shiva Shrestha, Zongxing Xie, Chen Zhao, Liran Ma 외 arxiv

Medical image-text data can expose protected health information (PHI) through both visible image content as well as accompanying text, creating a barrier to privacy-preserving medical AI systems. This risk is especially …

Visual Question Answering

Prism: Efficient Test-Time Scaling via Hierarchical Search and Self-Verification for Discrete Diffusion Language Models

2026-02-02 · Jinbin Bai, Yixuan Li, Yuchen Zhu, Yi Xin 외 arxiv

Inference-time compute has re-emerged as a practical way to improve LLM reasoning. Most test-time scaling (TTS) algorithms rely on autoregressive decoding, which is ill-suited to discrete diffusion language models (dLLMs…

Mathematical ReasoningCode Generation

PRISM: Gauge-Invariant Tangent-Space Differentially Private LoRA

2026-05-31 · Shihao Wang, Xueru Zhang arxiv

Applying differential privacy (DP) via DP-SGD to Low-Rank Adaptation (LoRA) is a natural approach for privacy-preserving fine-tuning. However, LoRA's low-rank parameterization poses a fundamental challenge. In LoRA, each…

NAVIRA: Decoupled Stochastic Remasking for Masked Diffusion Language Models

2026-06-04 · Andrey Fomenko, Maksim Kryzhanovskiy, Svetlana Glazyrina, Roman Ischenko arxiv

Masked diffusion language models generate text by iteratively unmasking many tokens in parallel, but this speed comes with a correction problem: tokens generated in the same step are predicted from marginal distributions…

Text Generation