Pith. sign in

REVIEW 5 cited by

FedAdapter: Efficient Federated Learning for Modern NLP

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2205.10162 v2 pith:RN2WUNEL submitted 2022-05-20 cs.LG

classification cs.LG
keywords fednlpfedadaptermodeladaptersadapterconfigurationtrainingcompared
verification ladder T0 review T1 audit T2 compute T3 formal
0 comments
abstract

Transformer-based pre-trained models have revolutionized NLP for superior performance and generality. Fine-tuning pre-trained models for downstream tasks often requires private data, for which federated learning is the de-facto approach (i.e., FedNLP). However, our measurements show that FedNLP is prohibitively slow due to the large model sizes and the resultant high network/computation cost. Towards practical FedNLP, we identify as the key building blocks adapters, small bottleneck modules inserted at a variety of model layers. A key challenge is to properly configure the depth and width of adapters, to which the training speed and efficiency is highly sensitive. No silver-bullet configuration exists: the optimal choice varies across downstream NLP tasks, desired model accuracy, and mobile resources. To automate adapter configuration, we propose FedAdapter, a framework that enhances the existing FedNLP with two novel designs. First, FedAdapter progressively upgrades the adapter configuration throughout a training session; the principle is to quickly learn shallow knowledge by only training fewer and smaller adapters at the model's top layers, and incrementally learn deep knowledge by incorporating deeper and larger adapters. Second, FedAdapter continuously profiles future adapter configurations by allocating participant devices to trial groups. Extensive experiments show that FedAdapter can reduce FedNLP's model convergence delay to no more than several hours, which is up to 155.5$\times$ faster compared to vanilla FedNLP and 48$\times$ faster compared to strong baselines.

Discussion (0). Sign in to comment.

Forward citations

Cited by 5 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. FedQuad: Adaptive Layer-wise LoRA Deployment and Activation Quantization for Federated Fine-Tuning

    cs.DC 2025-06 conditional novelty 6.0 of 10

    FedQuad adaptively picks how many final layers each device trains and how many layers' activations are compressed, reporting 1.4-5.3x faster convergence than federated fine-tuning baselines.

  2. Mitigating Catastrophic Forgetting with Adaptive Transformer Block Expansion in Federated Fine-Tuning

    cs.LG 2025-06 conditional novelty 5.0 of 10

    FedBE appends zero-initialized transformer blocks to selected layers and allocates them across clients by resource and data profiles, reporting 12-74% better knowledge retention and 1.9-3.1x faster convergence in fede...

  3. Prototype-Guided and Lightweight Adapters for Inherent Interpretation and Generalisation in Federated Learning

    cs.LG 2025-07 conditional novelty 4.0 of 10

    A federated learning method that communicates only adapters and prototypes achieves accuracy close to the best adapter-only baseline while offering prototype-based visual explanations.

  4. AFLoRA: Adaptive Federated Fine-Tuning of Large Language Models with Resource-Aware Low-Rank Adaption

    cs.LG 2025-05 conditional novelty 4.0 of 10

    AFLoRA prunes low-rank adapter dimensions per client, trains only the client-specific part locally and the shared part on the server, and aggregates heterogeneous updates by zero-padding and rank-aware weighting.

  5. FLAME: Towards Federated Fine-Tuning Large Language Models Through Adaptive SMoE

    cs.LG 2025-06

Pith tools