paper-with-me

Papers

Incentivizing Multi-Tenant Split Federated Learning for Foundation Models at the Network Edge

2025-03-06 · Songyuan Li, Jia Hu, Geyong Min, Haojun Huang

Foundation models (FMs) such as GPT-4 exhibit exceptional generative capabilities across diverse downstream tasks through fine-tuning. Split Federated Learning (SFL) facilitates privacy-preserving FM fine-tuning on resource-constrained local devices by offloading partial FM computations to edge servers, enabling device-edge synergistic fine-tuning. Practical edge networks often host multiple SFL tenants to support diversified downstream tasks. However, existing research primarily focuses on single-tenant SFL scenarios, and lacks tailored incentive mechanisms for multi-tenant settings, which are essential to effectively coordinate self-interested local devices for participation in various downstream tasks, ensuring that each SFL tenant's distinct FM fine-tuning requirements (e.g., FM types, performance targets, and fine-tuning deadlines) are met. To address this gap, we propose a novel Price-Incentive Mechanism (PRINCE) that guides multiple SFL tenants to offer strategic price incentives, which solicit high-quality device participation for efficient FM fine-tuning. Specifically, we first develop a bias-resilient global SFL model aggregation scheme to eliminate model biases caused by independent device participation. We then derive a rigorous SFL convergence bound to evaluate the contributions of heterogeneous devices to FM performance improvements, guiding the incentive strategies of SFL tenants. Furthermore, we model inter-tenant device competition as a congestion game for Stackelberg equilibrium (SE) analysis, deriving each SFL tenant's optimal incentive strategy. Extensive simulations involving four representative SFL tenant types (ViT, BERT, Whisper, and LLaMA) across diverse data modalities (text, images, and audio) demonstrate that PRINCE accelerates FM fine-tuning by up to 3.07x compared to state-of-the-art approaches, while consistently meeting fine-tuning performance targets.

📄 PDF Abstract BibTeX arXiv:2503.04971

Code (0)

등록된 구현이 없습니다.

Tasks

Federated LearningPrivacy Preserving

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.

Similar Papers 제목 키워드 기반

Smart Multi-tenant Federated Learning

2022-07-09 · Weiming Zhuang, Yonggang Wen, Shuai Zhang

Federated learning (FL) is an emerging distributed machine learning method that empowers in-situ model training on decentralized edge devices. However, multiple simultaneous training activities could overload resource-co…

Federated Learning

Federated Anomaly Detection for Multi-Tenant Cloud Platforms with Personalized Modeling

2025-08-14 · Yuxi Wang, Heyao Liu, Nyutian Long, Guanzi Yao arxiv

This paper proposes an anomaly detection method based on federated learning to address key challenges in multi-tenant cloud environments, including data privacy leakage, heterogeneous resource behavior, and the limitatio…

Federated LearningAnomaly Detection

Flexible Personalized Split Federated Learning for On-Device Fine-Tuning of Foundation Models

2025-08-14 · Tianjun Yuan, Jiaxiang Geng, Pengchao Han, Xianhao Chen 외 arxiv

Fine-tuning foundation models is critical for superior performance on personalized downstream tasks, compared to using pre-trained models. Collaborative learning can leverage local clients' datasets for fine-tuning, but …

Personalized Federated Learning

Adaptive incentive for cross-silo federated learning: A multi-agent reinforcement learning approach

2023-02-15 · Shijing Yuan, Hongze Liu, Hongtao Lv, Zhanbo Feng 외

Cross-silo federated learning (FL) is a typical FL that enables organizations(e.g., financial or medical entities) to train global models on isolated data. Reasonable incentive is key to encouraging organizations to cont…

Federated LearningMulti-agent Reinforcement Learning

FedSplitX: Federated Split Learning for Computationally-Constrained Heterogeneous Clients

2023-10-23 · Jiyun Shin, JinHyun Ahn, Honggu Kang, Joonhyuk Kang

Foundation models (FMs) have demonstrated remarkable performance in machine learning but demand extensive training data and computational resources. Federated learning (FL) addresses the challenges posed by FMs, especial…

Federated Learning