Transforming Vision Transformer: Towards Efficient Multi-Task Asynchronous Learning
Hanwen Zhong, Jiaxin Chen, Yutong Zhang, Di Huang, Yunhong Wang
TL;DR
This work tackles efficient multi-task learning for Vision Transformers by identifying inefficiencies in existing MoE and LoRA-based methods. It introduces EMTAL, which transforms a pre-trained ViT into a MoEfied LoRA-based multi-task learner, employs Quality Retaining optimization to support asynchronous task convergence, and uses a router fading strategy to reparameterize learned knowledge back into a unified backbone. The MoEfied LoRA component creates a Mixture of Low-Rank Experts by clustering similar weight columns and applying low-rank LoRA updates, while QR preserves high-quality knowledge across tasks. Empirical results on Multi-task FGVC, VTAB-1k, NYUv2, and few-shot settings show EMTAL achieves state-of-the-art accuracy with substantially fewer tunable parameters and no additional inference cost, highlighting its practical impact for scalable, task-rich vision systems.
Abstract
Multi-Task Learning (MTL) for Vision Transformer aims at enhancing the model capability by tackling multiple tasks simultaneously. Most recent works have predominantly focused on designing Mixture-of-Experts (MoE) structures and in tegrating Low-Rank Adaptation (LoRA) to efficiently perform multi-task learning. However, their rigid combination hampers both the optimization of MoE and the ef fectiveness of reparameterization of LoRA, leading to sub-optimal performance and low inference speed. In this work, we propose a novel approach dubbed Efficient Multi-Task Learning (EMTAL) by transforming a pre-trained Vision Transformer into an efficient multi-task learner during training, and reparameterizing the learned structure for efficient inference. Specifically, we firstly develop the MoEfied LoRA structure, which decomposes the pre-trained Transformer into a low-rank MoE structure and employ LoRA to fine-tune the parameters. Subsequently, we take into account the intrinsic asynchronous nature of multi-task learning and devise a learning Quality Retaining (QR) optimization mechanism, by leveraging the historical high-quality class logits to prevent a well-trained task from performance degradation. Finally, we design a router fading strategy to integrate the learned parameters into the original Transformer, archiving efficient inference. Extensive experiments on public benchmarks demonstrate the superiority of our method, compared to the state-of-the-art multi-task learning approaches.
