paper-with-me

Papers

LoRA Recycle: Unlocking Tuning-Free Few-Shot Adaptability in Visual Foundation Models by Recycling Pre-Tuned LoRAs

2025-01-01 · CVPR 2025 1 · Zixuan Hu, Yongxian Wei, Li Shen, Chun Yuan, DaCheng Tao

Large Language Models (LLMs) such as ChatGPT demonstrate strong few-shot adaptability without requiring fine-tuning, positioning them ideal for data-limited and real-time applications. However, this adaptability has not yet been replicated in current Visual Foundation Models (VFMs), which require explicit fine-tuning with sufficient tuning data. Besides, the pretraining-finetuning paradigm has led to the surge of numerous task-specific modular components, such as Low-Rank Adaptation (LoRA). For the first time, we explore the potential of reusing diverse pre-tuned LoRAs without accessing their original training data, to achieve tuning-free few-shot adaptation in VFMs. Our framework, LoRA Recycle, distills a meta-LoRA from diverse pre-tuned LoRAs with a meta-learning objective, using synthetic data inversely generated from pre-tuned LoRAs themselves. The VFM, once equipped with the meta-LoRA, is empowered to solve new few-shot tasks in a single forward pass, akin to the in-context learning of LLMs. Additionally, we incorporate a double-efficient mechanism, accelerating the data-generation and meta-training process while maintaining or even improving performance. Extensive experiments across various few-shot classification benchmarks across both in- and cross-domain scenarios demonstrate the superiority of our framework. Code is available at https://github.com/Egg-Hu/LoRA-Recycle.

📄 PDF Abstract BibTeX

Code (1)

egg-hu/lora-recycle 공식 구현 pytorch

Tasks

In-Context LearningMeta-Learning

Similar Papers 제목 키워드 기반

Unlocking Tuning-Free Few-Shot Adaptability in Visual Foundation Models by Recycling Pre-Tuned LoRAs

2024-12-03 · Zixuan Hu, Yongxian Wei, Li Shen, Chun Yuan 외

Large Language Models (LLMs) such as ChatGPT demonstrate strong few-shot adaptability without requiring fine-tuning, positioning them ideal for data-limited and real-time applications. However, this adaptability has not …

In-Context LearningMeta-Learning

RecycleLoRA: Rank-Revealing QR-Based Dual-LoRA Subspace Adaptation for Domain Generalized Semantic Segmentation

2026-03-30 · Chanseul Cho, Seokju Yun, Jeaseong Jeon, Seungjae Moon 외 arxiv

Domain Generalized Semantic Segmentation (DGSS) aims to maintain robust performance across unseen target domains. Vision Foundation Models (VFMs) offer rich multi-domain knowledge that can enhance generalization. However…

Semantic SegmentationDomain Generalization

Riemannian Optimization for LoRA on the Stiefel Manifold

2025-08-25 · Juneyoung Park, Minjae Kang, Seongbae Lee, Haegang Lee 외 arxiv

While powerful, large language models (LLMs) present significant fine-tuning challenges due to their size. Parameter-efficient fine-tuning (PEFT) methods like LoRA provide solutions, yet suffer from critical optimizer in…

parameter-efficient fine-tuning

Safe LoRA: the Silver Lining of Reducing Safety Risks when Fine-tuning Large Language Models

2024-05-27 · Chia-Yi Hsu, Yu-Lin Tsai, Chih-Hsun Lin, Pin-Yu Chen 외

While large language models (LLMs) such as Llama-2 or GPT-4 have shown impressive zero-shot performance, fine-tuning is still necessary to enhance their performance for customized datasets, domain-specific tasks, or othe…

parameter-efficient fine-tuning

BBTv2: Towards a Gradient-Free Future with Large Language Models

2022-05-23 · Tianxiang Sun, Zhengfu He, Hong Qian, Yunhua Zhou 외

Most downstream adaptation methods tune all or part of the parameters of pre-trained models (PTMs) through gradient descent, where the tuning cost increases linearly with the growth of the model size. By contrast, gradie…

Few-Shot LearningLanguage Modelling