Search papers, labs, and topics across Lattice.
The paper introduces ChainFed, a federated fine-tuning paradigm that overcomes memory limitations on edge devices by training LLM adapters in a sequential, layer-by-layer manner. ChainFed incorporates dynamic layer co-tuning, globally perceptive optimization, and function-oriented adaptive tuning to improve information flow and identify optimal fine-tuning start points. Experiments show ChainFed achieves up to 46.46% higher accuracy than existing federated fine-tuning methods across multiple benchmarks.
Forget end-to-end fine-tuning: ChainFed unlocks private LLM adaptation on edge devices by training adapters layer-by-layer, boosting accuracy by up to 46%.
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\%.