paper-with-me

홈 › Papers

LoRA-X: Bridging Foundation Models with Training-Free Cross-Model Adaptation

2025-01-27 · Farzad Farhadzadeh, Debasmit Das, Shubhankar Borse, Fatih Porikli

The rising popularity of large foundation models has led to a heightened demand for parameter-efficient fine-tuning methods, such as Low-Rank Adaptation (LoRA), which offer performance comparable to full model fine-tuning while requiring only a few additional parameters tailored to the specific base model. When such base models are deprecated and replaced, all associated LoRA modules must be retrained, requiring access to either the original training data or a substantial amount of synthetic data that mirrors the original distribution. However, the original data is often inaccessible due to privacy or licensing issues, and generating synthetic data may be impractical and insufficiently representative. These factors complicate the fine-tuning process considerably. To address this challenge, we introduce a new adapter, Cross-Model Low-Rank Adaptation (LoRA-X), which enables the training-free transfer of LoRA parameters across source and target models, eliminating the need for original or synthetic training data. Our approach imposes the adapter to operate within the subspace of the source base model. This constraint is necessary because our prior knowledge of the target model is limited to its weights, and the criteria for ensuring the adapter's transferability are restricted to the target base model's weights and subspace. To facilitate the transfer of LoRA parameters of the source model to a target model, we employ the adapter only in the layers of the target model that exhibit an acceptable level of subspace similarity. Our extensive experiments demonstrate the effectiveness of LoRA-X for text-to-image generation, including Stable Diffusion v1.5 and Stable Diffusion XL.

📄 PDF Abstract BibTeX arXiv:2501.16559

Code (0)

등록된 구현이 없습니다.

Tasks

Image Generationparameter-efficient fine-tuningText to Image GenerationText-to-Image Generation

Methods 이 논문이 사용한 방법론

BASE 설명 없음
Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…
Adapter 설명 없음

Similar Papers 제목 키워드 기반

CoLA: Cross-Modal Low-rank Adaptation for Multimodal Downstream Tasks

2026-04-01 · Wish Suharitdamrong, Tony Alex, Muhammad Awais, Sara Atito arxiv

Foundation models have revolutionized AI, but adapting them efficiently for multimodal tasks, particularly in dual-stream architectures composed of unimodal encoders, such as DINO and BERT, remains a significant challeng…

Visual Grounding

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 외

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 …

In-Context LearningMeta-Learning

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

NIMO: A Software Platform for Closed-Loop Materials Exploration with Diverse AI Algorithms

2026-06-14 · Ryo Tamura, Naruki Yoshikawa, Koji Tsuda, Shoichi Matsuda arxiv

Self-driving laboratories (SDLs), where artificial intelligence proposes subsequent experiments and robotic systems execute them, are rapidly becoming the vanguard of materials discovery. A critical bottleneck, however, …

Bridging Geometric and Semantic Foundation Models for Generalized Monocular Depth Estimation

2025-05-29 · Sanggyun Ma, Wonjoon Choi, Jihun Park, Jaeyeul Kim 외

We present Bridging Geometric and Semantic (BriGeS), an effective method that fuses geometric and semantic information within foundation models to enhance Monocular Depth Estimation (MDE). Central to BriGeS is the Bridgi…

Depth EstimationMonocular Depth Estimation