PEFT Methods in NLP Tasks

April 27, 2025 ยท View on GitHub

โœจ Awesome PEFT A2Z โœจ

PEFT A2Z: Parameter-Efficient Fine-Tuning Survey for Large Language and Vision Models

Awesome Badge

GitHub stars GitHub forks GitHub last commit GitHub issues Maintenance

Oryx Video-ChatGPT

๐Ÿ“ Paper

If you just want a quick lookup:

PEFT A2Z: Parameterโ€‘Efficient Fineโ€‘Tuning Survey for Large Language and Vision Models

๐Ÿ’ก Abstract

Large models such as Large Language Models (LLMs) and Vision Language Models (VLMs) have transformed artificial intelligence, powering applications in natural language processing, computer vision, and multimodal learning. However, fully fine-tuning these models remains expensive, requiring extensive computational resources, memory, and task-specific data. Parameter-Efficient Fine-Tuning (PEFT) has emerged as a promising solution that allows adapting large models to downstream tasks by updating only a small portion of parameters. This survey presents a comprehensive overview of PEFT techniques, focusing on their motivations, design principles, and effectiveness. We begin by analyzing the resource and accessibility challenges posed by traditional fine-tuning and highlight key issues, such as overfitting, catastrophic forgetting, and parameter inefficiency. We then introduce a structured taxonomy of PEFT methodsโ€”grouped into additive, selective, reparameterized, hybrid, and unified frameworksโ€”and systematically compare their mechanisms and trade-offs. Beyond taxonomy, we explore the impact of PEFT across diverse domains, including language, vision, and generative modeling, showing how these techniques offer strong performance with lower resource costs. We also discuss important open challenges in scalability, interpretability, and robustness, and suggest future directions such as federated learning, domain adaptation, and theoretical grounding. Our goal is to provide a unified understanding of PEFT and its growing role in enabling practical, efficient, and sustainable use of large models.

โญ Citation

If you find our work useful, please cite it as:

@article{prottasha2025peft,
  title={PEFT A2Z: Parameter-Efficient Fine-Tuning Survey for Large Language and Vision Models},
  author={Prottasha, Nusrat Jahan and Chowdhury, Upama Roy and Mohanto, Shetu and Nuzhat, Tasfia and Sami, Abdullah As and Ali, Md Shamol and Sobuj, Md Shohanur Islam and Raman, Hafijur and Kowsher, Md and Garibay, Ozlem Ozmen},
  journal={arXiv preprint arXiv:2504.14117},
  year={2025}
}

๐Ÿš€ Serial Adapters

  • Parameter-Efficient Transfer Learning for NLP [Paper] arXiv Code

  • AdapterHub: A Framework for Adapting Transformers [Paper] arXiv Code

  • MAD-X: An Adapter-Based Framework for Multi-Task Cross-Lingual Transfer [Paper] arXiv Code

  • Cross-Lingual Transfer with Target Language-Ready Task Adapters [Paper] arXiv Code

  • BERT and PALs: Projected Attention Layers for Efficient Adaptation in Multi-Task Learning [Paper] arXiv Code

๐Ÿš€ Parallel Adapters

  • UniAdapter: Unified Parameter-Efficient Transfer Learning for Cross-modal Modeling [Paper] arXiv Code

  • UniPT: Universal Parallel Tuning for Transfer Learning with Efficient Parameter and Memory [Paper] arXiv Code

  • AdaptFormer: Adapting Vision Transformers for Scalable Visual Recognition [Paper] arXiv Code

  • BERT and PALs: Projected Attention Layers for Efficient Adaptation in Multi-Task Learning [Paper] arXiv Code

  • PEMT: Multi-Task Correlation Guided Mixture-of-Experts Enables Parameter-Efficient Transfer Learning [Paper] arXiv Code

  • Conditional Adapters: Parameter-efficient Transfer Learning with Fast Inference [Paper] arXiv Code

๐Ÿš€ Hybrid Adapters

  • AUTOPEFT: Automatic Configuration Search for Parameter-Efficient Fine-Tuning [Paper] arXiv Code

  • CROSS-MODAL ADAPTER: PARAMETER-EFFICIENT TRANSFER LEARNING APPROACH FOR VISION-LANGUAGE MODELS [Paper] arXiv Code

  • EFFICIENT REMOTE SENSING WITH HARMONIZED TRANSFER LEARNING AND MODALITY ALIGNMENT [Paper] arXiv Code

  • MV-Adapter: Multimodal Video Transfer Learning for Video Text Retrieval [Paper] arXiv Code

  • Conv-Adapter: Exploring Parameter Efficient Transfer Learning for ConvNets [Paper] arXiv Code

  • Conditional Adapters: Parameter-Efficient Transfer Learning with Fast Inference [Paper] NeurIPS Code

๐Ÿš€ Single Task

  • VISION TRANSFORMER ADAPTER FOR DENSE PREDICTIONS [Paper] arXiv Code

  • Simple, Scalable Adaptation for Neural Machine Translation [Paper] arXiv Code

  • K-ADAPTER: Infusing Knowledge into Pre-Trained Models with Adapters [Paper] arXiv Code

