parameter-efficient-fine-tuning

Tag

Cards List
#parameter-efficient-fine-tuning

SeFoRA: Sketch-Aggregated Federated Low-Rank Adaptation with Heterogeneous Client Ranks

arXiv cs.LG · yesterday Cached

SeFoRA is a proposed federated LoRA algorithm that uses sketch aggregation to handle heterogeneous client ranks and alleviate bilinear mismatch. It includes a rank-homogeneous variant with convergence guarantees and shows state-of-the-art performance on RoBERTa-Large fine-tuning.

0 favorites 0 likes
#parameter-efficient-fine-tuning

YOLO-PEFT: Parameter-Efficient Fine-Tuning on YOLO Family

Hugging Face Daily Papers · 6d ago Cached

YOLO-PEFT is a structure-aware framework that formulates adapter placement as constraint planning for parameter-efficient fine-tuning of YOLO detectors, achieving better mAP than full fine-tuning with reduced memory.

0 favorites 0 likes
#parameter-efficient-fine-tuning

Geometry-Informed Parameter-Efficient Fine-Tuning of Pre-trained Molecular GNNs for Blood-Brain Barrier Permeability Prediction

arXiv cs.LG · 2026-08-06 Cached

This paper introduces BBBP-GeoPEFT, a geometry-informed parameter-efficient fine-tuning framework for pre-trained molecular GNNs targeting blood-brain barrier permeability prediction, achieving competitive performance while updating only 10.1% of parameters.

0 favorites 0 likes
#parameter-efficient-fine-tuning

MoEGen: Mixture-of-Experts for Instance-Adaptive LoRA Generation

arXiv cs.CL · 2026-08-05 Cached

This paper proposes MoEGen, a parameter-efficient fine-tuning framework that uses mixture-of-experts to generate instance-adaptive LoRA updates via expert codes and a lightweight hypernetwork, improving performance on commonsense reasoning benchmarks without storing separate adapters per expert.

0 favorites 0 likes
#parameter-efficient-fine-tuning

LARA: Lightweight Adapters in the Residual Stream for Composable Adaptation and Alignment

arXiv cs.LG · 2026-08-03 Cached

LARA is a method for efficient adaptation that adds low-rank corrections to a frozen model's residual stream instead of modifying weights, matching LoRA's performance while enabling composable behaviors and inference-time steering.

0 favorites 0 likes
#parameter-efficient-fine-tuning

MoE$^2$-LoRA: When MoE Models Meet MoE-style Low-Rank Adaptation

arXiv cs.CL · 2026-07-27 Cached

MoE2-LoRA introduces a dual-channel Routing-Conditioned Projection and a global LoRA expert pool to enable MoE-style low-rank adaptation for fine-tuning MoE models, achieving state-of-the-art accuracy while retaining general capabilities.

0 favorites 0 likes
#parameter-efficient-fine-tuning

CT-Merging: Consensus Directions and Task-Level Scaling for LoRA Adapter Merging

arXiv cs.LG · 2026-07-24 Cached

CT-Merging proposes a method to merge LoRA adapters by estimating consensus directions from task subspace projectors and assigning task-level RMS coefficient scales, achieving superior performance on the DC-Merge CLIP adapter benchmark.

0 favorites 0 likes
#parameter-efficient-fine-tuning

SOS-LoRA: Static Orthogonal-Subspace Low-Rank Adaptation with Fixed Multi-Scale Scaling

arXiv cs.LG · 2026-07-21 Cached

SOS-LoRA extends LoRA by decomposing the rank budget into static orthogonal low-rank experts with fixed multi-scale scaling, improving fine-tuning on reasoning, NLU, and math benchmarks without adding inference cost.

0 favorites 0 likes
#parameter-efficient-fine-tuning

Democratizing AI with Small Language Models: Structured Benchmarking and Parameter-Efficient Fine-Tuning for Local Deployment

arXiv cs.AI · 2026-07-21 Cached

This paper evaluates nine open-weight small language models (135M to 3B parameters) on a structured benchmark and shows that parameter-efficient fine-tuning significantly improves accuracy, making them viable for local deployment in structured niche workloads.

0 favorites 0 likes
#parameter-efficient-fine-tuning

CARE-LoRA: Compressed Activation REconstruction for Memory-Efficient LoRA

arXiv cs.LG · 2026-07-15 Cached

CARE-LoRA proposes a compressed activation reconstruction framework to reduce memory consumption during LoRA fine-tuning by leveraging low-rank projections. It achieves competitive performance with reduced memory footprint.

