Lean Clients, Full Accuracy: Hybrid Zeroth- and First-Order Split Federated Learning
Zhoubin Kou, Zihan Chen, Jing Yang, Cong Shen
TL;DR
HERON-SFL tackles the high client-side memory and computation costs in Split Federated Learning by placing zeroth-order optimization on the resource-constrained client while preserving first-order training on the server. The framework leverages an auxiliary network to decouple client updates, enabling local ZO updates without backpropagation or activation caching, and achieves a convergence rate of $O(1/\sqrt{T})$ under a low effective rank assumption, effectively making performance largely independent of model dimensionality. Empirically, it matches state-of-the-art auxiliary-network-based FO SFL in accuracy on ResNet-18 CIFAR-10 and language-model fine-tuning tasks, while reducing peak client memory by up to $64\%$ and per-step FLOPs by up to $33\%$, with comparable communication. The results demonstrate that significant on-device resource savings are possible without sacrificing performance, broadening the range of models that can be trained or adapted on edge devices.
Abstract
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.
