paper-with-me

홈 › Papers

FedHPL: Efficient Heterogeneous Federated Learning with Prompt Tuning and Logit Distillation

2024-05-27 · Yuting Ma, Lechao Cheng, Yaxiong Wang, Zhun Zhong, Xiaohua Xu, Meng Wang

Federated learning (FL) is a popular privacy-preserving paradigm that enables distributed clients to collaboratively train models with a central server while keeping raw data locally. In practice, distinct model architectures, varying data distributions, and limited resources across local clients inevitably cause model performance degradation and a slowdown in convergence speed. However, existing FL methods can only solve some of the above heterogeneous challenges and have obvious performance limitations. Notably, a unified framework has not yet been explored to overcome these challenges. Accordingly, we propose FedHPL, a parameter-efficient unified $\textbf{Fed}$erated learning framework for $\textbf{H}$eterogeneous settings based on $\textbf{P}$rompt tuning and $\textbf{L}$ogit distillation. Specifically, we employ a local prompt tuning scheme that leverages a few learnable visual prompts to efficiently fine-tune the frozen pre-trained foundation model for downstream tasks, thereby accelerating training and improving model performance under limited local resources and data heterogeneity. Moreover, we design a global logit distillation scheme to handle the model heterogeneity and guide the local training. In detail, we leverage logits to implicitly capture local knowledge and design a weighted knowledge aggregation mechanism to generate global client-specific logits. We provide a theoretical guarantee on the generalization error bound for FedHPL. The experiments on various benchmark datasets under diverse settings of models and data demonstrate that our framework outperforms state-of-the-art FL approaches, with less computation overhead and training rounds.

📄 PDF Abstract BibTeX arXiv:2405.17267

Code (0)

등록된 구현이 없습니다.

Tasks

Federated LearningPrivacy Preserving

Similar Papers 제목 키워드 기반

Towards Privacy-Preserving Federated Prompt Tuning under Data Heterogeneity: A Subspace-Decomposed Expert Approach

2026-07-23 · Yuhua Wang, Xiaodong Li, Yihao Guo, Yuxiang Jia 외 arxiv

Federated prompt tuning (FPT) enables collaborative adaptation of vision--language models (VLMs) using lightweight prompts. Existing methods often address heterogeneity and privacy through a split-prompt design under loc…

Prompt Estimation from Prototypes for Federated Prompt Tuning of Vision Transformers

2025-10-29 · M Yashwanth, Sharannya Ghosh, Aditay Tripathi, Anirban Chakraborty arxiv

Visual Prompt Tuning (VPT) of pre-trained Vision Transformers (ViTs) has proven highly effective as a parameter-efficient fine-tuning technique for adapting large models to downstream tasks with limited data. Its paramet…

parameter-efficient fine-tuningVisual Prompt TuningFederated Learning

Communication-Aware Knowledge Distillation for Federated LLM Fine-Tuning over Wireless Networks

2025-09-01 · Xinlu Zhang, Na Yan, Yang Su, Yansha Deng 외 arxiv

Federated learning (FL) for large language models (LLMs) offers a privacy-preserving scheme, enabling clients to collaboratively fine-tune locally deployed LLMs or smaller language models (SLMs) without exchanging raw da…

Knowledge DistillationFederated Learning

Federated Prompt-Tuning with Heterogeneous and Incomplete Multimodal Client Data

2026-02-06 · Thu Hang Phung, Duong M. Nguyen, Thanh Trung Huynh, Quoc Viet Hung Nguyen 외 arxiv

This paper introduces a generalized federated prompt-tuning framework for practical scenarios where local datasets are multi-modal and exhibit different distributional patterns of missing features at the input level. The…

Federated Learning

Beyond Parameter Aggregation: Semantic Consensus for Federated Fine-Tuning of LLMs

2026-05-12 · Amr Abourayya, Jens Kleesiek, Michael Kamp arxiv

Federated fine-tuning of large language models is commonly formulated as a parameter aggregation problem. However, even parameter-efficient methods require transmitting large collections of trainable weights, assume alig…

Text Generation