paper-with-me

홈 › Papers

A LoRA is Worth a Thousand Pictures

2024-12-16 · Chenxi Liu, Towaki Takikawa, Alec Jacobson

Recent advances in diffusion models and parameter-efficient fine-tuning (PEFT) have made text-to-image generation and customization widely accessible, with Low Rank Adaptation (LoRA) able to replicate an artist's style or subject using minimal data and computation. In this paper, we examine the relationship between LoRA weights and artistic styles, demonstrating that LoRA weights alone can serve as an effective descriptor of style, without the need for additional image generation or knowledge of the original training set. Our findings show that LoRA weights yield better performance in clustering of artistic styles compared to traditional pre-trained features, such as CLIP and DINO, with strong structural similarities between LoRA-based and conventional image-based embeddings observed both qualitatively and quantitatively. We identify various retrieval scenarios for the growing collection of customized models and show that our approach enables more accurate retrieval in real-world settings where knowledge of the training images is unavailable and additional generation is required. We conclude with a discussion on potential future applications, such as zero-shot LoRA fine-tuning and model attribution.

📄 PDF Abstract BibTeX arXiv:2412.12048

Code (0)

등록된 구현이 없습니다.

Tasks

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

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Multi-Head Attention 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Residual Connection 설명 없음
Vision Transformer The Vision Transformer, or ViT, is a model for image classification that employs a Transformer-like architecture over…

Similar Papers 제목 키워드 기반

An Image is Worth More than a Thousand Favorites: Surfacing the Hidden Beauty of Flickr Pictures

2015-05-13 · Rossano Schifanella, Miriam Redi, Luca Aiello

The dynamics of attention in social media tend to obey power laws. Attention concentrates on a relatively small number of popular items and neglecting the vast majority of content produced by the crowd. Although populari…

Is a Picture Worth Ten Thousand Words in a Review Dataset?

2016-06-23 · Roberto Camacho Barranco, Laura M. Rodriguez, Rebecca Urbina, M. Shahriar Hossain

While textual reviews have become prominent in many recommendation-based systems, automated frameworks to provide relevant visual cues against text reviews where pictures are not available is a new form of task confronte…

TAG

Multiple Generative Adversarial Networks Analysis for Predicting Photographers' Retouching

2020-06-03 · Marc Bickel, Samuel Dubuis, Sébastien Gachoud

Anyone can take a photo, but not everybody has the ability to retouch their pictures and obtain result close to professional. Since it is not possible to ask experts to retouch thousands of pictures, we thought about tea…

Teaching Text-to-Image Models to Communicate in Dialog

2023-09-27 · Xiaowen Sun, Jiazhan Feng, Yuxuan Wang, Yuxuan Lai 외

A picture is worth a thousand words, thus, it is crucial for conversational agents to understand, perceive, and effectively respond with pictures. However, we find that directly employing conventional image generation te…

Image GenerationSentenceText to Image GenerationText-to-Image Generation

Words Worth a Thousand Pictures: Measuring and Understanding Perceptual Variability in Text-to-Image Generation

2024-06-12 · Raphael Tang, Xinyu Zhang, Lixinyu Xu, Yao Lu 외

Diffusion models are the state of the art in text-to-image generation, but their perceptual variability remains understudied. In this paper, we examine how prompts affect image variability in black-box diffusion-based mo…

Image GenerationPerceptual DistanceText to Image GenerationText-to-Image Generation