paper-with-me

홈 › Papers

LoRA Diffusion: Zero-Shot LoRA Synthesis for Diffusion Model Personalization

2024-12-03 · Ethan Smith, Rami Seid, Alberto Hojel, Paramita Mishra, Jianbo Wu

Low-Rank Adaptation (LoRA) and other parameter-efficient fine-tuning (PEFT) methods provide low-memory, storage-efficient solutions for personalizing text-to-image models. However, these methods offer little to no improvement in wall-clock training time or the number of steps needed for convergence compared to full model fine-tuning. While PEFT methods assume that shifts in generated distributions (from base to fine-tuned models) can be effectively modeled through weight changes in a low-rank subspace, they fail to leverage knowledge of common use cases, which typically focus on capturing specific styles or identities. Observing that desired outputs often comprise only a small subset of the possible domain covered by LoRA training, we propose reducing the search space by incorporating a prior over regions of interest. We demonstrate that training a hypernetwork model to generate LoRA weights can achieve competitive quality for specific domains while enabling near-instantaneous conditioning on user input, in contrast to traditional training methods that require thousands of steps.

📄 PDF Abstract BibTeX arXiv:2412.02352

Code (0)

등록된 구현이 없습니다.

Tasks

parameter-efficient fine-tuning

Methods 이 논문이 사용한 방법론

HyperNetwork A HyperNetwork is a network that generates weights for a main network. The behavior of the main network is the same with any usual neural network: it learns to map some raw…
Focus 설명 없음
BASE 설명 없음

Similar Papers 제목 키워드 기반

HyperLoRA: Parameter-Efficient Adaptive Generation for Portrait Synthesis

2025-03-21 · CVPR 2025 1 · Mengtian Li, Jinshu Chen, Wanquan Feng, Bingchuan Li 외

Personalized portrait synthesis, essential in domains like social entertainment, has recently made significant progress. Person-wise fine-tuning based methods, such as LoRA and DreamBooth, can produce photorealistic outp…

Generative Diffusion Model Bootstraps Zero-shot Classification of Fetal Ultrasound Images In Underrepresented African Populations

2024-07-29 · Fangyijie Wang, Kevin Whelan, Guénolé Silvestre, Kathleen M. Curran

Developing robust deep learning models for fetal ultrasound image analysis requires comprehensive, high-quality datasets to effectively learn informative data representations within the domain. However, the scarcity of l…

zero-shot-classificationZero-Shot Learning

Zero-Shot Adaptation of Parameter-Efficient Fine-Tuning in Diffusion Models

2025-05-29 · Farzad Farhadzadeh, Debasmit Das, Shubhankar Borse, Fatih Porikli

We introduce ProLoRA, enabling zero-shot adaptation of parameter-efficient fine-tuning in text-to-image diffusion models. ProLoRA transfers pre-trained low-rank adjustments (e.g., LoRA) from a source to a target model wi…

parameter-efficient fine-tuningTransfer Learning

Text-guided Explorable Image Super-resolution

2024-03-02 · CVPR 2024 1 · Kanchana Vaishnavi Gandikota, Paramanand Chandramouli

In this paper, we introduce the problem of zero-shot text-guided exploration of the solutions to open-domain image super-resolution. Our goal is to allow users to explore diverse, semantically accurate reconstructions th…

DiversityImage Super-ResolutionSuper-Resolution

CTRLorALTer: Conditional LoRAdapter for Efficient 0-Shot Control & Altering of T2I Models

2024-05-13 · Nick Stracke, Stefan Andreas Baumann, Joshua M. Susskind, Miguel Angel Bautista 외

Text-to-image generative models have become a prominent and powerful tool that excels at generating high-resolution realistic images. However, guiding the generative process of these models to consider detailed forms of …