paper-with-me

홈 › Papers

Prompt-Free Conditional Diffusion for Multi-object Image Augmentation

2025-07-08 · Haoyu Wang, Lei Zhang, Wei Wei, Chen Ding, Yanning Zhang

Diffusion models has underpinned much recent advances of dataset augmentation in various computer vision tasks. However, when involving generating multi-object images as real scenarios, most existing methods either rely entirely on text condition, resulting in a deviation between the generated objects and the original data, or rely too much on the original images, resulting in a lack of diversity in the generated images, which is of limited help to downstream tasks. To mitigate both problems with one stone, we propose a prompt-free conditional diffusion framework for multi-object image augmentation. Specifically, we introduce a local-global semantic fusion strategy to extract semantics from images to replace text, and inject knowledge into the diffusion model through LoRA to alleviate the category deviation between the original model and the target dataset. In addition, we design a reward model based counting loss to assist the traditional reconstruction loss for model training. By constraining the object counts of each category instead of pixel-by-pixel constraints, bridging the quantity deviation between the generated data and the original data while improving the diversity of the generated data. Experimental results demonstrate the superiority of the proposed method over several representative state-of-the-art baselines and showcase strong downstream task gain and out-of-domain generalization capabilities. Code is available at \href{https://github.com/00why00/PFCD}{here}.

📄 PDF Abstract BibTeX arXiv:2507.06146

Code (1)

00why00/pfcd 공식 구현 pytorch

Tasks

DiversityDomain GeneralizationImage Augmentation

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

Unlearning the Unpromptable: Prompt-free Instance Unlearning in Diffusion Models

2026-03-11 · Kyungryeol Lee, Kyeonghyun Lee, Seongmin Hong, Byung Hyun Lee 외 arxiv

Machine unlearning aims to remove specific outputs from trained models, often at the concept level, such as forgetting all occurrences of a particular celebrity or filtering content via text prompts. However, many undesi…

Image Editing

Data-free Distillation with Degradation-prompt Diffusion for Multi-weather Image Restoration

2024-09-05 · Pei Wang, Xiaotong Luo, Yuan Xie, Yanyun Qu

Multi-weather image restoration has witnessed incredible progress, while the increasing model capacity and expensive data acquisition impair its applications in memory-limited devices. Data-free distillation provides an …

Image RestorationKnowledge Distillation

CDCP: Conditional Diffusion Model with Contextual Prompts for Multi-task Offline Safe Reinforcement Learning

2026-07-04 · Jiayi Guan, Tianle Zhang, Li Shen, Ruiqi Zhang 외 arxiv

Multi-task offline safe reinforcement learning (RL) promises to learn a shared optimal safe policy from offline data across multiple tasks. This paradigm provides an effective means for the widespread application of RL i…

Reinforcement Learning

UniCombine: Unified Multi-Conditional Combination with Diffusion Transformer

2025-03-12 · Haoxuan Wang, Jinlong Peng, Qingdong He, Hao Yang 외

With the rapid development of diffusion models in image generation, the demand for more powerful and flexible controllable frameworks is increasing. Although existing methods can guide generation beyond text prompts, the…

Image Generation

StyleDiffusion: Prompt-Embedding Inversion for Text-Based Editing

2023-03-28 · Senmao Li, Joost Van de Weijer, Taihang Hu, Fahad Shahbaz Khan 외

A significant research effort is focused on exploiting the amazing capacities of pretrained diffusion models for the editing of images.They either finetune the model, or invert the image in the latent space of the pretra…

Text-based Image Editing