paper-with-me

홈 › Papers

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

2025-10-14 · Ziyi Han, Huanyu Wang, Zeyu Zhang, Xiangxiang Dai, Xutong Liu, John C. S. Lui arxiv

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.

📄 PDF Abstract BibTeX arXiv:2510.12266

Code (0)

등록된 구현이 없습니다.

Tasks

Domain Generalization

Similar Papers 제목 키워드 기반

HiLoRA: Hierarchical Low-Rank Adaptation for Personalized Federated Learning

2026-03-03 · Zihao Peng, Nan Zou, Jiandian Zeng, Guo Li 외 arxiv

Vision Transformers (ViTs) have been widely adopted in vision tasks due to their strong transferability. In Federated Learning (FL), where full fine-tuning is communication heavy, Low-Rank Adaptation (LoRA) provides an e…

Personalized Federated LearningRepresentation Learning

HiVG: Hierarchical Multimodal Fine-grained Modulation for Visual Grounding

2024-04-20 · Linhui Xiao, Xiaoshan Yang, Fang Peng, YaoWei Wang 외

Visual grounding, which aims to ground a visual region via natural language, is a task that heavily relies on cross-modal alignment. Existing works utilized uni-modal pre-trained models to transfer visual or linguistic k…

cross-modal alignmentVisual Grounding

A Language-Agnostic Hierarchical LoRA-MoE Architecture for CTC-based Multilingual ASR

2026-01-02 · Yuang Zheng, Dongxu Chen, Yuxiang Mei, Dongxing Xu 외 arxiv

Large-scale multilingual ASR (mASR) models such as Whisper achieve strong performance but incur high computational and latency costs, limiting their deployment on resource-constrained edge devices. In this study, we prop…

Domain Adaptation

FreeFuse: Multi-Subject LoRA Fusion via Adaptive Token-Level Routing at Test Time

2025-10-27 · Yaoli Liu, Yao-Xiang Ding, Kun Zhou arxiv

This paper proposes FreeFuse, a training-free framework for multi-subject text-to-image generation through automatic fusion of multiple subject LoRAs. In contrast to prior studies that focus on retraining LoRAs to allevi…

Text-to-Image Generation

CoMoL: Efficient Mixture of LoRA Experts via Dynamic Core Space Merging

2026-02-28 · Jie Cao, Zhenxuan Fan, Zhuonan Wang, Tianwei Lin 외 arxiv

Large language models (LLMs) achieve remarkable performance on diverse downstream and domain-specific tasks via parameter-efficient fine-tuning (PEFT). However, existing PEFT methods, particularly MoE-LoRA architectures,…

parameter-efficient fine-tuning