English

TensLoRA: Tensor Alternatives for Low-Rank Adaptation

Machine Learning 2026-02-06 v3 Artificial Intelligence

Abstract

Low-Rank Adaptation (LoRA) is widely used to efficiently adapt Transformers by adding trainable low-rank matrices to attention projections. While effective, these matrices are considered independent for each attention projection (Query, Key, and Value) and each layer. Recent extensions have considered joint, tensor-based adaptations, but only in limited forms and without a systematic framework. We introduce TensLoRA, a unified framework that aggregates LoRA updates into higher-order tensors and models a broad family of tensor-based low-rank adaptations. Our formulation generalizes existing tensor-based methods and enables mode-specific compression rates, allowing parameter budgets to be tailored according to the modality and task. Experiments on vision and language benchmarks reveal that the tensor construction directly impacts performance, sometimes better than standard LoRA under similar parameter counts.

Keywords

Cite

@article{arxiv.2509.19391,
  title  = {TensLoRA: Tensor Alternatives for Low-Rank Adaptation},
  author = {Axel Marmoret and Reda Bensaid and Jonathan Lys and Vincent Gripon and François Leduc-Primeau},
  journal= {arXiv preprint arXiv:2509.19391},
  year   = {2026}
}

Comments

Published at ICASSP 2026. 5 pages, 1 figure, 2 tables. Code can be found at https://github.com/ax-le/TensLoRA

R2 v1 2026-07-01T05:52:47.643Z