paper-with-me

홈 › Papers

Object-Driven One-Shot Fine-tuning of Text-to-Image Diffusion with Prototypical Embedding

2024-01-28 · Jianxiang Lu, Cong Xie, Hui Guo

As large-scale text-to-image generation models have made remarkable progress in the field of text-to-image generation, many fine-tuning methods have been proposed. However, these models often struggle with novel objects, especially with one-shot scenarios. Our proposed method aims to address the challenges of generalizability and fidelity in an object-driven way, using only a single input image and the object-specific regions of interest. To improve generalizability and mitigate overfitting, in our paradigm, a prototypical embedding is initialized based on the object's appearance and its class, before fine-tuning the diffusion model. And during fine-tuning, we propose a class-characterizing regularization to preserve prior knowledge of object classes. To further improve fidelity, we introduce object-specific loss, which can also use to implant multiple objects. Overall, our proposed object-driven method for implanting new objects can integrate seamlessly with existing concepts as well as with high fidelity and generalization. Our method outperforms several existing works. The code will be released.

📄 PDF Abstract BibTeX arXiv:2401.15708

Code (0)

등록된 구현이 없습니다.

Tasks

Image GenerationObjectText to Image GenerationText-to-Image Generation

Methods 이 논문이 사용한 방법론

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 제목 키워드 기반

LOC-ZSON: Language-driven Object-Centric Zero-Shot Object Retrieval and Navigation

2024-05-08 · Tianrui Guan, Yurou Yang, Harry Cheng, Muyuan Lin 외

In this paper, we present LOC-ZSON, a novel Language-driven Object-Centric image representation for object navigation task within complex scenes. We propose an object-centric image representation and corresponding losses…

Language ModelingLanguage ModellingObjectRetrieval

DomainGallery: Few-shot Domain-driven Image Generation by Attribute-centric Finetuning

2024-11-07 · Yuxuan Duan, Yan Hong, Bo Zhang, Jun Lan 외

The recent progress in text-to-image models pretrained on large-scale datasets has enabled us to generate various images as long as we provide a text prompt describing what we want. Nevertheless, the availability of thes…

AttributeDisentanglementImage Generation

Exploring Diffusion Models' Corruption Stage in Few-Shot Fine-tuning and Mitigating with Bayesian Neural Networks

2024-05-30 · Xiaoyu Wu, Jiaru Zhang, Yang Hua, Bohan Lyu 외

Few-shot fine-tuning of Diffusion Models (DMs) is a key advancement, significantly reducing training costs and enabling personalized AI applications. However, we explore the training dynamics of DMs and observe an unanti…

Variational Inference

Visual-RFT: Visual Reinforcement Fine-Tuning

2025-03-03 · Ziyu Liu, Zeyi Sun, Yuhang Zang, Xiaoyi Dong 외

Reinforcement Fine-Tuning (RFT) in Large Reasoning Models like OpenAI o1 learns from feedback on its answers, which is especially useful in applications when fine-tuning data is scarce. Recent open-source work like DeepS…

Few-Shot Object DetectionFine-Grained Image Classificationimage-classificationImage Classification+5

Fine-Tuning Without Forgetting In-Context Learning: A Theoretical Analysis of Linear Attention Models

2026-02-26 · Chungpa Lee, Jy-yong Sohn, Kangwook Lee arxiv

Transformer-based large language models exhibit in-context learning, enabling adaptation to downstream tasks via few-shot prompting with demonstrations. In practice, such models are often fine-tuned to improve zero-shot …