paper-with-me

Papers

Efficient Split-Mix Federated Learning for On-Demand and In-Situ Customization

2022-03-18 · ICLR 2022 4 · Junyuan Hong, Haotao Wang, Zhangyang Wang, Jiayu Zhou

Federated learning (FL) provides a distributed learning framework for multiple participants to collaborate learning without sharing raw data. In many practical FL scenarios, participants have heterogeneous resources due to disparities in hardware and inference dynamics that require quickly loading models of different sizes and levels of robustness. The heterogeneity and dynamics together impose significant challenges to existing FL approaches and thus greatly limit FL's applicability. In this paper, we propose a novel Split-Mix FL strategy for heterogeneous participants that, once training is done, provides in-situ customization of model sizes and robustness. Specifically, we achieve customization by learning a set of base sub-networks of different sizes and robustness levels, which are later aggregated on-demand according to inference requirements. This split-mix strategy achieves customization with high efficiency in communication, storage, and inference. Extensive experiments demonstrate that our method provides better in-situ customization than the existing heterogeneous-architecture FL methods. Codes and pre-trained models are available: https://github.com/illidanlab/SplitMix.

📄 PDF Abstract BibTeX arXiv:2203.09747

Code (1)

illidanlab/SplitMix 공식 구현 pytorch

Tasks

Federated LearningPersonalized Federated Learning

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

COALA: A Practical and Vision-Centric Federated Learning Platform

2024-07-23 · Weiming Zhuang, Jian Xu, Chen Chen, Jingtao Li 외

We present COALA, a vision-centric Federated Learning (FL) platform, and a suite of benchmarks for practical FL scenarios, which we categorize into three levels: task, data, and model. At the task level, COALA extends su…

BenchmarkingContinual LearningFederated Learningobject-detection+2

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

Federated Customization of Large Models: Approaches, Experiments, and Insights

2026-01-02 · Yuchuan Ye, Ming Ding, Youjia Chen, Peng Cheng 외 arxiv

In this article, we explore federated customization of large models and highlight the key challenges it poses within the federated learning framework. We review several popular large model customization techniques, inclu…

Knowledge DistillationFederated LearningPrompt Engineering

HLF-FSL. A Decentralized Federated Split Learning Solution for IoT on Hyperledger Fabric

2025-07-10 · Carlos Beis Penedo, Rebeca P. Díaz Redondo, Ana Fernández Vilas, Manuel Fernández Veiga 외

Collaborative machine learning in sensitive domains demands scalable, privacy preserving solutions for enterprise deployment. Conventional Federated Learning (FL) relies on a central server, introducing single points of …

Federated LearningPrivacy Preserving

Federated Split BERT for Heterogeneous Text Classification

2022-05-26 · Zhengyang Li, Shijing Si, Jianzong Wang, Jing Xiao

Pre-trained BERT models have achieved impressive performance in many natural language processing (NLP) tasks. However, in many real-world situations, textual data are usually decentralized over many clients and unable to…

ClassificationFederated LearningQuantizationtext-classification+1