LGDCPFOct 4, 2023

Federated Fine-Tuning of LLMs on the Very Edge: The Good, the Bad, the Ugly

arXiv:2310.03150v230 citationsh-index: 23
Originality Synthesis-oriented
AI Analysis

This work addresses the challenge of deploying LLMs on resource-constrained edge devices for applications requiring data privacy, though it is incremental in evaluating existing methods.

The paper explores federated fine-tuning of LLMs on edge systems, benchmarking FLAN-T5 models up to 3B parameters for text summarization and comparing hardware and network performance against data center GPUs.

Large Language Models (LLM) and foundation models are popular as they offer new opportunities for individuals and businesses to improve natural language processing, interact with data, and retrieve information faster. However, training or fine-tuning LLMs requires a vast amount of data, which can be challenging to access due to legal or technical restrictions and may require private computing resources. Federated Learning (FL) is a solution designed to overcome these challenges and expand data access for deep learning applications. This paper takes a hardware-centric approach to explore how LLMs can be brought to modern edge computing systems. Our study fine-tunes the FLAN-T5 model family, ranging from 80M to 3B parameters, using FL for a text summarization task. We provide a micro-level hardware benchmark, compare the model FLOP utilization to a state-of-the-art data center GPU, and study the network utilization in realistic conditions. Our contribution is twofold: First, we evaluate the current capabilities of edge computing systems and their potential for LLM FL workloads. Second, by comparing these systems with a data-center GPU, we demonstrate the potential for improvement and the next steps toward achieving greater computational efficiency at the edge.

Foundations

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

Your Notes