๐Ÿš€ Multi Task

  • K-ADAPTER: Infusing Knowledge into Pre-Trained Models with Adapters [Paper] arXiv Code

  • AdapterFusion: Non-Destructive Task Composition for Transfer Learning [Paper] arXiv Code

  • OrchMoE: Efficient Multi-Adapter Learning with Task-Skill Synergy [Paper] arXiv

  • Multi-Head Adapter Routing for Cross-Task Generalization [Paper] arXiv Code

  • Parameter-efficient Multi-task Fine-tuning for Transformers via Shared Hypernetworks [Paper] arXiv Code

  • When MOE Meets LLMs: Parameter Efficient Fine-tuning for Multi-task Medical Applications [Paper] arXiv Code

  • LLM-Adapters: An Adapter Family for Parameter-Efficient Fine-Tuning of Large Language Models [Paper] arXiv Code

  • AdapterSoup: Weight Averaging to Improve Generalization of Pretrained Language Models [Paper] arXiv Code

๐Ÿš€ Continuous Prompting

  • Prefix-Tuning: Optimizing Continuous Prompts for Generation [Paper] arXiv Code

  • PEDRO: Parameter-Efficient Fine-tuning with Prompt DEpenDent Representation MOdification [Paper] arXiv

  • DEPT: Decomposed Prompt Tuning for Parameter-Efficient Fine-Tuning [Paper] arXiv Code

  • P-Tuning v2: Prompt Tuning Can Be Comparable to Fine-tuning Universally Across Scales and Tasks [Paper] arXiv Code

  • Q-PEFT: Query-dependent Parameter Efficient Fine-tuning for Text Reranking with Large Language Models [Paper] arXiv

  • PTR: Prompt Tuning with Rules for Text Classification [Paper] arXiv Code

  • Prefix-Propagation: Parameter-Efficient Tuning for Long Sequences [Paper] arXiv Code

  • Late Prompt Tuning: A Late Prompt Could Be Better Than Many Prompts [Paper] arXiv Code

  • OVOR: OnePrompt with Virtual Outlier Regularization for Rehearsal-Free Class-Incremental Learning [Paper] arXiv Code

๐Ÿš€ Discrete Prompt

  • RLPROMPT: Optimizing Discrete Text Prompts with Reinforcement Learning [Paper] arXiv Code

  • SPARSEFIT: Few-shot Prompting with Sparse Fine-tuning for Jointly Generating Predictions and Natural Language Explanations [Paper] arXiv Code

  • OVOR: OnePrompt with Virtual Outlier Regularization for Rehearsal-Free Class-Incremental Learning [Paper] arXiv Code

๐Ÿš€ Domain Specific Adaption (Natural Language Understanding)

  • Prompt Tuning Strikes Back: Customizing Foundation Models with Low-Rank Prompt Adaptation [Paper] arXiv Code

  • InfoPrompt: Information-Theoretic Soft Prompt Tuning for Natural Language Understanding [Paper] arXiv Code

  • PEFT-U: Parameter-Efficient Fine-Tuning for User Personalization [Paper] arXiv Code

  • IDPG: An Instance-Dependent Prompt Generation Method [Paper] arXiv Code

  • APrompt: Attention Prompt Tuning for Efficient Adaptation of Pre-trained Language Models [Paper] EMNLP Code

  • SMoP: Towards Efficient and Effective Prompt Tuning with Sparse Mixture-of-Prompts [Paper] EMNLP Code

๐Ÿš€ Task Specific Adaption

  • The Power of Scale for Parameter-Efficient Prompt Tuning [Paper] arXiv Code

  • SPoT: Better Frozen Model Adaptation through Soft Prompt Transfer [Paper] arXiv Code

  • APT: Adaptive Pruning and Tuning Pretrained Language Models for Efficient Training and Inference [Paper] arXiv

  • XPROMPT: Exploring the Extreme of Prompt Tuning [Paper] arXiv Code

  • Parameter Efficient Multi-task Fine-tuning by Learning to Transfer Token-wise Prompts [Paper] EMNLP Code

  • IDPG: An Instance-Dependent Prompt Generation Method [Paper] arXiv Code

  • APrompt: Attention Prompt Tuning for Efficient Adaptation of Pre-trained Language Models [Paper] EMNLP Code

  • SMoP: Towards Efficient and Effective Prompt Tuning with Sparse Mixture-of-Prompts [Paper] EMNLP Code

๐Ÿš€ Scaling Adaption

  • Propulsion: Steering LLM with Tiny Fine-Tuning [Paper] arXiv Code

๐Ÿš€ Selective Tuning Based on Parameter Importance

  • Parameter-Efficient Transfer Learning with Diff Pruning [Paper] arXiv Code

  • Targeted Efficient Fine-tuning: Optimizing Parameter Updates with Data-Driven Sample Selection [Paper] arXiv

  • Layer-wise Importance Matters: Less Memory for Better Performance in Parameter-efficient Fine-tuning of Large Language Models [Paper] arXiv Code

  • AdaFish: Fast Low-Rank Parameter-Efficient Fine-Tuning by Using Second-Order Information [Paper] arXiv Code

  • Unified Low-Resource Sequence Labeling by Sample-Aware Dynamic Sparse Finetuning [Paper] arXiv Code

