LGAIOct 14, 2025

HiLoRA: Adaptive Hierarchical LoRA Routing for Training-Free Domain Generalization

UW
arXiv:2510.12266v13 citationsh-index: 12
Originality Incremental advance
AI Analysis

This addresses domain generalization for LLM users by enabling efficient reuse of existing LoRAs without additional training, though it is incremental as it builds on LoRA techniques.

The paper tackles the problem of domain generalization in large language models by proposing HiLoRA, a training-free framework that adaptively routes low-rank adaptation modules, achieving accuracy gains of up to 55% over state-of-the-art baselines.

Low-Rank Adaptation (LoRA) has emerged as a widely used technique for adapting large language models (LLMs) to new domains, due to its modular design and broad availability on platforms such as HuggingFace. This availability has motivated efforts to reuse existing LoRAs for domain generalization. However, existing methods often rely on explicit task labels or additional training, which are impractical for deployment. Moreover, they typically activate a fixed number of entire LoRA modules, leading to parameter redundancy or insufficiency that degrade performance. In this paper, we propose \texttt{HiLoRA}, a training-free framework that performs adaptive hierarchical routing over LoRA pools. Drawing on structural properties of LoRA, we define rank-one components (ROCs), in which each rank parameter is regarded as an independent unit. For a given input sequence, \texttt{HiLoRA} first adaptively selects a subset of LoRAs and determines their ROC allocation based on Gaussian likelihoods at the sequence level. At the token level, it further refines routing by activating only the most informative ROCs. We further provide theoretical guarantees that \texttt{HiLoRA} selects the most relevant LoRAs with high probability. Extensive experiments show that \texttt{HiLoRA} achieves substantial improvements in domain generalization, with accuracy gains of up to {\small $55\%$} over state-of-the-art baselines, while maintaining comparable inference throughput.

Foundations

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

Your Notes