paper-with-me

홈 › Papers

Train Small, Infer Large: Memory-Efficient LoRA Training for Large Language Models

2025-02-19 · Jun Zhang, Jue Wang, Huan Li, Lidan Shou, Ke Chen, Yang You, Guiming Xie, Xuejian Gong, Kunlong Zhou

Large Language Models (LLMs) have significantly advanced natural language processing with exceptional task generalization capabilities. Low-Rank Adaption (LoRA) offers a cost-effective fine-tuning solution, freezing the original model parameters and training only lightweight, low-rank adapter matrices. However, the memory footprint of LoRA is largely dominated by the original model parameters. To mitigate this, we propose LoRAM, a memory-efficient LoRA training scheme founded on the intuition that many neurons in over-parameterized LLMs have low training utility but are essential for inference. LoRAM presents a unique twist: it trains on a pruned (small) model to obtain pruned low-rank matrices, which are then recovered and utilized with the original (large) model for inference. Additionally, minimal-cost continual pre-training, performed by the model publishers in advance, aligns the knowledge discrepancy between pruned and original models. Our extensive experiments demonstrate the efficacy of LoRAM across various pruning strategies and downstream tasks. For a model with 70 billion parameters, LoRAM enables training on a GPU with only 20G HBM, replacing an A100-80G GPU for LoRA training and 15 GPUs for full fine-tuning. Specifically, QLoRAM implemented by structured pruning combined with 4-bit quantization, for LLaMA-3.1-70B (LLaMA-2-70B), reduces the parameter storage cost that dominates the memory usage in low-rank matrix training by 15.81$\times$ (16.95$\times$), while achieving dominant performance gains over both the original LLaMA-3.1-70B (LLaMA-2-70B) and LoRA-trained LLaMA-3.1-8B (LLaMA-2-13B).

📄 PDF Abstract BibTeX arXiv:2502.13533

Code (1)

junzhang-zj/LoRAM 공식 구현 pytorch

Tasks

GPUQuantization

Methods 이 논문이 사용한 방법론

Adapter 설명 없음
Pruning 설명 없음

Similar Papers 제목 키워드 기반

MemLoRA: Distilling Expert Adapters for On-Device Memory Systems

2025-12-04 · Massimo Bini, Ondrej Bohdal, Umberto Michieli, Zeynep Akata 외 arxiv

Memory-augmented Large Language Models (LLMs) have demonstrated remarkable consistency during prolonged dialogues by storing relevant memories and incorporating them as context. Such memory-based personalization is also …

Visual Question AnsweringKnowledge DistillationVisual Reasoning

S-LoRA: Serving Thousands of Concurrent LoRA Adapters

2023-11-06 · Ying Sheng, Shiyi Cao, Dacheng Li, Coleman Hooper 외

The "pretrain-then-finetune" paradigm is commonly adopted in the deployment of large language models. Low-Rank Adaptation (LoRA), a parameter-efficient fine-tuning method, is often employed to adapt a base model to a mul…

GPUparameter-efficient fine-tuning

TALAN: Task-Aligned Latent Adaptation Networks for Targeted Post-Training of Large Language Models

2026-06-05 · Chengkai Zhang, Ziteng Liu, Junpu Wang, Zeyi Tao 외 arxiv

Targeted post-training aims to improve reasoning, math, and code without degrading strengths. Low-rank adapters are efficient but task-global; activation interventions are input-aware but often require separate probes, v…

Continual Fine-Tuning of Large Language Models via Program Memory

2026-05-13 · Hung Le, Svetha Venkatesh arxiv

Parameter-Efficient Fine-Tuning (PEFT), particularly Low-Rank Adaptation (LoRA), has become a standard approach for adapting Large Language Models (LLMs) under limited compute. However, in continual settings where models…

parameter-efficient fine-tuning

Memory-Oriented Design-Space Exploration of Edge-AI Hardware for XR Applications

2022-06-08 · Vivek Parmar, Syed Shakib Sarwar, Ziyun Li, Hsien-Hsin S. Lee 외

Low-Power Edge-AI capabilities are essential for on-device extended reality (XR) applications to support the vision of Metaverse. In this work, we investigate two representative XR workloads: (i) Hand detection and (ii) …

CPUHand DetectionQuantization