DCAILGMar 31

CoLLM: A Unified Framework for Co-execution of LLMs Federated Fine-tuning and Inference

arXiv:2604.1640056.7h-index: 9
Predicted impact top 24% in DC · last 90 daysOriginality Incremental advance
AI Analysis

For edge AI systems with constrained resources, CoLLM addresses the inefficiency of treating fine-tuning and inference as isolated workloads, enabling seamless LLM post-training.

CoLLM unifies federated fine-tuning and inference of LLMs on edge devices, achieving up to 3x higher goodput compared to state-of-the-art systems by enabling real-time model parameter reuse and adaptive workload balancing.

As Large Language Models (LLMs) are increasingly adopted in edge intelligence to power domain-specific applications and personalized services, the quality and efficiency of the LLM post-training phase-including fine-tuning and inference, have become critical due to constrained resources. Although recent advances in federated parameter-efficient fine-tuning (FL PEFT) and low-latency inference have improved individual task performance, fine-tuning and inference are still handled as isolated workloads, which overlooks their interdependence and results in redundant deployments and delayed improvement in inference quality. To address these limitations, we introduce a new co-execution framework and instantiate it with CoLLM, a system that unifies FL PEFT and inference on shared edge replicas and model parameters. CoLLM addresses key challenges at both replica and cluster levels through: (1) an intra-replica model sharing mechanism that enables real-time model parameter reuse via unmerged inference and shadow adapter strategies; and (2) a two-timescale inter-replica coordination algorithm that adaptively balances fine-tuning and inference workloads to jointly optimize long-term model quality gains and short-term inference efficiency. Extensive evaluation across diverse LLMs and real-world traces show that CoLLM consistently outperforms state-of-the-art LLM systems, achieving up to 3x higher goodput, demonstrating its effectiveness in enabling seamless LLM post-training for edge intelligence.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes