paper-with-me

홈 › Papers

Stylus: Automatic Adapter Selection for Diffusion Models

2024-04-29 · Michael Luo, Justin Wong, Brandon Trabucco, Yanping Huang, Joseph E. Gonzalez, Zhifeng Chen, Ruslan Salakhutdinov, Ion Stoica

Beyond scaling base models with more data or parameters, fine-tuned adapters provide an alternative way to generate high fidelity, custom images at reduced costs. As such, adapters have been widely adopted by open-source communities, accumulating a database of over 100K adapters-most of which are highly customized with insufficient descriptions. This paper explores the problem of matching the prompt to a set of relevant adapters, built on recent work that highlight the performance gains of composing adapters. We introduce Stylus, which efficiently selects and automatically composes task-specific adapters based on a prompt's keywords. Stylus outlines a three-stage approach that first summarizes adapters with improved descriptions and embeddings, retrieves relevant adapters, and then further assembles adapters based on prompts' keywords by checking how well they fit the prompt. To evaluate Stylus, we developed StylusDocs, a curated dataset featuring 75K adapters with pre-computed adapter embeddings. In our evaluation on popular Stable Diffusion checkpoints, Stylus achieves greater CLIP-FID Pareto efficiency and is twice as preferred, with humans and multimodal models as evaluators, over the base model. See stylus-diffusion.github.io for more.

📄 PDF Abstract BibTeX arXiv:2404.18928

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Adapter 설명 없음
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…

Similar Papers 제목 키워드 기반

StylusAI: Stylistic Adaptation for Robust German Handwritten Text Generation

2024-07-22 · Nauman Riaz, Saifullah Saifullah, Stefan Agne, Andreas Dengel 외

In this study, we introduce StylusAI, a novel architecture leveraging diffusion models in the domain of handwriting style generation. StylusAI is specifically designed to adapt and integrate the stylistic nuances of one …

BenchmarkingText Generation

On handwriting pressure normalization for interoperability of different acquisition stylus

2022-03-28 · Marcos Faundez-Zanuy, Olga Brotons-Rufes, Carles Paul-Recarens, Réjean Plamondon

In this paper, we present a pressure characterization and normalization procedure for online handwritten acquisition. Normalization process has been tested in biometric recognition experiments (identification and verific…

ARIADNE: Agnostic Routing for Inference-time Adapter DyNamic sElection

2026-06-17 · Enrico Cassano, Michał Brzozowski, Zuzanna Dubanowska, Paolo Mandica 외 arxiv

The increasing deployment of parameter-efficient fine-tuning (PEFT) has led to model ecosystems in which a single backbone is paired with many task-specialized adapters. In this setting, inference-time queries often arri…

parameter-efficient fine-tuning

FREE-Switch: Frequency-based Dynamic LoRA Switch for Style Transfer

2026-04-11 · Shenghe Zheng, Minyu Zhang, Tianhao Liu, Hongzhi Wang arxiv

With the growing availability of open-sourced adapters trained on the same diffusion backbone for diverse scenes and objects, combining these pretrained weights enables low-cost customized generation. However, most exist…

Image GenerationText GenerationStyle Transfer

FouRA: Fourier Low Rank Adaptation

2024-06-13 · Shubhankar Borse, Shreya Kadambi, Nilesh Prasad Pandey, Kartikeya Bhardwaj 외

While Low-Rank Adaptation (LoRA) has proven beneficial for efficiently fine-tuning large models, LoRA fine-tuned text-to-image diffusion models lack diversity in the generated images, as the model tends to copy data from…

Diversity