0 favorites 0 likes
#parameter-efficient-fine-tuning

SQuaD-SQL: Efficient Text-to-SQL with Small Language Models via LLM-Guided Knowledge Distillation

arXiv cs.CL · 2026-07-10 Cached

SQuaD-SQL uses LLM-guided knowledge distillation to train small language models for Text-to-SQL, achieving 86.9% execution accuracy on WikiSQL while offering faster inference and lower memory usage.

0 favorites 0 likes
#parameter-efficient-fine-tuning

ReCoLoRA: Spectrum-Aware Recursive Consolidation for Continual LLM Fine-Tuning

arXiv cs.LG · 2026-07-10 Cached

ReCoLoRA is a spectrum-aware framework for continual fine-tuning of large language models that uses recursive consolidation of low-rank adapters to prevent catastrophic forgetting, achieving improved performance on continual GLUE tasks across multiple backbones.

0 favorites 0 likes
#parameter-efficient-fine-tuning

FRAME: Learning the Adaptation Domain with a Mixture of Fractional-Fourier Experts

arXiv cs.LG · 2026-07-02 Cached

Proposes FRAME, a mixture-of-experts adapter that uses learnable fractional-Fourier orders to interpolate between spatial and spectral domains, improving parameter-efficient fine-tuning performance on LLMs across multiple benchmarks.

0 favorites 0 likes
#parameter-efficient-fine-tuning

Learning to Select, Not Relearn: Hard-Routed Mixtures of Reasoning LoRAs

arXiv cs.AI · 2026-07-01 Cached

Proposes Hard-Routed MoR-LoRA, a two-stage framework that composes frozen reasoning LoRA experts via hard top-1 routing, preserving expert behavior with fewer trainable parameters than soft-routing baselines.

0 favorites 0 likes
#parameter-efficient-fine-tuning

SSM Adapters via Hankel Reduced-order Modeling: Injection Site Determines Task Suitability in Long-Context Fine-Tuning

arXiv cs.LG · 2026-06-26 Cached

Introduces Hankel Reduced order Model (HRM) adapter, an SSM-based residual module initialized via Balanced Truncation for parameter-efficient fine-tuning, outperforming LoRA on long-context tasks.

0 favorites 0 likes
#parameter-efficient-fine-tuning

@jbhuang0604: LoRA, low-rank adaptation, is arguably the most popular parameter-efficient fine-tuning method for LLMs. But how does i…

X AI KOLs Timeline · 2026-06-25 Cached

LoRA (low-rank adaptation) is the most popular parameter-efficient fine-tuning method for LLMs. This video introduces how LoRA and its variants (LoRA+, QLoRA, VeRA, DoRA) work.

0 favorites 0 likes
#parameter-efficient-fine-tuning

@0xSero: Highly recommended educational content. LoRA is one of the coolest things to dabble in, lets anyone fine tune models re…

X AI KOLs Timeline · 2026-06-22 Cached

This article delves into the principles of LoRA and its variants (QLoRA, VeRA, DoRA), explaining how low-rank decomposition reduces trainable parameters to enable efficient fine-tuning of large models.

0 favorites 0 likes
#parameter-efficient-fine-tuning

ARIADNE: Agnostic Routing for Inference-time Adapter DyNamic sElection

arXiv cs.AI · 2026-06-18 Cached

Proposes ARIADNE, a training-free, adapter-agnostic routing framework that selects the optimal PEFT adapter at inference time by measuring input proximity to adapter-specific centroids in embedding space, recovering 97.44% of upper-bound performance on 23 tasks.

0 favorites 0 likes
#parameter-efficient-fine-tuning

Beyond LoRA: Is Sparsity-Induced Adaptation Better?

arXiv cs.LG · 2026-06-15 Cached

This paper proposes sparsity-induced adaptations to LoRA, including Cheap LoRA (cLA) and a chained circulant variant (c³LA), and provides theoretical generalization bounds along with empirical evaluations showing up to 10% training time reduction and 15% peak GPU memory savings while maintaining competitive performance.

0 favorites 0 likes
#parameter-efficient-fine-tuning

Small Data, Big Noise: Adversarial Training for Robust Parameter-Efficient Fine-Tuning

arXiv cs.CL · 2026-06-10 Cached

This paper proposes SDBN, a framework combining adversarial training with parameter-efficient fine-tuning to improve robustness of foundation models under noise and limited data, demonstrating substantial improvements in low-resource settings.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback