paper-with-me

Papers

SLAD : Shared LoRA Adapters for Task Specific Distillation

2026-05-28 · Reda Bensaid, Yassir Bendou, Vincent Gripon, François Leduc-Primeau arxiv

In the context of resource-constrained environments such as embedded systems, adapting reduced-size foundation models to downstream tasks has become increasingly popular. This has recently motivated the emerging setting of task-specific distillation, where a larger and a smaller version of the same foundation model are both adapted to the same downstream task, with the goal of transferring knowledge from the former to the latter. Recent work has demonstrated the benefits of using a larger version of the same foundation model to assist the adaptation of a smaller one. Typically, the larger model (teacher) is first adapted via fine-tuning or linear probing before its knowledge is distilled into the smaller model (student). While fine-tuning the teacher often increases its performance, recent work showed that probing it leads to better knowledge distillation to the student. Our findings show that this is mainly due to a mis-alignment in feature representation between the teacher and the student which occurs during the teacher's fine-tuning. Inspired by existing efforts to preserve previously learned knowledge, we first propose leveraging low-rank adaptation, resulting in better feature alignment and therefore better knowledge transfer. Drawing from this insight, we further enhance the feature alignment through a parameter-sharing strategy of the adapters between the two encoders during joint training. Our proposed method, SLAD, shows better feature alignment between the teacher and student, which results in increased performance for not only the student but also the teacher model, while being 2x faster to train than fine-tuning. Through extensive experiments on multiple classification and segmentation datasets, we demonstrate the improved accuracy and transfer efficiency of our method, achieving state-of-the-art performance in the task-specific distillation framework.

📄 PDF Abstract BibTeX arXiv:2605.29726

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Distillation

Similar Papers 제목 키워드 기반

CL-LoRA: Continual Low-Rank Adaptation for Rehearsal-Free Class-Incremental Learning

2025-05-30 · CVPR 2025 1 · Jiangpeng He, Zhihao Duan, Fengqing Zhu

Class-Incremental Learning (CIL) aims to learn new classes sequentially while retaining the knowledge of previously learned classes. Recently, pre-trained models (PTMs) combined with parameter-efficient fine-tuning (PEFT…

class-incremental learningClass Incremental LearningContinual LearningIncremental Learning+2

Crowded in B-Space: Calibrating Shared Directions for LoRA Merging

2026-04-18 · Yixuan Tang, Yi Yang arxiv

Merging separately trained LoRA adapters is a practical alternative to joint multi-task training, but it often hurts performance. Existing methods usually treat the LoRA update $ΔW = BA$ as a single object and do not dis…

Tensorized Clustered LoRA Merging for Multi-Task Interference

2025-08-06 · Zhan Su, Fengran Mo, Guojun Liang, Jinghan Zhang 외 arxiv

Despite the success of the monolithic dense paradigm of large language models (LLMs), the LoRA adapters offer an efficient solution by fine-tuning small task-specific modules and merging them with the base model. However…

Question Answering

Compress then Merge: From Multiple LoRAs into One Low-Rank Adapter

2026-06-02 · Zhengbao He, Ruiqi Ding, Zhehao Huang, Ruikai Yang 외 arxiv

Low-rank adaptation (LoRA) enables parameter-efficient specialization of foundation models, but the proliferation of task-specific adapters fragments capabilities across many adapters, complicating reuse and deployment. …

Separating Shared and Domain-Specific LoRAs for Multi-Domain Learning

2025-08-05 · Yusaku Takama, Ning Ding, Tatsuya Yokota, Toru Tamaki arxiv

Existing architectures of multi-domain learning have two types of adapters: shared LoRA for all domains and domain-specific LoRA for each particular domain. However, it remains unclear whether this structure effectively …

Action Recognition