๐Ÿš€ Unstructured Mask

  • Neural Architecture Search for Parameter-Efficient Fine-tuning of Large Pre-trained Language Models [Paper] arXiv Code

  • Composable Sparse Fine-Tuning for Cross-Lingual Transfer [Paper] arXiv Code

  • Raise a Child in Large Language Model: Towards Effective and Generalizable Fine-tuning [Paper] arXiv Code

  • Parameter-Efficient Fine-Tuning without Introducing New Latency [Paper] arXiv Code

๐Ÿš€ Structured Mask

  • Efficient Fine-Tuning of BERT Models on the Edge [Paper] arXiv Code

  • Cross-Attention is All You Need: Adapting Pretrained Transformers for Machine Translation [Paper] arXiv Code

  • X-PEFT: eXtremely Parameter-Efficient Fine-Tuning for Extreme Multi-Profile Scenarios [Paper] arXiv

  • Structured Unrestricted-Rank Matrices for Parameter Efficient Fine-tuning [Paper] arXiv Code

๐Ÿš€ Core Low Rank Decomposition

  • LoRA: Low-Rank Adaptation of Large Language Models [Paper] arXiv Code

  • Compacter: Efficient Low-Rank Hypercomplex Adapter Layers [Paper] arXiv Code

  • Intrinsic Dimensionality Explains the Effectiveness of Language Model Fine-Tuning [Paper] arXiv Code

  • Parameter-Efficient Model Adaptation for Vision Transformers [Paper] AAAI

  • Parameter-Efficient Fine-Tuning without Introducing New Latency [Paper] arXiv Code

  • DoRA: Weight-Decomposed Low-Rank Adaptation [Paper] arXiv Code

  • LLMEmbed: Rethinking Lightweight LLMโ€™s Genuine Function in Text Classification [Paper] arXiv Code

๐Ÿš€ Adaptive and dynamic rank methods

  • DyLoRA: Parameter-Efficient Tuning of Pretrained Models using Dynamic Search-Free Low Rank Adaptation [Paper] arXiv Code

  • AdaLoRA: Adaptive Budget Allocation for Parameter-Efficient Fine-Tuning [Paper] arXiv Code

  • Sparse Low-Rank Adaptation of Pre-trained Language Models [Paper] arXiv Code

  • Increasing Model Capacity for Free: A Simple Strategy for Parameter-Efficient Fine-Tuning [Paper] arXiv Code

  • AutoLoRA: Automatically Tuning Matrix Ranks in Low-Rank Adaptation Based on Meta Learning [Paper] arXiv Code

๐Ÿš€ Enhanced LoRA variants for fine tuning efficiency

  • Bayesian Low-Rank Adaptation for Large Language Models [Paper] arXiv Code

  • LoRA Dropout as a Sparsity Regularizer for Overfitting Control [Paper] arXiv Code

  • PeriodicLoRA: Breaking the Low-Rank Bottleneck in LoRA Optimization [Paper] arXiv Code

  • LoRA+: Efficient Low Rank Adaptation of Large Models [Paper] arXiv Code

  • Mixture-of-Subspaces in Low-Rank Adaptation [Paper] arXiv Code

  • Continual Learning with Low Rank Adaptation [Paper] arXiv Code

  • Trans-LoRA: Towards Data-Free Transferable Parameter Efficient Finetuning [Paper] arXiv Code

  • RoseLoRA: Row and Column-wise Sparse Low-Rank Adaptation [Paper] arXiv Code

  • Low-Rank Few-Shot Adaptation of Vision-Language Models [Paper] arXiv Code

  • SVDQUANT: Absorbing Outliers by Low-Rank Components for 4-Bit Diffusion Models [Paper] arXiv Code

  • Variational Low-Rank Adaptation Using IVON [Paper] arXiv Code

  • PMoL: Parameter Efficient MoE for Preference Mixing of LLM Alignment [Paper] arXiv Code

  • Empower Vision Applications with LoRA LMM [Paper] arXiv

  • LoraHub: Efficient Cross-Task Generalization via Dynamic LoRA Composition [Paper] arXiv Code

  • MOELoRA: An MOE-based Parameter Efficient Fine-Tuning Method for Multi-task Medical Applications [Paper] arXiv Code

  • Pushing Mixture of Experts to the Limit: Extremely Parameter Efficient MoE for Instruction Tuning [Paper] arXiv Code

  • Mixture-of-LoRAs: An Efficient Multitask Tuning for Large Language Models [Paper] arXiv Code

  • MIXTURE OF LORA EXPERTS [Paper] arXiv

  • MixLoRA: Enhancing Large Language Models Fine-Tuning with LoRA-based Mixture of Experts [Paper] arXiv Code

