LGAIDCNov 12, 2024

Efficient Federated Finetuning of Tiny Transformers with Resource-Constrained Devices

arXiv:2411.07826v21 citationsh-index: 23
Originality Incremental advance
AI Analysis

This addresses the challenge of deploying large language models in federated learning on devices with limited resources, though it appears incremental as it builds on existing parameter-efficient fine-tuning techniques.

The paper tackles the problem of inefficient memory and FLOP usage when applying LoRA in federated learning for fine-tuning transformers on resource-constrained devices, and presents a novel layer fine-tuning scheme that outperforms state-of-the-art methods under homogeneous or heterogeneous constraints while matching LoRA in communication-limited scenarios.

In recent years, Large Language Models (LLMs) through Transformer structures have dominated many machine learning tasks, especially text processing. However, these models require massive amounts of data for training and induce high resource requirements, particularly in terms of the large number of Floating Point Operations (FLOPs) and the high amounts of memory needed. To fine-tune such a model in a parameter-efficient way, techniques like Adapter or LoRA have been developed. However, we observe that the application of LoRA, when used in federated learning (FL), while still being parameter-efficient, is memory and FLOP inefficient. Based on that observation, we develop a novel layer finetuning scheme that allows devices in cross-device FL to make use of pretrained neural networks (NNs) while adhering to given resource constraints. We show that our presented scheme outperforms the current state of the art when dealing with homogeneous or heterogeneous computation and memory constraints and is on par with LoRA regarding limited communication, thereby achieving significantly higher accuracies in FL training.

Foundations

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

Your Notes