LGAIMay 24, 2025

ThanoRA: Task Heterogeneity-Aware Multi-Task Low-Rank Adaptation

arXiv:2505.18640v22 citationsh-index: 16Has Code
Originality Incremental advance
AI Analysis

This addresses the need for practical multi-task adaptation in real-world applications by improving efficiency and performance without introducing additional structures, though it is incremental as it builds on existing LoRA methods.

The paper tackles the problem of efficiently adapting foundation models to multiple tasks simultaneously by proposing ThanoRA, a multi-task low-rank adaptation framework that tailors subspace allocation and enforces diversity preservation, resulting in consistent performance improvements across benchmarks, even surpassing separate task-specific fine-tuning without adding inference overhead.

Low-Rank Adaptation (LoRA) is widely adopted for downstream fine-tuning of foundation models due to its efficiency and zero additional inference cost. Many real-world applications require foundation models to specialize in several specific tasks simultaneously, motivating the need for efficient multi-task downstream adaptation. To address this need, existing studies have primarily explored two directions: Model Merging with LoRA, which shows advantages in training-free scenarios but still lags behind multi-task training in overall performance; and MoE-based LoRA approaches, which improve multi-task learning performance but introduce routers that hinder the mergeability of LoRA parameters and incur considerable inference overhead, thereby limiting real-world deployment practicality. To this end, we propose ThanoRA, a Task Heterogeneity-Aware Multi-Task Low-Rank Adaptation framework that enables effective, efficient and unified multi-task downstream adaptation without introducing additional structure. ThanoRA performs multi-task learning by tailoring subspace allocation at initialization and enforcing diversity preservation throughout training: it allocates varying dimensions to construct task-specific low-rank subspaces driven by inter-task heterogeneity, enabling fine-grained knowledge injection, while diversity-preserving regularization mitigates task interference and subspace collapse, thereby fully exploiting the low-rank capacity. Extensive experiments across multimodal and text-only benchmarks under varying multi-task mixtures demonstrate that ThanoRA consistently outperforms strong baselines, surpassing even separate task-specific fine-tuning, while introducing no additional structures or inference overhead. Our code will be publicly available at: https://github.com/LiangJian24/ThanoRA.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes