paper-with-me

Papers

Enhancing Model Privacy in Federated Learning with Random Masking and Quantization

2025-08-26 · Zhibo Xu, Jianhao Zhu, Jingwen Xu, Changze Lv, Zisu Huang, Xiaohua Wang, Muling Wu, Qi Qian, Xiaoqing Zheng, Xuanjing Huang arxiv

The primary goal of traditional federated learning is to protect data privacy by enabling distributed edge devices to collaboratively train a shared global model while keeping raw data decentralized at local clients. The rise of large language models (LLMs) has introduced new challenges in distributed systems, as their substantial computational requirements and the need for specialized expertise raise critical concerns about protecting intellectual property (IP). This highlights the need for a federated learning approach that can safeguard both sensitive data and proprietary models. To tackle this challenge, we propose FedQSN, a federated learning approach that leverages random masking to obscure a subnetwork of model parameters and applies quantization to the remaining parameters. Consequently, the server transmits only a privacy-preserving proxy of the global model to clients during each communication round, thus enhancing the model's confidentiality. Experimental results across various models and tasks demonstrate that our approach not only maintains strong model performance in federated learning settings but also achieves enhanced protection of model parameters compared to baseline methods.

📄 PDF Abstract BibTeX arXiv:2508.18911

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

Randomized Quantization is All You Need for Differential Privacy in Federated Learning

2023-06-20 · Yeojoon Youn, Zihao Hu, Juba Ziani, Jacob Abernethy

Federated learning (FL) is a common and practical framework for learning a machine model in a decentralized fashion. A primary motivation behind this decentralized approach is data privacy, ensuring that the learner neve…

AllFederated LearningQuantization

QMGeo: Differentially Private Federated Learning via Stochastic Quantization with Mixed Truncated Geometric Distribution

2023-12-10 · Zixi Wang, M. Cenk Gursoy

Federated learning (FL) is a framework which allows multiple users to jointly train a global machine learning (ML) model by transmitting only model updates under the coordination of a parameter server, while being able t…

Federated LearningQuantization

Enhancing Convergence, Privacy and Fairness for Wireless Personalized Federated Learning: Quantization-Assisted Min-Max Fair Scheduling

2025-06-03 · Xiyu Zhao, Qimei Cui, Ziqiang Du, Weicai Li 외

Personalized federated learning (PFL) offers a solution to balancing personalization and generalization by conducting federated learning (FL) to guide personalized learning (PL). Little attention has been given to wirele…

FairnessFederated LearningPersonalized Federated LearningQuantization+1

Privacy Preserving and Robust Aggregation for Cross-Silo Federated Learning in Non-IID Settings

2025-03-06 · Marco Arazzi, Mert Cihangiroglu, Antonino Nocera

Federated Averaging remains the most widely used aggregation strategy in federated learning due to its simplicity and scalability. However, its performance degrades significantly in non-IID data settings, where client di…

Federated LearningPrivacy Preserving

Communication-Efficient Federated Learning via Clipped Uniform Quantization

2024-05-22 · Zavareh Bozorgasl, Hao Chen

This paper presents a novel approach to enhance communication efficiency in federated learning through clipped uniform quantization. By leveraging optimal clipping thresholds and client-specific adaptive quantization sch…

Federated LearningQuantization