๐Ÿš€ Hybrid Approaches

  • Towards a Unified View of Parameter-Efficient Transfer Learning [Paper] arXiv Code

  • UniPELT: A Unified Framework for Parameter-Efficient Language Model Tuning [Paper] arXiv Code

  • Parameter-Efficient Fine-Tuning Design Spaces [Paper] arXiv Code

  • Neural Prompt Search [Paper] arXiv Code

  • AUTOPEFT: Automatic Configuration Search for Parameter-Efficient Fine-Tuning [Paper] arXiv Code

  • LLM-Adapters: An Adapter Family for Parameter-Efficient Fine-Tuning of Large Language Models [Paper] arXiv Code

  • RoSA: Accurate Parameter-Efficient Fine-Tuning via Robust Adaptation [Paper] arXiv Code

  • Sparsity- and Hybridity-Inspired Visual Parameter-Efficient Fine-Tuning for Medical Diagnosis [Paper] arXiv

  • HyperPELT: Unified Parameter-Efficient Language Model Tuning for Both Language and Vision-and-Language Tasks [Paper] arXiv Code

  • Hydra: Multi-head Low-rank Adaptation for Parameter Efficient Fine-tuning [Paper] arXiv Code

๐Ÿš€ MoE Based

  • When MOE Meets LLMs: Parameter Efficient Fine-tuning for Multi-task Medical Applications [Paper] arXiv Code

  • MixLoRA: Enhancing Large Language Models Fine-Tuning with LoRA-based Mixture of Experts [Paper] arXiv Code

  • Pushing Mixture of Experts to the Limit: Extremely Parameter Efficient MoE for Instruction Tuning [Paper] arXiv Code

  • Mixture-of-LoRAs: An Efficient Multitask Tuning for Large Language Models [Paper] arXiv Code

  • Mixture-of-Subspaces in Low-Rank Adaptation [Paper] arXiv Code

๐Ÿ“Š Summary Tables

We present a comprehensive summary of PEFT methods applied in NLP tasks across various LLMs in Tables 8,ย 9,ย 10,ย 11, andย 12 of the paper arXiv.

Below is an example (Tableย 8).

Table 8: Overview of datasets used for PEFT methods in NLP

PEFT Methods in NLP Tasks

Models and Papers

