paper-with-me

Papers

PatchDPO: Patch-level DPO for Finetuning-free Personalized Image Generation

2024-12-04 · CVPR 2025 1 · Qihan Huang, Long Chan, Jinlong Liu, Wanggui He, Hao Jiang, Mingli Song, Jie Song

Finetuning-free personalized image generation can synthesize customized images without test-time finetuning, attracting wide research interest owing to its high efficiency. Current finetuning-free methods simply adopt a single training stage with a simple image reconstruction task, and they typically generate low-quality images inconsistent with the reference images during test-time. To mitigate this problem, inspired by the recent DPO (i.e., direct preference optimization) technique, this work proposes an additional training stage to improve the pre-trained personalized generation models. However, traditional DPO only determines the overall superiority or inferiority of two samples, which is not suitable for personalized image generation because the generated images are commonly inconsistent with the reference images only in some local image patches. To tackle this problem, this work proposes PatchDPO that estimates the quality of image patches within each generated image and accordingly trains the model. To this end, PatchDPO first leverages the pre-trained vision model with a proposed self-supervised training method to estimate the patch quality. Next, PatchDPO adopts a weighted training approach to train the model with the estimated patch quality, which rewards the image patches with high quality while penalizing the image patches with low quality. Experiment results demonstrate that PatchDPO significantly improves the performance of multiple pre-trained personalized generation models, and achieves state-of-the-art performance on both single-object and multi-object personalized image generation. Our code is available at https://github.com/hqhQAQ/PatchDPO.

📄 PDF Abstract BibTeX arXiv:2412.03177

Code (1)

hqhqaq/patchdpo 공식 구현 pytorch

Tasks

Image GenerationImage ReconstructionPersonalized Image Generation

Methods 이 논문이 사용한 방법론

ADOPT Please enter a description about the method here
DPO 설명 없음

Similar Papers 제목 키워드 기반

ExPLoRe: Expert Patch-Level Loss Routing for Multi-Objective Masked Image Modeling

2026-06-30 · Konstantinos Georgiou, Maofeng Tang, Hairong Qi arxiv

Multi-objective masked image modeling (MIM) combines complementary learning signals (token distillation, CLS alignment, and pixel reconstruction) but existing methods weight these objectives with global scalars, ignoring…

JeDi: Joint-Image Diffusion Models for Finetuning-Free Personalized Text-to-Image Generation

2024-07-08 · CVPR 2024 1 · Yu Zeng, Vishal M. Patel, Haochen Wang, Xun Huang 외

Personalized text-to-image generation models enable users to create images that depict their individual possessions in diverse scenes, finding applications in various domains. To achieve the personalization capability, e…

Dataset GenerationImage GenerationText to Image GenerationText-to-Image Generation

Defending Against Malicious Finetuning by Scaling Train-time Adversarial Attacks

2026-06-06 · Haoming Wen, Shi Chen, Qingyu Shi, Siyuan Liu 외 arxiv

Current open-weight large language models (LLMs) are prone to malicious finetuning attacks, which could compromise the safety alignment of LLMs with only a few steps of supervised finetuning (SFT) on poisoned datasets. E…

Resolving Multi-Condition Confusion for Finetuning-Free Personalized Image Generation

2024-09-26 · Qihan Huang, Siming Fu, Jinlong Liu, Hao Jiang 외

Personalized text-to-image generation methods can generate customized images based on the reference images, which have garnered wide research interest. Recent methods propose a finetuning-free approach with a decoupled c…

Image GenerationObjectPersonalized Image GenerationText to Image Generation+1

Fixing Model Bugs with Natural Language Patches

2022-11-07 · Shikhar Murty, Christopher D. Manning, Scott Lundberg, Marco Tulio Ribeiro

Current approaches for fixing systematic problems in NLP models (e.g. regex patches, finetuning on more data) are either brittle, or labor-intensive and liable to shortcuts. In contrast, humans often provide corrections …

modelRelation ExtractionSentiment Analysis