paper-with-me

Papers

Parameter-Efficient Fine-Tuning for HAR: Integrating LoRA and QLoRA into Transformer Models

2025-12-19 · Irina Seregina, Philippe Lalanda, German Vega arxiv

Human Activity Recognition is a foundational task in pervasive computing. While recent advances in self-supervised learning and transformer-based architectures have significantly improved HAR performance, adapting large pretrained models to new domains remains a practical challenge due to limited computational resources on target devices. This papers investigates parameter-efficient fine-tuning techniques, specifically Low-Rank Adaptation (LoRA) and Quantized LoRA, as scalable alternatives to full model fine-tuning for HAR. We propose an adaptation framework built upon a Masked Autoencoder backbone and evaluate its performance under a Leave-One-Dataset-Out validation protocol across five open HAR datasets. Our experiments demonstrate that both LoRA and QLoRA can match the recognition performance of full fine-tuning while significantly reducing the number of trainable parameters, memory usage, and training time. Further analyses reveal that LoRA maintains robust performance even under limited supervision and that the adapter rank provides a controllable trade-off between accuracy and efficiency. QLoRA extends these benefits by reducing the memory footprint of frozen weights through quantization, with minimal impact on classification quality.

📄 PDF Abstract BibTeX arXiv:2512.17983

Code (0)

등록된 구현이 없습니다.

Tasks

parameter-efficient fine-tuningHuman Activity RecognitionSelf-Supervised Learning

Similar Papers 제목 키워드 기반

TsqLoRA: Towards Sensitivity and Quality Low-Rank Adaptation for Efficient Fine-Tuning

2025-09-23 · Yu Chen, Yifei Han, Long Zhang, Yue Du 외 arxiv

Fine-tuning large pre-trained models for downstream tasks has become a fundamental approach in natural language processing. Fully fine-tuning all model parameters is computationally expensive and memory-intensive, especi…

parameter-efficient fine-tuning

Ladder Up, Memory Down: Low-Cost Fine-Tuning With Side Nets

2025-12-16 · Estelle Zheng, Nathan Cerisara, Sébastien Warichet, Emmanuel Helbert 외 arxiv

Fine-tuning large language models (LLMs) is often limited by the memory available on commodity GPUs. Parameter-efficient fine-tuning (PEFT) methods such as QLoRA reduce the number of trainable parameters, yet still incur…

parameter-efficient fine-tuningNatural Language Understanding

Accurate LoRA-Finetuning Quantization of LLMs via Information Retention

2024-02-08 · Haotong Qin, Xudong Ma, Xingyu Zheng, Xiaoyang Li 외

The LoRA-finetuning quantization of LLMs has been extensively studied to obtain accurate yet compact LLMs for deployment on resource-constrained hardware. However, existing methods cause the quantized LLM to severely deg…

MMLUQuantization

QLoRA: Efficient Finetuning of Quantized LLMs

2023-05-23 · NeurIPS 2023 11 · Tim Dettmers, Artidoro Pagnoni, Ari Holtzman, Luke Zettlemoyer

We present QLoRA, an efficient finetuning approach that reduces memory usage enough to finetune a 65B parameter model on a single 48GB GPU while preserving full 16-bit finetuning task performance. QLoRA backpropagates gr…

ChatbotGPUInstruction FollowingLanguage Modelling+2

Profiling LoRA/QLoRA Fine-Tuning Efficiency on Consumer GPUs: An RTX 4060 Case Study

2025-09-07 · MSR Avinash arxiv

Fine-tuning large language models (LLMs) with parameter-efficient techniques such as LoRA and QLoRA has enabled adaptation of foundation models on modest hardware. Yet the efficiency of such training on consumer-grade GP…