YearModelPaper TitleLinks
15 Oct 2024BloomzInvestigating translation for Indic languages with BLOOMZ-3b through prompting and LoRA fine-tuningPaper
31 July 2024LLaMA3-8BThe Llama 3 Herd of ModelsarXiv GitHub
18 Aug 2024RecorderA Syntax-Guided Edit Decoder for Neural Program RepairPaper
18 June 2024ChatGLM-6BChatGLM: A Family of Large Language Models from GLM-130B to GLM-4 All ToolsarXiv GitHub
26 June 2024Tag-LLaMATag-LLM: Repurposing General-Purpose LLMs for Specialized DomainsarXiv
31 May 2024Mamba-2Mamba: Linear-Time Sequence Modeling with Selective State SpacesarXiv GitHub
15 May 2024LLaVA-1.5Improved Baselines with Visual Instruction TuningarXiv GitHub
16 April 2024GEMMA-2B, Gemma-7BGemma: Open Models Based on Gemini Research and TechnologyarXiv GitHub
16 Mar 2024Openchat8BOpenChat: Advancing Open-source Language Models with Mixed-Quality DataarXiv GitHub
26 Feb 2024Airavata-7bAiravata: Introducing Hindi Instruction-tuned LLMarXiv
14 Feb 2024LlaSMolLlaSMol: Advancing Large Language Models for Chemistry with a Large-Scale, Comprehensive, High-Quality Instruction Tuning DatasetarXiv GitHub
4 Jan 2024TinyLlamaTinyLlama: An Open-Source Small Language ModelarXiv GitHub
2024DeepSeek-Coder-Base-6.7BDeepSeek Coder: When the Large Language Model Meets ProgrammingarXiv GitHub
2024GPT-J (6B)GPT-J: 6B Parameter Open Source Transformer ModelGitHub
14 Dec 2024TigerBot-7BTigerBot: A Multi-stage Open-Source LLM for Human and Agent ScenariosarXiv GitHub
30 Nov 2023CCT5A Code-Change-Oriented Pre-trained ModelPaper
29 Nov 2023FalconThe Falcon Series of Open Language ModelsarXiv
21 Nov 2023ShareGPTv4(7B)ShareGPT4V: Improving Large Multi-Modal Models with Better CaptionsarXiv GitHub
Dec 1 2023MambaTransformers are SSMs: Generalized Models and Efficient Algorithms Through Structured State Space DualityarXiv GitHub
10 Oct 2023Mistral-7B-InstructMistral 7BarXiv GitHub
24 Aug 2023Qwen-VL-Chat(7B)Qwen-VL: A Vision-Language Foundation Model for Universal Multimodal Understanding and GenerationarXiv GitHub
24 Aug 2023CodeLlama-7BCode Llama: Open Foundation Models for CodearXiv GitHub
18 July 2023Llama2-7b,3b,13b,70bLlama 2: Open Foundation and Fine-Tuned Chat ModelsarXiv GitHub
27 June 2023BLOOM-7B,1BBLOOM: A 176B-Parameter Open-Access Multilingual Language ModelarXiv GitHub
9 June 2023Vicuna-7b,13bJudging LLM-as-a-Judge with MT-Bench and Chatbot ArenaarXiv GitHub
15 Mar 2023GPT-4GPT-4 Technical ReportarXiv
27 Feb 2023LLaMA30BLLaMA: Open and Efficient Foundation Language ModelsarXiv GitHub
29 Jan 2023Text+Chem T5Unifying Molecular and Textual Representations via Multi-task Language ModellingarXiv
19 April 2023Baichuan2-13BBaichuan 2: Open Large-scale Language ModelsarXiv GitHub
16 Nov 2022GalacticaGalactica: A Large Language Model for SciencearXiv GitHub
5 Oct 2022PaLMPaLM: Scaling Language Modeling with PathwaysarXiv
20 Oct 2022Flan-T5 (Flan-T5-base, Flan-T5-xl)Scaling Instruction-Finetuned Language ModelsarXiv GitHub
Nov 30 2022GPT-3.5GPT-3.5 Technical ReportBlog
5 Aug 2022BlenderBotBlenderBot 3: A Deployed Conversational Agent That Continually Learns to Responsibly EngagearXiv
Sep 2022GIZA++Embedding-Enhanced GIZA++: Improving Word Alignment Using EmbeddingsPaper
25 Mar 2022CodeGenCodeGen: An Open Large Language Model for Code with Multi-Turn Program SynthesisarXiv GitHub
12 April 2022INCODER-1B,6BInCoder: A Generative Model for Code Infilling and SynthesisarXiv GitHub
10 April 2022RewardRepairNeural Program Repair with Execution-based BackpropagationarXiv
2 May 2022OPT (OPT, OPT-13B, OPT-6.7B, OPT-1.3B)OPT: Open Pre-trained Transformer Language ModelsarXiv GitHub
29 Apr 2021EFLEntailment as Few-Shot LearnerarXiv
18 Nov 2021DeBERTaV3-baseDeBERTaV3: Improving DeBERTa using ELECTRA-Style Pre-Training with Gradient-Disentangled Embedding SharingarXiv GitHub
2 Sep 2021CodeT5CodeT5: Identifier-aware Unified Pre-trained Encoder-Decoder Models for Code Understanding and GenerationarXiv GitHub
Aug 2021GPT-NeoGPT-Neo: Implementation of Model Parallel GPT2-like ModelsGitHub
7 May 2021CURECode-Aware Neural Machine Translation for Automatic Program RepairPaper
28 May 2020GPT-3Language Models are Few-Shot LearnersarXiv
5 June 2020DeBERTaLARGE,DeBERTaDeBERTa: Decoding-enhanced BERT with Disentangled AttentionarXiv GitHub
18 Apr 2020SimAlignSimAlign: High Quality Word Alignments Without Parallel Training Data Using Static and Contextualized EmbeddingsarXiv GitHub
10 Apr 2020LongformerLongformer: The Long-Document TransformerarXiv GitHub
6 Apr 2020MobileBERTMobileBERT: A Compact Task-Agnostic BERT for Resource-Limited DevicesarXiv
27 April 2020ColBERTColBERT: Efficient and Effective Passage Search via Contextualized Late Interaction over BERTarXiv GitHub
23 Mar 2020ELECTRAELECTRA: Pre-training Text Encodors as Discriminators Rather Than GeneratorsarXiv GitHub
4 Mar 2020jiantjiant: A Software Toolkit for Research on General-Purpose Text Understanding ModelsarXiv GitHub
14 Feb 2020TwinBERTTwinBERT: Distilling Knowledge to Twin-Structured BERT Models for Efficient RetrievalarXiv
29 Oct 2019BART-LargeBART: Denoising Sequence-to-Sequence Pre-training for Natural Language Generation, Translation, and ComprehensionarXiv GitHub
23 Oct 2019T5 (T5-BASE, T5-SMALL, T5-Large)Exploring the Limits of Transfer Learning with a Unified Text-to-Text TransformerarXiv GitHub
8 Nov 2019mBARTHow Language-Neutral is Multilingual BERT?arXiv GitHub
5 Nov 2019XLM-R (xlm-roberta-base)Unsupervised Cross-lingual Representation Learning at ScalearXiv GitHub
1 Nov 2019DialoGPTDialoGPT: Large-Scale Generative Pre-training for Conversational Response GenerationarXiv GitHub
2 Oct 2019DistilBERTDistilBERT, a Distilled Version of BERT: Smaller, Faster, Cheaper and LighterarXiv GitHub
26 Sep 2019ALBERTALBERT: A Lite BERT for Self-supervised Learning of Language RepresentationsarXiv GitHub
26 July 2019RoBERTa (RoBERTa-Large, RoBERTa-Base)RoBERTa: A Robustly Optimized BERT Pretraining ApproacharXiv GitHub
19 June 2019XLNetXLNet: Generalized Autoregressive Pretraining for Language UnderstandingarXiv GitHub
Feb 2019GPT2 (GPT2, GPT2-M, GPT2-L)Language Models are Unsupervised Multitask LearnersPaper GitHub
11 Oct 2018BERT-Base,LargeBERT: Pre-training of Deep Bidirectional Transformers for Language UnderstandingarXiv GitHub
12 June 2017TransformerAttention Is All You NeedarXiv GitHub
July 2002BLEUBLEU: A Method for Automatic Evaluation of Machine TranslationPaper

๐Ÿ“Š Summary Tables

We present a comprehensive summary of PEFT methods applied in vision tasks across various LLMs in Tables 13 and 14 arXiv.

Below is an example (Tableย 13).

Table 13: Overview of datasets used for PEFT methods

PEFT Methods in Vision Models

Models and Papers

YearModelPaper TitleLinks
7 Mar 2025FaceT-B, PLFaceEfficient Fine-tuning Strategies for Enhancing Face Recognition Performance in Challenging ScenariosPaper
5 Apr 2023SAMSegment AnythingarXiv GitHub
24 Mar 2023Point-PEFTPoint-PEFT: Parameter-Efficient Fine-Tuning for 3D Pre-trained ModelsPaper
16 Mar 2023ESM2Evolutionary-scale prediction of atomic protein structure with a language modelPaper GitHub
20 Dec 2022DiTScalable Diffusion Models with TransformersarXiv GitHub
21 Feb 2022PointM2AEMulti-scale Masked Autoencoders for Hierarchical Point Cloud Pre-trainingPaper
23 Mar 2022VideoMAEVideoMAE: Masked Autoencoders are Data-Efficient Learners for Self-Supervised Video Pre-TrainingarXiv GitHub
16 Mar 2022CodeReviewerAutomating Code Review Activities by Large Language ModelsarXiv
13 Mar 2022Point-MAEPoint-MAE: Masked Autoencoders for 3D Point Cloud Self-supervised LearningarXiv GitHub
11 Jan 2022ConvNeXtA ConvNet for the 2020sarXiv GitHub
29 Nov 2021Point-BERTPoint-BERT: Pre-training 3D Point Cloud Transformers with Masked Point ModelingarXiv GitHub
11 Nov 2021MAEMasked Autoencoders Are Scalable Vision LearnersarXiv GitHub
24 Jun 2021Swin Video TransformerVideo Swin TransformerarXiv GitHub
31 May 2021SegformerSegFormer: Simple and Efficient Design for Semantic Segmentation with TransformersarXiv GitHub
18 Jul 2021AS-MLPAS-MLP: An Axial Shifted MLP Architecture for VisionarXiv
25 Mar 2021Swin Transformer (Swin-L, Swin-B)Swin Transformer: Hierarchical Vision Transformer using Shifted WindowsarXiv GitHub
26 Feb 2021CLIPLearning Transferable Visual Models From Natural Language SupervisionarXiv GitHub
24 Feb 2021PVTPyramid Vision Transformer: A Versatile Backbone for Dense Prediction without ConvolutionsarXiv GitHub
11 Feb 2021NFNetsHigh-Performance Large-Scale Image Recognition Without NormalizationarXiv GitHub
31 Dec 2020SETRRethinking Semantic Segmentation from a Sequence-to-Sequence Perspective with TransformersarXiv GitHub
23 Dec 2020DeiTTraining data-efficient image transformers & distillation through attentionarXiv GitHub
22 Oct 2020ViT (ViT-B/16, ViT-S)An Image is Worth 16x16 Words: Transformers for Image Recognition at ScalearXiv GitHub
7 Mar 2020RegNetXDesigning Network Design SpacesarXiv GitHub
13 Feb 2020SimCLRA Simple Framework for Contrastive Learning of Visual RepresentationsarXiv GitHub
30 Jun 2018SELDnetSound Event Localization and Detection of Overlapping Sources Using Convolutional Recurrent Neural NetworksarXiv
17 Mar 2017ProtoNetPrototypical Networks for Few-shot LearningarXiv GitHub
23 May 2016WideResNetWide Residual NetworksarXiv GitHub
10 Dec 2015ResNet (ResNet-50, ResNet-101)Deep Residual Learning for Image RecognitionarXiv GitHub
4 Sep 2014VGG (VGG16, VGG19)Very Deep Convolutional Networks for Large-Scale Image RecognitionarXiv GitHub

๐Ÿ“Š Summary Tables

We present a comprehensive summary of PEFT methods applied to both NLP and vision tasks across various datasets in Tables 5, 6 and 7 arXiv.

Below is an example (Tableย 5).

Table 5: Overview of datasets used for PEFT methods

๐Ÿš€ PEFT Methods in NLP Tasks Datasets

