paper-with-me

홈 › Papers

FewFedPIT: Towards Privacy-preserving and Few-shot Federated Instruction Tuning

2024-03-10 · Zhuo Zhang, Jingyuan Zhang, Jintao Huang, Lizhen Qu, Hongzhi Zhang, Qifan Wang, Xun Zhou, Zenglin Xu

Instruction tuning has been identified as a crucial technique for optimizing the performance of large language models (LLMs) in generating human-aligned responses. Nonetheless, gathering diversified and superior-quality instruction data for such tuning presents notable obstacles, especially in domains with rigid privacy provisions. Federated instruction tuning (FedIT) has emerged as a promising solution, by consolidating collaborative training across multiple data owners, thereby resulting in a privacy-preserving learning model. However, FedIT encounters limitations such as scarcity of instructional data and risk of exposure to training data extraction attacks. In this paper, we propose a novel federated algorithm, FewFedPIT, designed to simultaneously enhance privacy protection and model performance of federated few-shot learning. FewFedPITcomprises three vital components on the client side: (1) synthetic data generation, which utilizes LLMs' in-context learning capacity to generate synthetic data autonomously, thus expanding the local database; (2) parameter isolation training, which individually updates the public parameters in the synthetic data and the private parameters in the local data, consequently mitigating the noise impact of the synthetic data; (3) local aggregation sharing, which mixes public and private parameters before uploading, effectively preventing data extraction attacks. Extensive experiments on three open-source datasets demonstrate the effectiveness of FewFedPITin, enhancing privacy preservation and improving federated few-shot performance.

📄 PDF Abstract BibTeX arXiv:2403.06131

Code (0)

등록된 구현이 없습니다.

Tasks

Federated LearningFew-Shot LearningIn-Context LearningPrivacy PreservingSynthetic Data Generation

Similar Papers 제목 키워드 기반

Data Quality Control in Federated Instruction-tuning of Large Language Models

2024-10-15 · Yaxin Du, Rui Ye, Fengting Yuchi, Wanru Zhao 외

By leveraging massively distributed data, federated learning (FL) enables collaborative instruction tuning of large language models (LLMs) in a privacy-preserving way. While FL effectively expands the data quantity, the …

Federated LearningPrivacy Preserving

FedVLA: Federated Vision-Language-Action Learning with Dual Gating Mixture-of-Experts for Robotic Manipulation

2025-08-04 · Cui Miao, Tao Chang, Meihan Wu, Hongbin Xu 외 arxiv

Vision-language-action (VLA) models have significantly advanced robotic manipulation by enabling robots to interpret language instructions for task execution. However, training these models often relies on large-scale us…

Computational EfficiencyRepresentation Learning

FedVLN: Privacy-preserving Federated Vision-and-Language Navigation

2022-03-28 · Kaiwen Zhou, Xin Eric Wang

Data privacy is a central problem for embodied agents that can perceive the environment, communicate with humans, and act in the real world. While helping humans complete tasks, the agent may observe and process sensitiv…

Privacy PreservingVision and Language Navigation

XOR Mixup: Privacy-Preserving Data Augmentation for One-Shot Federated Learning

2020-06-09 · MyungJae Shin, Chihoon Hwang, Joongheon Kim, Jihong Park 외

User-generated data distributions are often imbalanced across devices and labels, hampering the performance of federated learning (FL). To remedy to this non-independent and identically distributed (non-IID) data problem…

Data AugmentationFederated LearningPrivacy Preserving

Edge-FIT: Federated Instruction Tuning of Quantized LLMs for Privacy-Preserving Smart Home Environments

2025-09-28 · Vinay Venkatesh, Vamsidhar R Kamanuru, Lav Kumar, Nikita Kothari arxiv

This paper proposes Edge-FIT (Federated Instruction Tuning on the Edge), a scalable framework for Federated Instruction Tuning (FIT) of Large Language Models (LLMs). Traditional Federated Learning (TFL) methods, like Fed…

Federated Learning