LGJun 12, 2025

TreeLoRA: Efficient Continual Learning via Layer-Wise LoRAs Guided by a Hierarchical Gradient-Similarity Tree

arXiv:2506.10355v19 citationsh-index: 21ICML
Originality Incremental advance
AI Analysis

This addresses the computational efficiency challenge in continual learning for large models, which is important for real-world streaming applications, though it appears incremental as it builds on existing LoRA and gradient similarity techniques.

The paper tackles the problem of efficient continual learning for large pre-trained models by introducing TreeLoRA, which constructs layer-wise adapters using hierarchical gradient similarity to reduce computational burden while preventing catastrophic forgetting. Experiments on vision transformers and large language models show the approach is effective and efficient across vision and NLP tasks.

Many real-world applications collect data in a streaming environment, where learning tasks are encountered sequentially. This necessitates continual learning (CL) to update models online, enabling adaptation to new tasks while preserving past knowledge to prevent catastrophic forgetting. Nowadays, with the flourish of large pre-trained models (LPMs), efficiency has become increasingly critical for CL, due to their substantial computational demands and growing parameter sizes. In this paper, we introduce TreeLoRA (K-D Tree of Low-Rank Adapters), a novel approach that constructs layer-wise adapters by leveraging hierarchical gradient similarity to enable efficient CL, particularly for LPMs. To reduce the computational burden of task similarity estimation, we employ bandit techniques to develop an algorithm based on lower confidence bounds to efficiently explore the task structure. Furthermore, we use sparse gradient updates to facilitate parameter optimization, making the approach better suited for LPMs. Theoretical analysis is provided to justify the rationale behind our approach, and experiments on both vision transformers (ViTs) and large language models (LLMs) demonstrate the effectiveness and efficiency of our approach across various domains, including vision and natural language processing tasks.

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