Search papers, labs, and topics across Lattice.
The paper introduces Floe, a federated learning framework that combines a cloud-based LLM with edge-based SLMs for low-latency, privacy-preserving LLM inference. Floe employs on-device fine-tuning and a heterogeneity-aware LoRA adaptation strategy for efficient edge deployment, alongside a logit-level fusion mechanism for real-time coordination between edge and cloud models. Experiments demonstrate that Floe improves user privacy, personalization, model performance, and reduces inference latency on edge devices compared to baselines.
Achieve LLM-level performance with significantly reduced latency and enhanced privacy by offloading specialized tasks to edge devices using a federated LLM-SLM architecture.
Deploying large language models (LLMs) in real-time systems remains challenging due to their substantial computational demands and privacy concerns. We propose Floe, a hybrid federated learning framework designed for latency-sensitive, resource-constrained environments. Floe combines a cloud-based black-box LLM with lightweight small language models (SLMs) on edge devices to enable low-latency, privacy-preserving inference. Personal data and fine-tuning remain on-device, while the cloud LLM contributes general knowledge without exposing proprietary weights. A heterogeneity-aware LoRA adaptation strategy enables efficient edge deployment across diverse hardware, and a logit-level fusion mechanism enables real-time coordination between edge and cloud models. Extensive experiments demonstrate that Floe enhances user privacy and personalization. Moreover, it significantly improves model performance and reduces inference latency on edge devices under real-time constraints compared with baseline approaches.