English

Beyond End-to-End: Dynamic Chain Optimization for Private LLM Adaptation on the Edge

Distributed, Parallel, and Cluster Computing 2026-04-09 v1

Abstract

Federated fine-tuning enables privacy-preserving LLM adaptation but faces a critical bottleneck: the disparity between LLMs' high memory demands and edge devices' limited capacity. To break the memory barrier, we propose Chain Federated Fine-Tuning (ChainFed), an innovative paradigm that forgoes end-to-end updates in favor of a sequential, layer-by-layer manner. It first trains the initial adapter to convergence, freezes its weights, and then proceeds to the next. This iterative train-and-freeze process forms an optimization chain, gradually enhancing the model's task-specific proficiency. ChainFed further integrates three core techniques: 1) Dynamic Layer Co-Tuning to bridge semantic gaps between sequentially tuned layers and facilitate information flow; 2) Globally Perceptive Optimization to endow each adapter with foresight beyond its local objective; 3) Function-Oriented Adaptive Tuning to automatically identify the optimal fine-tuning starting point. Extensive experiments on multiple benchmarks demonstrate the superiority of ChainFed over existing methods, boosting average accuracy by up to 46.46\%.

Keywords

Cite

@article{arxiv.2604.06819,
  title  = {Beyond End-to-End: Dynamic Chain Optimization for Private LLM Adaptation on the Edge},
  author = {Yebo Wu and Jingguang Li and Chunlin Tian and Kahou Tam and Zhijiang Guo and Li Li},
  journal= {arXiv preprint arXiv:2604.06819},
  year   = {2026}
}

Comments

Accepted by ACL 2026

R2 v1 2026-07-01T11:58:52.190Z