DatasetTask TypeDataset SizeDataset Link
20 NewsgroupsText Classification20KLink
CoNLL03Named Entity Recognition2302 articlesLink
CoNLL04Relation Extraction Tasks1,437 sentencesLink
SST-2Sentiment Classification215,154Link
MRPCParaphrase Detection5,800Link
ACE2005Information Extraction (IE)599 documentsLink
WMTMachine TranslationN/ALink
MPQAOpinion Mining535 (articles)Link
Common CrawlWeb Scraping, NLP Pretraining386 TiBLink
i2b2 2010 RERelation Extraction in Clinical Text877 documentsLink
Semeval-2010Semantic Role Labeling, WSD, Relation Extraction284Link
COPACommonsense Causal Reasoning1000 questionsLink
IMDbSentiment Classification50k reviewsLink
SBUImage Captioning1 million imagesLink
WebQQuestion Answering6,642Link
OntoNotesNER, Coreference Resolution2.9453MLink
DUTSalient Object Detection5,168 imagesLink
AG NewsText Classification1MLink
YelpSentiment Classification700,000Link
VQA v2.0Visual Question Answering265,016Link
TriviaQAQuestion Answering650KLink
SQuADQuestion Answering100KLink
BoolQBoolean Question Answering15,942Link
YELP-PolaritySentiment Analysis (Binary Classification)560,000Link
CNN/DailyMailAbstractive Summarization313kLink
YelpSentiment Classification700,000Link
WMT 16 en-roMachine Translation (English to Romanian and vice versa)2 million sentencesLink
MAWPSMath Word Problem Solving2,373 problemsLink
MIMIC-III MPMedical Predictive Modeling60,000 ICU staysLink
WMT 16 en-roMachine Translation (English to Romanian and vice versa)2 million sentencesLink
E2EData to Text GenerationN/ALink
MNLINatural Language Inference433kLink
WebNLGNatural Language Generation13,211 triplesLink
STS-BSemantic Textual Similarity8,628 pairsLink
HSHate Speech Detection25,000 tweetsLink
WikiSQLText-to-SQL Generation80,654Link
ARCMultiple Choice Question Answering7,787Link
GLUENatural Language UnderstandingN/ALink
OBQACommonsense Question Answering5,957 questionsLink
ARC-EasyMultiple-choice Question Answering5,197Link
ARC-ChallengeMultiple-choice Question Answering2,590Link
MultiRCMulti-Sentence Reading Comprehension10,000 questionsLink
XSumAbstractive Summarization226,711Link
CoLASentence Acceptability10,657 sentencesLink
SciTail datasetTextual Entailment27,026 examplesLink
SQuAD 2.0Question Answering150,000+ question-answer pairsLink
PIQAMultiple Choice Question Answering19KLink
WinograndeCommonsense Reasoning44KLink
OSCARPre-training Language Models50KLink
SuperGLUENatural Language Understanding (NLU)N/ALink
codeSearchNet--2 millionLink
AmazonQA/ProductQAQuestion Answering (QA)923K questions, 3.6M answersLink
commonsenseQA (CSQA)Question Answering12,247 questionsLink
SAMSumDialogue Summarization16,369Link
Word-in-Context (WiC)Evaluate Context-Sensitive Meaning7,466Link
HyperpartisanBinary Classification (Hyperpartisan vs. Non-Hyperpartisan)754,000 articlesLink
PAWSParaphrase Identification108,463Link
WoWKnowledge-driven Dialogue GenerationN/ALink
CosmosQACommonsense Reading Comprehension35.6K questionsLink
HellaSwagCommonsense Reasoning / Sentence CompletionN/ALink
MMLUMultiple-Choice QA15,000+ questions across 57 subjectsLink
The PileLanguage Modeling825GBLink
WikiTableTextData-to-Text / QA100M+ tokensLink
DARTData-to-Text82,191 examplesLink
C4Language Modeling / Pre-training806.87 GiBLink
LibriLightSelf-supervised Speech60,000 hoursLink
ANLINatural Language Inference162,865 examplesLink
COMMONGENText Generation79K descriptions over 35K concept setsLink
GSM8K (Grade School Math 8K)Mathematical Problem Solving8,500Link
MATHMathematical Problem Solving12,500Link
TruthfulQAQuestion Answering, Text Generation817Link
Therapeutics Data Commons benchmarkAI-driven drug discovery66 AI-ready datasetsLink
SVAMPMath Word Problem Solving1,000 problemsLink
CUB-200-2011Fine-grained Image Classification11,788 imagesLink
EL EVATERMultimodal Entity Linking, Visual Attribute Recognition10,000 instances (text-image pairs)Link
TB-1kMedical Image Classification1,000KLink
ro-en--614,318 sentencesN/A
de-en--4,554,053 sentencesN/A
Haโ€“En--50,000 sentencesN/A
(De-En)--N/AN/A
Frโ€“De--N/AN/A
Frโ€“Es--N/AN/A
Flan v2Instruction tuning for NLP tasks1,800+Link
BBHQuestion-Answering6,511Link
Pix2StrucVisual Language UnderstandingN/ALink
M2D2Text8.5B tokens across 145 domainsLink
AlpacaInstruction Following52KLink
GPT-4 AlpacaInstruction-following fine-tuning52KLink
DollyInstruction-Following NLP15K promptsLink
OrcaInstruction-Following, Reasoning1.6 millionLink
GPT-4-Turbo--128kN/A
AI4Bharat NaamapadamNER on Indian languages400k sentencesLink
AmericasNLINatural Language InferenceN/AN/A
SIQAText33,410N/A
TRECQuestion Classification4,500Link
ScienceQScience Question AnsweringN/AN/A
Wikitext2Language Modeling2MLink
Penn TreebankLanguage Modeling1MN/A
VQA v2.0Visual Question Answering265,016Link
VisDA-CDomain Adaptation for Image Classification280k imagesLink
ImageNet-SketchImage Classification50,889 imagesLink
ImageNet-AImage Classification7,500 imagesLink
DocVQAVisual Question Answering (VQA) on documents50,000 questions, 12,767 imagesLink
IWSLT--N/AN/A
FGVCFine-grained object classification10,200 images of aircraftLink
OPUS-100Multilingual Machine Translation (text-to-text)55 million parallel sentencesLink
MS COCO datasetObject Detection, Instance Segmentation, Panoptic Segmentation, Image Captioning, Keypoint Detection118K images / 5K images / 41K imagesLink
COCO StuffSemantic Segmentation, Panoptic Segmentation, Scene Understanding164,000 imagesLink
PASCAL VOCObject Detection, Semantic Segmentation, Image Classification, Action Recognition, Person LayoutVOC 2012: 11,530 images; Object instances: 27,450; Segmentation: 2,913 images with pixel masksLink
MICCAI 2015 Multi-Atlas Abdomen Labeling ChallengeMulti-organ Segmentation (13 abdominal organs)30 CT scans / 20 CT scansLink
PASCAL ContextObject Detection/Segmentation, Semantic Segmentation, Scene Parsing10,103 images with 65,937 labeled objects; Classes: 459Link
Pascal Context-59Semantic Segmentation, Scene Parsing10,103 images with dense labels for 59 classesLink
Pascal Context-459--N/AN/A
ADE20K 150Semantic Segmentation, Scene Parsing, Instance Segmentation (optional)25,000 imagesLink
ADE20K-847Semantic Segmentation, Scene Parsing, Instance Segmentation (optional)25,000 imagesLink
CIFAR-10Image Classification60,000 imagesLink
CIFAR-100Image Classification60,000 imagesLink
CIFAR-10-LT (Long Tail)Image Classification60,000 imagesLink
ImageNet1KImage Classification and Localization1,431,167 imagesLink
ImageNet100Image Classification131,689 imagesLink
ORBITFew-shot learning for teachable object recognition2,687 videosLink
ScanObjectNN3D Object Classification2,902 object instancesLink
ModelNet403D Shape Classification12,311 3D objects / 2,468 modelsLink
RESISC45Remote Sensing Scene Classification31,500 RGB imagesLink
CLEVRVisual Question Answering (VQA), Compositional Reasoning100,000 images / 1 million questionsLink
DepthTrackRGB-D Single Object Tracking150 sequences (100,000+ frames)Link
IconQAVisual Question AnsweringN/AN/A
ImageNet-RImage Classification30,000 imagesLink
Pix2StrucVisual Language UnderstandingN/AN/A
M2D2 (2022)Multi-task NLP (NER, RE, QA, etc.)8.5B tokens across 145 domainsLink
VizwizVisual Question AnsweringN/ALink
Flickr30kImage Captioning31,783Link
OKVQAVisual Question Answering14,055Link
OCR-VQAOptical Character RecognitionN/ALink
LibriSpeechAutomatic Speech Recognition1,000 hoursLink
M2D2 (2022 again)Multi-task NLP (NER, RE, QA, etc.)8.5B tokens across 145 domainsLink
ImageNet-SketchImage Classification50,889 imagesLink
ImageNet-AImage Classification7,500 imagesLink
ImageNet-CImage Classification under Corruption3,750,000 corrupted imagesLink
VisDA-CDomain Adaptation for Image Classification280K imagesLink
DomainNet-126Domain Adaptation for Image Classification586,575 imagesLink
SBUImage Captioning1 million imagesLink
OxfordPetsFine-Grained Classification & Semantic Segmentation7,390 imagesLink
DUTSalient Object Detection5,168 imagesLink
DTDTexture Classification5,640 imagesLink
Food101Food Image Classification101,000 imagesLink
Kinetics-400Action Recognition, Video Classification650k video clipsLink
Something-Something-v2Temporal Action Recognition220,847 videosLink
EuroSATLand Use/Land Cover Classification27,000 imagesLink
iNaturalist 2018Fine-Grained Species Classification611,753 imagesLink
IMD20--35,000 imagesLink
COD10KCamouflaged Object Detection10,000 imagesLink
CAMOCamouflaged Object Segmentation1,250 imagesLink
ISTDShadow Detection & RemovalN/ALink
UCF101Action Recognition, Video Classification13,320 videos (7.2 GB)Link
SUN397Scene Classification108,753 imagesLink
ABIDENeuroimaging Classification (ASD vs. Controls)1,112 subjectsLink
Places-LTLong-Tailed Scene Classification62,500 imagesLink
CASIA--N/ALink
IMD20--N/ALink
CUHK--N/ALink
CHAMELEON (Confused)--N/ALink
Kinetics-700--N/ALink
DF-20M mini--N/ALink
RIGA+ (Not found)--55Link
SCGM (Not found)--N/ALink
VQA v2.0Visual Question Answering265,016Link

๐Ÿ™Œ Contribution

A huge thank you to everyone whoโ€™s made this project possible! ๐ŸŽ‰