paper-with-me

Papers

Lean Clients, Full Accuracy: Hybrid Zeroth- and First-Order Split Federated Learning

2026-01-14 · Zhoubin Kou, Zihan Chen, Jing Yang, Cong Shen arxiv

Split Federated Learning (SFL) enables collaborative training between resource-constrained edge devices and a compute-rich server. Communication overhead is a central issue in SFL and can be mitigated with auxiliary networks. Yet, the fundamental client-side computation challenge remains, as back-propagation requires substantial memory and computation costs, severely limiting the scale of models that edge devices can support. To enable more resource-efficient client computation and reduce the client-server communication, we propose HERON-SFL, a novel hybrid optimization framework that integrates zeroth-order (ZO) optimization for local client training while retaining first-order (FO) optimization on the server. With the assistance of auxiliary networks, ZO updates enable clients to approximate local gradients using perturbed forward-only evaluations per step, eliminating memory-intensive activation caching and avoiding explicit gradient computation in the traditional training process. Leveraging the low effective rank assumption, we theoretically prove that HERON-SFL's convergence rate is independent of model dimensionality, addressing a key scalability concern common to ZO algorithms. Empirically, on ResNet training and language model (LM) fine-tuning tasks, HERON-SFL matches benchmark accuracy while reducing client peak memory by up to 64% and client-side compute cost by up to 33% per step, substantially expanding the range of models that can be trained or adapted on resource-limited devices.

📄 PDF Abstract BibTeX arXiv:2601.09076

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

HO-SFL: Hybrid-Order Split Federated Learning with Backprop-Free Clients and Dimension-Free Aggregation

2026-03-16 · Qiyuan Chen, Xian Wu, Yi Wang, Xianhao Chen arxiv

Fine-tuning large models on edge devices is severely hindered by the memory-intensive backpropagation (BP) in standard frameworks like federated learning and split learning. While substituting BP with zeroth-order optimi…

Federated Learning

Warming Up for Zeroth-Order Federated Pre-Training with Low Resource Clients

2025-09-03 · Gwen Legate, Irina Rish, Eugene Belilovsky arxiv

Federated learning enables collaborative model training across numerous edge devices without requiring participants to share data; however, memory and communication constraints on these edge devices may preclude their pa…

Federated Learning

Mitigating Non-IID Drift in Zeroth-Order Federated LLM Fine-Tuning with Transferable Sparsity

2025-06-03 · Yide Ran, Wentao Guo, Jingwei Sun, Yanzhou Pan 외

Federated Learning enables collaborative fine-tuning of Large Language Models (LLMs) across decentralized Non-Independent and Identically Distributed (Non-IID) clients, but such models' massive parameter sizes lead to si…

Federated Learning

ZorBA: Zeroth-order Federated Fine-tuning of LLMs with Heterogeneous Block Activation

2026-02-19 · Chuiyang Meng, Ming Tang, Vincent W. S. Wong arxiv

Federated fine-tuning of large language models (LLMs) enables collaborative tuning across distributed clients. However, due to the large size of LLMs, local updates in federated learning (FL) may incur substantial video …

Federated Learning

HOSL: Hybrid-Order Split Learning for Memory-Constrained Edge Training

2026-01-16 · Aakriti Lnu, Zhe Li, Dandan Liang, Chao Huang 외 arxiv

Split learning (SL) enables collaborative training of large language models (LLMs) between resource-constrained edge devices and compute-rich servers by partitioning model computation across the network boundary. However…