paper-with-me

Papers

InstanceDiffusion: Instance-level Control for Image Generation

2024-02-05 · CVPR 2024 1 · Xudong Wang, Trevor Darrell, Sai Saketh Rambhatla, Rohit Girdhar, Ishan Misra

Text-to-image diffusion models produce high quality images but do not offer control over individual instances in the image. We introduce InstanceDiffusion that adds precise instance-level control to text-to-image diffusion models. InstanceDiffusion supports free-form language conditions per instance and allows flexible ways to specify instance locations such as simple single points, scribbles, bounding boxes or intricate instance segmentation masks, and combinations thereof. We propose three major changes to text-to-image models that enable precise instance-level control. Our UniFusion block enables instance-level conditions for text-to-image models, the ScaleU block improves image fidelity, and our Multi-instance Sampler improves generations for multiple instances. InstanceDiffusion significantly surpasses specialized state-of-the-art models for each location condition. Notably, on the COCO dataset, we outperform previous state-of-the-art by 20.4% AP$_{50}^\text{box}$ for box inputs, and 25.4% IoU for mask inputs.

📄 PDF Abstract BibTeX arXiv:2402.03290

Code (1)

frank-xwang/InstanceDiffusion 공식 구현 pytorch

Tasks

Conditional Text-to-Image SynthesisImage GenerationInstance SegmentationSemantic Segmentation

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

InstanceControl: Controllable Complex Image Generation without Instance Labeling

2026-06-30 · Xiaoyu Liu, Huan Wang, Fan Li, Zhixin Wang 외 hf

Controllable image generation methods, such as ControlNet, have demonstrated a remarkable capacity to introduce visual conditions(e.g., depth maps) to guide image generation. However, these methods often struggle with co…

Image Generation

FineControlNet: Fine-level Text Control for Image Generation with Spatially Aligned Text Control Injection

2023-12-14 · Hongsuk Choi, Isaac Kasahara, Selim Engin, Moritz Graule 외

Recently introduced ControlNet has the ability to steer the text-driven image generation process with geometric input such as human 2D pose, or edge features. While ControlNet provides control over the geometric form of …

Image Generation

OmniBooth: Learning Latent Control for Image Synthesis with Multi-modal Instruction

2024-10-07 · Leheng Li, Weichao Qiu, Xu Yan, Jing He 외

We present OmniBooth, an image generation framework that enables spatial control with instance-level multi-modal customization. For all instances, the multimodal instruction can be described through text prompts or image…

Image GenerationText to Image GenerationText-to-Image Generation

Attribute-guided image generation from layout

2020-08-27 · Ke Ma, Bo Zhao, Leonid Sigal

Recent approaches have achieved great success in image generation from structured inputs, e.g., semantic segmentation, scene graph or layout. Although these methods allow specification of objects and their locations at i…

AttributeImage GenerationObjectSemantic Segmentation

IFAdapter: Instance Feature Control for Grounded Text-to-Image Generation

2024-09-12 · Yinwei Wu, Xianpan Zhou, Bing Ma, Xuefeng Su 외

While Text-to-Image (T2I) diffusion models excel at generating visually appealing images of individual instances, they struggle to accurately position and control the features generation of multiple instances. The Layout…

Image GenerationText to Image GenerationText-to-Image Generation