paper-with-me

Papers

VeLoRA: Memory Efficient Training using Rank-1 Sub-Token Projections

2024-05-28 · Roy Miles, Pradyumna Reddy, Ismail Elezi, Jiankang Deng

Large language models (LLMs) have recently emerged as powerful tools for tackling many language-processing tasks. Despite their success, training and fine-tuning these models is still far too computationally and memory intensive. In this paper, we identify and characterise the important components needed for effective model convergence using gradient descent. In doing so we find that the intermediate activations used to implement backpropagation can be excessively compressed without incurring any degradation in performance. This result leads us to a cheap and memory-efficient algorithm for both fine-tuning and pre-training LLMs. The proposed algorithm simply divides the tokens up into smaller sub-tokens before projecting them onto a fixed 1-dimensional subspace during the forward pass. These features are then coarsely reconstructed during the backward pass to implement the update rules. We confirm the effectiveness of our algorithm as being complimentary to many state-of-the-art PEFT methods on the VTAB-1k fine-tuning benchmark. Furthermore, we outperform QLoRA for fine-tuning LLaMA and show competitive performance against other memory-efficient pre-training methods on the large-scale C4 dataset.

📄 PDF Abstract BibTeX arXiv:2405.17991

Code (1)

roymiles/VeLoRA 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

LLaMA LLaMA is a collection of foundation language models ranging from 7B to 65B parameters. It is based on the transformer architecture with various improvements that were…

Similar Papers 제목 키워드 기반

Beyond Higher Rank: Token-wise Input-Output Projections for Efficient Low-Rank Adaptation

2025-10-27 · Shiwei Li, Xiandi Luo, Haozhao Wang, Xing Tang 외 arxiv

Low-rank adaptation (LoRA) is a parameter-efficient fine-tuning (PEFT) method widely used in large language models (LLMs). LoRA essentially describes the projection of an input space into a low-dimensional output space, …

parameter-efficient fine-tuning

Efficient Low Rank Attention for Long-Context Inference in Large Language Models

2025-10-25 · Tenghui Li, Guoxu Zhou, Xuyang Zhao, Yuning Qiu 외 arxiv

As the length of input text increases, the key-value (KV) cache in LLMs imposes prohibitive GPU memory costs and limits long-context inference on resource constrained devices. Existing approaches, such as KV quantization…

SHiPPO: Recurrent Memory with Transported Polynomial Projections

2026-07-03 · Tomoya Mizuguchi, Bum Jun Kim arxiv

HiPPO gives recurrent states memory semantics as coefficients of online polynomial projections, but in fixed channel coordinates. Modern selective SSMs, by contrast, rely on token-dependent control and channel interactio…

LoRDO: Distributed Low-Rank Optimization with Infrequent Communication

2026-02-04 · Andrej Jovanović, Alex Iacob, Mher Safaryan, Ionut-Vlad Modoranu 외 arxiv

Distributed training of foundation models via $\texttt{DDP}$ is limited by interconnect bandwidth. While infrequent communication strategies reduce synchronization frequency, they remain bottlenecked by the memory and co…

VELoRA: A Low-Rank Adaptation Approach for Efficient RGB-Event based Recognition

2024-12-28 · Lan Chen, Haoxiang Yang, Pengpeng Shao, Haoyu Song 외

Pattern recognition leveraging both RGB and Event cameras can significantly enhance performance by deploying deep neural networks that utilize a fine-tuning strategy. Inspired by the successful application of large model…

parameter-efficient fine-tuning