paper-with-me

Papers

Breaking the Memory Wall for Heterogeneous Federated Learning via Progressive Training

2024-04-20 · Yebo Wu, Li Li, Chengzhong Xu

This paper presents ProFL, a new framework that effectively addresses the memory constraints in FL. Rather than updating the full model during local training, ProFL partitions the model into blocks based on its original architecture and trains each block in a progressive fashion. It first trains the front blocks and safely freezes them after convergence. Training of the next block is then triggered. This process progressively grows the model to be trained until the training of the full model is completed. In this way, the peak memory footprint is effectively reduced for feasible deployment on heterogeneous devices. In order to preserve the feature representation of each block, the training process is divided into two stages: model shrinking and model growing. During the model shrinking stage, we meticulously design corresponding output modules to assist each block in learning the expected feature representation and obtain the initialization model parameters. Subsequently, the obtained output modules and initialization model parameters are utilized in the corresponding model growing stage, which progressively trains the full model. Additionally, a novel metric from the scalar perspective is proposed to assess the learning status of each block, enabling us to securely freeze it after convergence and initiate the training of the next one. Finally, we theoretically prove the convergence of ProFL and conduct extensive experiments on representative models and datasets to evaluate its effectiveness. The results demonstrate that ProFL effectively reduces the peak memory footprint by up to 57.4% and improves model accuracy by up to 82.4%.

📄 PDF Abstract BibTeX arXiv:2404.13349

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

Breaking the Memory Wall for Heterogeneous Federated Learning via Model Splitting

2024-10-12 · Chunlin Tian, Li Li, Kahou Tam, Yebo Wu 외

Federated Learning (FL) enables multiple devices to collaboratively train a shared model while preserving data privacy. Ever-increasing model complexity coupled with limited memory resources on the participating devices …

Federated Learning

Breaking On-device Training Memory Wall: A Systematic Survey

2023-06-17 · Shitian Li, Chunlin Tian, Kahou Tam, Rui Ma 외

On-device training has become an increasingly popular approach to machine learning, enabling models to be trained directly on mobile and edge devices. However, a major challenge in this area is the limited memory availab…

NavigateSurvey

Can We Predict Your Next Move Without Breaking Your Privacy?

2025-07-08 · Arpita Soni, Sahil Tripathi, Gautam Siddharth Kashyap, Manaswi Kulahara 외 arxiv

We propose FLLL3M--Federated Learning with Large Language Models for Mobility Modeling--a privacy-preserving framework for Next-Location Prediction (NxLP). By retaining user data locally and leveraging LLMs through an ef…

Federated Learning

FedHybrid: Breaking the Memory Wall of Federated Learning via Hybrid Tensor Management

2025-10-13 · Kahou Tam, Chunlin Tian, Li Li, Haikai Zhao 외 arxiv

Federated Learning (FL) emerges as a new learning paradigm that enables multiple devices to collaboratively train a shared model while preserving data privacy. However, one fundamental and prevailing challenge that hinde…

Federated Learning

Bitwidth Heterogeneous Federated Learning with Progressive Weight Dequantization

2022-02-23 · Jaehong Yoon, Geon Park, Wonyong Jeong, Sung Ju Hwang

In practical federated learning scenarios, the participating devices may have different bitwidths for computation and memory storage by design. However, despite the progress made in device-heterogeneous federated learnin…

Federated Learning