REVIEW 4 major objections 6 minor 7 cited by
Large-Scale Text-to-Image Model with Inpainting is a Zero-Shot Subject-Driven Image Generator
T0 review · 4 major / 6 minor · reviewed 2026-08-12 · deepseek-v4-flash
Pith's one-line read Diptych Prompting claims that a large text-to-image model with an inpainting module is a zero-shot subject-driven generator: a segmented reference in the left panel, masked inpainting on the right, with cross-panel attention carrying the…
desk verdict Clever zero-shot trick, but the headline comparison is confounded by base-model scale; revisit with matched baselines before believing the claimed margin. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing object is the incomplete diptych $I_{\mathrm{diptych}} = [G_{\mathrm{seg}}(I_{\mathrm{ref}}); \varnothing]$ with mask $M_{\mathrm{diptych}} = [0_{h\times w}; 1_{h\times w}]$, fed through the inpainting equation $\hat{I}_{\mathrm{diptych}} = F_\theta(I_{\mathrm{diptych}}, M_{\mathrm{diptych}}, T_{\mathrm{diptych}})$, where $G_{\mathrm{seg}}$ is a grounded-detection-plus-segmentation background remover and $F_\theta$ is FLUX with a ControlNet inpainting module. The identity-carrying mechanism is the reference attention block inside FLUX's transformer: the submatrix of attention weights from right-panel queries to left-panel keys is rescaled by $\lambda > 1$ (set to $1.3$ in experiments) to amplify fine subject details. Background removal exists to stop the right panel from mirroring pose, location, and background from the reference, so the two auxiliary mechanisms jointly enforce text alignment and subject alignment.
What would settle it
Run the full pipeline on a subject whose identity lives in fine texture, such as the DreamBench colorful sneaker or the patterned bowl. If the generated right panel repeatedly loses the identifying pattern at the paper's chosen $\lambda=1.3$, while a text-encoder baseline keeps it, then the claim that cross-panel attention rescaling preserves granular details fails. A second check: remove the background-segmentation step on a varied set of subjects; if CLIP-T does not drop relative to the segmented version, the paper's stated mechanism for preventing content leakage is not doing the claimed work.
Extended reading notes
Core claim
The paper's central claim is that the diptych-generation ability of the FLUX text-to-image model can be repurposed as a training-free subject-driven generator by turning the task into diptych inpainting. Given one reference image, Diptych Prompting isolates the subject with a detection-and-segmentation step, places it in the left half of a 1:2 canvas, masks the right half, and fills that right half from a prompt describing the desired context in diptych form. The identity transfer happens through attention: queries from the right panel attend to keys from the left panel, and the method rescales those attention weights by $\lambda=1.3$ to preserve fine-grained details. Reported results on DreamBench show the method matching or exceeding encoder-based zero-shot baselines on DINO and CLIP-T scores, and winning pairwise human preference comparisons against every tested baseline at $p<0.01$. The same recipe is extended to style-driven generation and to subject-driven editing with no architectural change.
Load-bearing premise
The method assumes that FLUX's skill at generating two related panels from one text prompt still works when one panel is a real, background-stripped photograph and the other is produced by masked inpainting, so that identity crosses panels without training.
Editorial extensions
If this is right
- Zero-shot subject-driven generation becomes a single forward pass: no per-subject optimization, no image-encoder training, and no test-time fine-tuning.
- The same diptych framing transfers to stylized image generation: a style reference in the left panel produces right-panel images in that style, quantitatively comparable to dedicated zero-shot style methods.
- Subject-driven editing is a special case of the same mechanism: put the target image in the right panel, mask only the edit region, and the reference subject is inpainted into it.
- Performance is tied to the base model, so stronger text-to-image models and better inpainting modules should directly improve Diptych Prompting without any rework of the method.
Reading between the lines
- A natural extension is to decouple identity from pose: the paper removes background but does not explicitly prevent the right panel from copying the reference's viewpoint, so a depth- or pose-controlled variant is a testable next step.
- The attention-rescaling factor $\lambda$ acts like an identity-strength knob; one could expose it per layer or schedule it adaptively, which the paper does not explore and which may reduce the blur and color shifts the authors note at high $\lambda$.
- Because the method needs only a model that can generate coherent multi-panel canvases, any future large text-to-image model with that emergent ability and a generic inpainting module should inherit the same trick, making this a recipe rather than a one-model fix.
- Multi-subject generation is the obvious open boundary: the current method is demonstrated with a single reference panel, and the paper itself lists multi-subject generation as future work.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes Diptych Prompting, a training-free method for zero-shot subject-driven text-to-image generation. The key idea is to reinterpret the task as an inpainting problem on a diptych canvas: the reference subject is placed (after background removal) in the left panel and the right panel is generated by a FLUX-based text-conditioned inpainting model, using a diptych text prompt that instructs the model to replicate the subject. A reference attention enhancement step rescales attention from the right-panel query to the left-panel key by a factor λ. The method is evaluated on DreamBench with DINO/CLIP metrics, a human preference study, ablations, and extensions to stylized generation and subject-driven editing.
Significance. If the central claim is sustained, this is a useful and conceptually clean contribution: it shows that an emergent capability of a large text-to-image model (diptych generation) can be repurposed as a zero-shot personalization mechanism without any training or fine-tuning, with concrete and reproducible components (background removal and attention rescaling). The paper is clearly written, the component ablations support the design choices, and the authors release code and weights, which strengthens reproducibility. The main risk is not internal circularity but external validity: the headline comparison to zero-shot image-prompting baselines is confounded by base-model scale and by undertuning of the only FLUX-based baseline, so the claimed margin over prior methods is not yet established.
major comments (4)
- [§4.2, Table 2; Appendix A] The headline claim that Diptych Prompting "significantly outperforms zero-shot image prompting methods" rests on a comparison that does not control for base-model scale. Most baselines use SD-v1.4, SD-v1.5, SD-XL, or Kandinsky 2.2, while Diptych Prompting uses FLUX.1-dev with a separately trained ControlNet. The only FLUX-based baseline, IP-Adapter (FLUX), is evaluated at a single conditioning scale of 0.6 (Appendix A states this is fixed for all IP-Adapter variants) with no tuning, no per-subject breakdown, and no error bars. Since Section 3.1 and Appendix I establish that the diptych capability is currently unique to FLUX, the observed margins may reflect base-model capacity rather than the inpainting reinterpretation. A matched-base, properly tuned IP-Adapter (FLUX) baseline (with several conditioning scales, per-subject results, and confidence intervals) is needed before the central comparison is secure.
- [§4.1, §4.3, Tables 3–4] The two key hyperparameters, ControlNet conditioning scale (0.95) and reference attention rescaling λ (1.3), are selected by looking at DreamBench metrics in Tables 3 and 4, yet the same DreamBench subjects are then used for the headline comparison in Table 2. There is no held-out validation split and no measure of variance (standard errors or confidence intervals) for any of the reported DINO/CLIP-I/CLIP-T numbers. Because the reported margins over baselines are sometimes small (e.g., CLIP-T 0.344 vs. IP-Adapter (FLUX) 0.351 in Table 2), the absence of variance estimates makes it difficult to assess whether the differences are meaningful. The authors should report error bars over subjects and, ideally, select hyperparameters on a separate validation set.
- [§3.1, Table S1] The paper's premise that only FLUX can generate accurate diptychs is stated strongly in Section 3.1, but Table S1 appears to contradict it: SD-XL achieves higher DINO (0.941) and CLIP-I (0.954) than FLUX (0.720 and 0.828), while only CLIP-T favors FLUX (0.352 vs. 0.288). The text should explain why higher DINO/CLIP-I in SD-XL does not indicate better diptych generation (for example, the model may copy the same image to both panels, inflating pairwise similarity while failing text alignment). Without this clarification, the quantitative evidence for FLUX's unique diptych capability is ambiguous, and this capability is load-bearing for the method, as Appendix I concedes that FLUX is currently the only usable base model.
- [§4.2, Table 1; Appendix C] The human preference study is an important part of the central claim, but the reporting is incomplete. Table 1 gives win/tie/lose percentages without any measure of inter-participant or per-subject variability, and the text states only that p<0.01 in a Wilcoxon signed-rank test. Appendix C says 450 responses were collected from 150 participants for each baseline and perspective, but it is not stated how ties are handled in the test, whether multiple responses per participant are treated as independent, or whether the comparison is per-image or per-subject. Without this information and without error bars on the win percentages, the strength of the human-preference evidence is difficult to gauge, especially for IP-Adapter (FLUX), where the win margin is the smallest (69.8% subject alignment, 65.2% text alignment).
minor comments (6)
- [§3.3, Eq. (7)] The notation in Eq. (7) introduces Q = [Qt; Qli; Qri], but Eq. (1) only defined Q = [Qt; Qi]. Please clarify that in the diptych inpainting setting the image tokens Qi are partitioned into left and right panels.
- [Fig. 3(b)] The schematic of reference attention enhancement would be easier to read if the submatrix W(Qri, Kli) that is multiplied by λ were explicitly outlined or colored; currently the λ symbol is shown but the exact block being rescaled is not visually delimited.
- [Table 3] The row labeled "ControlNet 0.95" appears directly below the SD-3 row, making it ambiguous whether ControlNet inpainting is applied to SD-3 or only to FLUX. Please clarify what base model and inpainting weights were used for each row.
- [Appendix C] The sentence "we collected 450 responses from 150 participants for each baseline and each perspective" is ambiguous about the number of pairwise comparisons per participant and the total number of responses per baseline. Please specify the exact experimental design and whether the Wilcoxon test was computed per subject or per image.
- [§4.3, Table 4] The ablation without Gseg yields higher DINO and CLIP-I (0.759, 0.783) than the chosen configuration (0.689, 0.758), and the text explains this as copy-and-paste behavior. To make this interpretation more than a post-hoc explanation, consider reporting a diversity metric or per-prompt text-alignment results for the no-Gseg condition.
- [Abstract and Fig. S5 caption] Minor language issues: the abstract says "reinterprets as an inpainting task" (likely "reinterprets subject-driven generation as an inpainting task"), and Fig. S5's caption mixes capitalization and formatting in "we control the λ from 1.0". These should be polished.
Circularity Check
No circularity: Diptych Prompting is an empirical prompting method whose central claim is evaluated against external baselines, not derived from its own inputs.
full rationale
The paper contains no derivation-level circularity. Diptych Prompting is an empirical prompting method: Eq. (6) defines the inpainting operation I_diptych = [G_seg(I_ref); I_gen] = F_theta(I_diptych, M_diptych, T_diptych) rather than assuming the claimed outcome. The central premise that FLUX generates coherent diptychs is established independently in Sec. 3.1 and Sec. D (Tab. S1) by quantitative comparisons across four models, and the inpainting extension is then tested against external DreamBench baselines and human preference judgments. The two tuning choices mentioned in Sec. 4.1 (ControlNet conditioning scale 0.95 and lambda = 1.3) are selected from the same benchmark used for the reported tables, and the FLUX-based IP-Adapter baseline is run at a fixed conditioning scale of 0.6 (Appendix A); these are evaluation-fairness and generalization concerns, not circularity. The method's components, background removal and reference attention rescaling, are ablated in Tab. 4, with the non-monotonic behavior in lambda indicating that improvement is not trivially forced. Section I's limitation that only FLUX currently has sufficient diptych capability narrows the scope but does not make the comparison circular, since FLUX's capability is treated as an external empirical property. No load-bearing self-citation or imported uniqueness theorem appears in the derivation.
Assumptions & free parameters
free parameters (4)
- lambda (reference attention rescaling) =
1.3
- ControlNet conditioning scale =
0.95
- Classifier-free guidance scale =
3.5
- Number of denoising steps =
30
assumptions (5)
- domain assumption FLUX exhibits reliable diptych generation such that left-panel subject identity transfers to an inpainted right panel under text control.
- domain assumption Grounding DINO plus SAM segmentation of the reference image by subject name yields a clean subject cutout that preserves identity-defining details.
- domain assumption Rescaling the right-query/left-key attention submatrix by lambda > 1 is a safe intervention that strengthens reference detail transfer without destabilizing generation.
- domain assumption DreamBench DINO and CLIP metrics are valid proxies for subject alignment and text alignment.
- domain assumption Baseline numbers taken from the original papers are directly comparable to the authors' own re-evaluated numbers.
Cite this review
Pith. "Pith review of Large-Scale Text-to-Image Model with Inpainting is a Zero-Shot Subject-Driven Image Generator." pith.science (2026). https://pith.science/paper/HEY7POI2
@misc{pith2026241115466,
author = {Pith},
title = {Pith review of: Large-Scale Text-to-Image Model with Inpainting is a Zero-Shot Subject-Driven Image Generator},
year = {2026},
howpublished = {\url{https://pith.science/paper/HEY7POI2}},
note = {Machine review of arXiv:2411.15466}
}
read the original abstract
Subject-driven text-to-image generation aims to produce images of a new subject within a desired context by accurately capturing both the visual characteristics of the subject and the semantic content of a text prompt. Traditional methods rely on time- and resource-intensive fine-tuning for subject alignment, while recent zero-shot approaches leverage on-the-fly image prompting, often sacrificing subject alignment. In this paper, we introduce Diptych Prompting, a novel zero-shot approach that reinterprets as an inpainting task with precise subject alignment by leveraging the emergent property of diptych generation in large-scale text-to-image models. Diptych Prompting arranges an incomplete diptych with the reference image in the left panel, and performs text-conditioned inpainting on the right panel. We further prevent unwanted content leakage by removing the background in the reference image and improve fine-grained details in the generated subject by enhancing attention weights between the panels during inpainting. Experimental results confirm that our approach significantly outperforms zero-shot image prompting methods, resulting in images that are visually preferred by users. Additionally, our method supports not only subject-driven generation but also stylized image generation and subject-driven image editing, demonstrating versatility across diverse image generation applications. Project page: https://diptychprompting.github.io/
Figures
Figures from the paper (3 more)
Forward citations
Cited by 7 Pith papers
-
FreeLoRA: Enabling Training-Free LoRA Fusion for Autoregressive Multi-Subject Personalization
A method for multi-subject image personalization that fuses independently trained LoRA modules at inference time on visual autoregressive models.
-
IP-Prompter: Training-Free Theme-Specific Image Generation via Dynamic Visual Prompting
A training-free pipeline that uses dynamic visual prompts in an inpainting model to generate theme-consistent images without any model fine-tuning.
-
IMAGINE-E: Image Generation Intelligence Evaluation of State-of-the-art Text-to-Image Models
A new evaluation suite finds that CLIPScore, HPSv2, and Aesthetic Score misjudge challenging text-to-image outputs, while GPT-4o and human ratings favor FLUX.1 and Ideogram2.0.
-
From Wardrobe to Canvas: Wardrobe Polyptych LoRA for Part-level Controllable Human Image Generation
Wardrobe Polyptych LoRA lets a single diffusion model compose a person's face and clothing from multiple reference photos into new full-body images, generalizing to unseen identities without inference-time fine-tuning.
-
DreamPoster: A Unified Framework for Image-Conditioned Generative Poster Design
DreamPoster fine-tunes Seedream3.0 with a deconstruction-recaptioning dataset pipeline and a three-stage curriculum to turn image-plus-text inputs into finished posters, reporting substantially higher usability than G...
-
Insert Anything: Image Insertion via In-Context Editing in DiT
Insert Anything is a single model fine-tuned on 159,908 prompt-image pairs that performs mask- or text-guided insertion of people, objects, and garments from reference images into target scenes.
-
In-Context Brush: Zero-shot Customized Subject Insertion with Context-Aware Latent Space Manipulation
In-Context Brush performs zero-shot customized subject insertion by amplifying prompt and reference attention and reweighting attention heads in a pre-trained Flux-Fill diffusion transformer.
Reference graph
Works this paper leans on
-
[1]
Josh Achiam, Steven Adler, Sandhini Agarwal, Lama Ah- mad, Ilge Akkaya, Florencia Leoni Aleman, Diogo Almeida, Janko Altenschmidt, Sam Altman, Shyamal Anadkat, et al. Gpt-4 technical report. arXiv preprint arXiv:2303.08774 ,
-
[2]
The chosen one: Consistent characters in text- to-image diffusion models
Omri Avrahami, Amir Hertz, Yael Vinker, Moab Arar, Shlomi Fruchter, Ohad Fried, Daniel Cohen-Or, and Dani Lischinski. The chosen one: Consistent characters in text- to-image diffusion models. In ACM SIGGRAPH 2024 con- ference papers, pages 1–12, 2024. 3
2024
-
[3]
ediff-i: Text-to-image dif- fusion models with an ensemble of expert denoisers
Yogesh Balaji, Seungjun Nah, Xun Huang, Arash Vahdat, Ji- aming Song, Qinsheng Zhang, Karsten Kreis, Miika Aittala, Timo Aila, Samuli Laine, et al. ediff-i: Text-to-image dif- fusion models with an ensemble of expert denoisers. arXiv preprint arXiv:2211.01324, 2022. 2
arXiv 2022
-
[4]
Improving image generation with better captions
James Betker, Gabriel Goh, Li Jing, Tim Brooks, Jian- feng Wang, Linjie Li, Long Ouyang, Juntang Zhuang, Joyce Lee, Yufei Guo, et al. Improving image generation with better captions. Computer Science. https://cdn. openai. com/papers/dall-e-3. pdf, 2(3):8, 2023. 2, 3, 4
work page 2023
-
[5]
Language models are few-shot learners
Tom Brown, Benjamin Mann, Nick Ryder, Melanie Sub- biah, Jared D Kaplan, Prafulla Dhariwal, Arvind Neelakan- tan, Pranav Shyam, Girish Sastry, Amanda Askell, Sand- hini Agarwal, Ariel Herbert-V oss, Gretchen Krueger, Tom Henighan, Rewon Child, Aditya Ramesh, Daniel Ziegler, Jeffrey Wu, Clemens Winter, Chris Hesse, Mark Chen, Eric Sigler, Mateusz Litwin, S...
work page 2020
-
[6]
Emerg- ing properties in self-supervised vision transformers
Mathilde Caron, Hugo Touvron, Ishan Misra, Herv ´e J´egou, Julien Mairal, Piotr Bojanowski, and Armand Joulin. Emerg- ing properties in self-supervised vision transformers. In Pro- ceedings of the IEEE/CVF international conference on com- puter vision, pages 9650–9660, 2021. 5
2021
-
[7]
Muse: Text-to-image generation via masked generative transformers
Huiwen Chang, Han Zhang, Jarred Barber, Aaron Maschinot, Jose Lezama, Lu Jiang, Ming-Hsuan Yang, Kevin Patrick Murphy, William T Freeman, Michael Ru- binstein, et al. Muse: Text-to-image generation via masked generative transformers. In International Conference on Machine Learning, pages 4055–4075. PMLR, 2023. 2
work page 2023
-
[8]
Attend-and-excite: Attention-based se- mantic guidance for text-to-image diffusion models
Hila Chefer, Yuval Alaluf, Yael Vinker, Lior Wolf, and Daniel Cohen-Or. Attend-and-excite: Attention-based se- mantic guidance for text-to-image diffusion models. ACM Transactions on Graphics (TOG), 42(4):1–10, 2023. 5
2023
Show all 57 references
-
[9]
Scaling recti- fied flow transformers for high-resolution image synthesis
Patrick Esser, Sumith Kulal, Andreas Blattmann, Rahim Entezari, Jonas M ¨uller, Harry Saini, Yam Levi, Dominik Lorenz, Axel Sauer, Frederic Boesel, et al. Scaling recti- fied flow transformers for high-resolution image synthesis. In Forty-first International Conference on Mach...
2024
-
[10]
Make-a-scene: Scene- based text-to-image generation with human priors
Oran Gafni, Adam Polyak, Oron Ashual, Shelly Sheynin, Devi Parikh, and Yaniv Taigman. Make-a-scene: Scene- based text-to-image generation with human priors. In European Conference on Computer Vision , pages 89–106. Springer, 2022. 2
2022
-
[11]
An image is worth one word: Personalizing text-to-image gener- ation using textual inversion
Rinon Gal, Yuval Alaluf, Yuval Atzmon, Or Patashnik, Amit Haim Bermano, Gal Chechik, and Daniel Cohen-or. An image is worth one word: Personalizing text-to-image gener- ation using textual inversion. In The Eleventh International Conference on Learning Representations, 2023. 2, 3
2023
-
[12]
Renoise: Real image inversion through iterative noising
Daniel Garibi, Or Patashnik, Andrey V oynov, Hadar Averbuch-Elor, and Daniel Cohen-Or. Renoise: Real image inversion through iterative noising. In European Conference on Computer Vision, 2024. 2
2024
-
[13]
Prompt-to-prompt image editing with cross attention control
Amir Hertz, Ron Mokady, Jay Tenenbaum, Kfir Aberman, Yael Pritch, and Daniel Cohen-Or. Prompt-to-prompt image editing with cross attention control. In International Confer- ence on Learning Representations, 2023. 2, 5
2023
-
[14]
Style aligned image generation via shared atten- tion
Amir Hertz, Andrey V oynov, Shlomi Fruchter, and Daniel Cohen-Or. Style aligned image generation via shared atten- tion. In Proceedings of the IEEE/CVF Conference on Com- puter Vision and Pattern Recognition , pages 4775–4785,
-
[15]
Classifier-free diffusion guidance
Jonathan Ho and Tim Salimans. Classifier-free diffusion guidance. arXiv preprint arXiv:2207.12598, 2022. 5
2022 arXiv
-
[16]
Denoising dif- fusion probabilistic models
Jonathan Ho, Ajay Jain, and Pieter Abbeel. Denoising dif- fusion probabilistic models. Advances in neural information processing systems, 33:6840–6851, 2020. 2
2020
-
[17]
In-context lora for diffusion transformers, 2024
Lianghua Huang, Wei Wang, Zhi-Fan Wu, Yupeng Shi, Huanzhang Dou, Chen Liang, Yutong Feng, Yu Liu, and Jin- gren Zhou. In-context lora for diffusion transformers, 2024. 3
2024
-
[18]
An edit friendly ddpm noise space: Inversion and manipulations
Inbar Huberman-Spiegelglas, Vladimir Kulikov, and Tomer Michaeli. An edit friendly ddpm noise space: Inversion and manipulations. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 12469– 12478, 2024. 2
2024
-
[19]
Hq-edit: A high-quality dataset for instruction-based image editing
Mude Hui, Siwei Yang, Bingchen Zhao, Yichun Shi, Heng Wang, Peng Wang, Yuyin Zhou, and Cihang Xie. Hq-edit: A high-quality dataset for instruction-based image editing. arXiv preprint arXiv:2404.09990, 2024. 3
2024 arXiv
-
[20]
Elucidating the design space of diffusion-based generative models
Tero Karras, Miika Aittala, Timo Aila, and Samuli Laine. Elucidating the design space of diffusion-based generative models. Advances in neural information processing systems, 35:26565–26577, 2022. 2
2022
-
[21]
Segment any- thing
Alexander Kirillov, Eric Mintun, Nikhila Ravi, Hanzi Mao, Chloe Rolland, Laura Gustafson, Tete Xiao, Spencer White- 9 head, Alexander C Berg, Wan-Yen Lo, et al. Segment any- thing. In Proceedings of the IEEE/CVF International Con- ference on Computer Vision, pages 4015–4026, 2023. 4
2023
-
[22]
Multi-concept customization of text- to-image diffusion
Nupur Kumari, Bingliang Zhang, Richard Zhang, Eli Shecht- man, and Jun-Yan Zhu. Multi-concept customization of text- to-image diffusion. In Proceedings of the IEEE/CVF Con- ference on Computer Vision and Pattern Recognition, pages 1931–1941, 2023. 2, 3
1931
-
[23]
Flux.1-dev
Black Forest Labs. Flux.1-dev. https : / / huggingface . co / black - forest - labs / FLUX.1-dev, 2024. 1, 2, 3, 4, 5, 12
2024
-
[24]
Blip-diffusion: Pre- trained subject representation for controllable text-to-image generation and editing
Dongxu Li, Junnan Li, and Steven Hoi. Blip-diffusion: Pre- trained subject representation for controllable text-to-image generation and editing. 2024. 2, 3, 5, 7, 12
2024
-
[25]
Blip-2: Bootstrapping language-image pre-training with frozen image encoders and large language models
Junnan Li, Dongxu Li, Silvio Savarese, and Steven Hoi. Blip-2: Bootstrapping language-image pre-training with frozen image encoders and large language models. In In- ternational conference on machine learning , pages 19730– 19742. PMLR, 2023. 12
2023
-
[26]
Microsoft coco: Common objects in context
Tsung-Yi Lin, Michael Maire, Serge Belongie, James Hays, Pietro Perona, Deva Ramanan, Piotr Doll´ar, and C Lawrence Zitnick. Microsoft coco: Common objects in context. In Computer Vision–ECCV 2014: 13th European Conference, Zurich, Switzerland, September 6-12, 2014, Proceeding...
2014
-
[27]
Grounding dino: Marrying dino with grounded pre-training for open-set object detection
Shilong Liu, Zhaoyang Zeng, Tianhe Ren, Feng Li, Hao Zhang, Jie Yang, Chunyuan Li, Jianwei Yang, Hang Su, Jun Zhu, et al. Grounding dino: Marrying dino with grounded pre-training for open-set object detection. In European Con- ference on Computer Vision, 2024. 4
2024
-
[28]
Subject- diffusion: Open domain personalized text-to-image genera- tion without test-time fine-tuning
Jian Ma, Junhao Liang, Chen Chen, and Haonan Lu. Subject- diffusion: Open domain personalized text-to-image genera- tion without test-time fine-tuning. In ACM SIGGRAPH 2024 Conference Papers, pages 1–12, 2024. 2, 3, 5, 7, 12
2024
-
[29]
On distillation of guided diffusion models
Chenlin Meng, Robin Rombach, Ruiqi Gao, Diederik Kingma, Stefano Ermon, Jonathan Ho, and Tim Salimans. On distillation of guided diffusion models. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pat- tern Recognition, pages 14297–14306, 2023. 5
2023
-
[30]
Null-text inversion for editing real images using guided diffusion models
Ron Mokady, Amir Hertz, Kfir Aberman, Yael Pritch, and Daniel Cohen-Or. Null-text inversion for editing real images using guided diffusion models. 2023 ieee. In CVF Confer- ence on Computer Vision and Pattern Recognition (CVPR) , pages 6038–6047, 2022. 2
2023
-
[31]
Glide: Towards photorealistic image generation and editing with text-guided diffusion models
Alex Nichol, Prafulla Dhariwal, Aditya Ramesh, Pranav Shyam, Pamela Mishkin, Bob McGrew, Ilya Sutskever, and Mark Chen. Glide: Towards photorealistic image generation and editing with text-guided diffusion models. In Interna- tional Conference on Machine Learning, 2022. 2
2022
-
[32]
Kosmos-g: Generating images in context with multimodal large language models
Xichen Pan, Li Dong, Shaohan Huang, Zhiliang Peng, Wenhu Chen, and Furu Wei. Kosmos-g: Generating images in context with multimodal large language models. In The Twelfth International Conference on Learning Representa- tions, 2024. 2, 3, 5, 7, 12
2024
-
[33]
λ-eclipse: Multi-concept personalized text-to-image diffusion models by leveraging CLIP latent space
Maitreya Patel, Sangmin Jung, Chitta Baral, and Yezhou Yang. λ-eclipse: Multi-concept personalized text-to-image diffusion models by leveraging CLIP latent space. arXiv preprint arXiv:2402.05195, 2024. 2, 3, 5, 7, 12
2024 arXiv
-
[34]
Scalable diffusion models with transformers
William Peebles and Saining Xie. Scalable diffusion models with transformers. In Proceedings of the IEEE/CVF Inter- national Conference on Computer Vision, pages 4195–4205,
-
[35]
Sdxl: Improving latent diffusion models for high-resolution image synthesis
Dustin Podell, Zion English, Kyle Lacey, Andreas Blattmann, Tim Dockhorn, Jonas M ¨uller, Joe Penna, and Robin Rombach. Sdxl: Improving latent diffusion models for high-resolution image synthesis. In The Twelfth International Conference on Learning Representations ,
-
[36]
Learning transferable visual models from natural language supervi- sion
Alec Radford, Jong Wook Kim, Chris Hallacy, Aditya Ramesh, Gabriel Goh, Sandhini Agarwal, Girish Sastry, Amanda Askell, Pamela Mishkin, Jack Clark, et al. Learning transferable visual models from natural language supervi- sion. In International conference on machine learning, ...
2021
-
[37]
Hierarchical text-conditional image gener- ation with clip latents
Aditya Ramesh, Prafulla Dhariwal, Alex Nichol, Casey Chu, and Mark Chen. Hierarchical text-conditional image gener- ation with clip latents. arXiv preprint arXiv:2204.06125, 1 (2):3, 2022. 2
2022 arXiv
-
[38]
High-resolution image synthesis with latent diffusion models
Robin Rombach, Andreas Blattmann, Dominik Lorenz, Patrick Esser, and Bj ¨orn Ommer. High-resolution image synthesis with latent diffusion models. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 10684–10695, 2022. 2, 4, 12
2022
-
[39]
U- net: Convolutional networks for biomedical image segmen- tation
Olaf Ronneberger, Philipp Fischer, and Thomas Brox. U- net: Convolutional networks for biomedical image segmen- tation. In Medical image computing and computer-assisted intervention–MICCAI 2015: 18th international conference, Munich, Germany, October 5-9, 2015, proceedings, pa...
2015
-
[40]
Rb-modulation: Training-free personalization of diffu- sion models using stochastic optimal control
Litu Rout, Yujia Chen, Nataniel Ruiz, Abhishek Kumar, Constantine Caramanis, Sanjay Shakkottai, and Wen-Sheng Chu. Rb-modulation: Training-free personalization of diffu- sion models using stochastic optimal control. arXiv preprint arXiv:2405.17401, 2024. 2, 14
2024 arXiv
-
[41]
Dreambooth: Fine tuning text-to-image diffusion models for subject-driven generation
Nataniel Ruiz, Yuanzhen Li, Varun Jampani, Yael Pritch, Michael Rubinstein, and Kfir Aberman. Dreambooth: Fine tuning text-to-image diffusion models for subject-driven generation. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages 2250...
2023
-
[42]
Photorealistic text-to-image diffusion models with deep language understanding
Chitwan Saharia, William Chan, Saurabh Saxena, Lala Li, Jay Whang, Emily L Denton, Kamyar Ghasemipour, Raphael Gontijo Lopes, Burcu Karagol Ayan, Tim Salimans, et al. Photorealistic text-to-image diffusion models with deep language understanding. Advances in neural information...
2022
-
[43]
Styledrop: Text-to-image synthesis of any style
Kihyuk Sohn, Lu Jiang, Jarred Barber, Kimin Lee, Nataniel Ruiz, Dilip Krishnan, Huiwen Chang, Yuanzhen Li, Irfan Essa, Michael Rubinstein, et al. Styledrop: Text-to-image synthesis of any style. Advances in Neural Information Pro- cessing Systems, 36, 2024. 2, 8, 14
2024
-
[44]
Denois- ing diffusion implicit models
Jiaming Song, Chenlin Meng, and Stefano Ermon. Denois- ing diffusion implicit models. In International Conference on Learning Representations, 2021. 2
2021
-
[45]
Score-based 10 generative modeling through stochastic differential equa- tions
Yang Song, Jascha Sohl-Dickstein, Diederik P Kingma, Ab- hishek Kumar, Stefano Ermon, and Ben Poole. Score-based 10 generative modeling through stochastic differential equa- tions. In International Conference on Learning Represen- tations, 2021. 2, 3, 7
2021
-
[46]
Training-free con- sistent text-to-image generation
Yoad Tewel, Omri Kaduri, Rinon Gal, Yoni Kasten, Lior Wolf, Gal Chechik, and Yuval Atzmon. Training-free con- sistent text-to-image generation. In ACM Transactions on Graphics (TOG), 2024. 3
2024
-
[47]
Attention is all you need
Ashish Vaswani, Noam Shazeer, Niki Parmar, Jakob Uszko- reit, Llion Jones, Aidan N Gomez, Ł ukasz Kaiser, and Illia Polosukhin. Attention is all you need. In Advances in Neural Information Processing Systems, 2017. 2
2017
-
[48]
p+: Extended textual conditioning in text-to- image generation
Andrey V oynov, Qinghao Chu, Daniel Cohen-Or, and Kfir Aberman. p+: Extended textual conditioning in text-to- image generation. arXiv preprint arXiv:2303.09522 , 2023. 2, 3
2023 arXiv
-
[49]
Oneactor: Consistent subject generation via cluster- conditioned guidance
Jiahao Wang, Caixia Yan, Haonan Lin, Weizhan Zhang, Mengmeng Wang, Tieliang Gong, Guang Dai, and Hao Sun. Oneactor: Consistent subject generation via cluster- conditioned guidance. In Advances in Neural Information Processing Systems, 2024. 3
2024
-
[50]
Ms-diffusion: Multi-subject zero-shot im- age personalization with layout guidance
X Wang, Siming Fu, Qihan Huang, Wanggui He, and Hao Jiang. Ms-diffusion: Multi-subject zero-shot im- age personalization with layout guidance. arXiv preprint arXiv:2406.07209, 2024. 2, 3, 5, 7, 12
2024 arXiv
-
[51]
Elite: Encoding visual concepts into textual embeddings for customized text-to-image gener- ation
Yuxiang Wei, Yabo Zhang, Zhilong Ji, Jinfeng Bai, Lei Zhang, and Wangmeng Zuo. Elite: Encoding visual concepts into textual embeddings for customized text-to-image gener- ation. In Proceedings of the IEEE/CVF International Con- ference on Computer Vision, pages 15943–15953, 20...
2023
-
[52]
Flux context window editing v3.3f (fill model) fix anything in any context
xiaozhijason. Flux context window editing v3.3f (fill model) fix anything in any context. https://civitai.com/ models / 933018 ? modelVersionId = 1044405 ,
-
[53]
Inversion-free image editing with natural language
Sihan Xu, Yidong Huang, Jiayi Pan, Ziqiao Ma, and Joyce Chai. Inversion-free image editing with natural language. arXiv preprint arXiv:2312.04965, 2023. 2
2023 arXiv
-
[54]
Paint by example: Exemplar-based image editing with diffusion mod- els
Binxin Yang, Shuyang Gu, Bo Zhang, Ting Zhang, Xuejin Chen, Xiaoyan Sun, Dong Chen, and Fang Wen. Paint by example: Exemplar-based image editing with diffusion mod- els. In Proceedings of the IEEE/CVF Conference on Com- puter Vision and Pattern Recognition , pages 18381–18391,
-
[55]
Ip- adapter: Text compatible image prompt adapter for text-to- image diffusion models
Hu Ye, Jun Zhang, Sibo Liu, Xiao Han, and Wei Yang. Ip- adapter: Text compatible image prompt adapter for text-to- image diffusion models. arXiv preprint arXiv:2308.06721,
-
[56]
Jedi: Joint- image diffusion models for finetuning-free personalized text- to-image generation
Yu Zeng, Vishal M Patel, Haochen Wang, Xun Huang, Ting- Chun Wang, Ming-Yu Liu, and Yogesh Balaji. Jedi: Joint- image diffusion models for finetuning-free personalized text- to-image generation. In Proceedings of the IEEE/CVF Con- ference on Computer Vision and Pattern Recogni...
2024
-
[57]
A diptych with two side-by- side images of same style. On the left, {original image de- scription}. On the right, replicate this style exactly but as {target image description}
Lvmin Zhang, Anyi Rao, and Maneesh Agrawala. Adding conditional control to text-to-image diffusion models. In Proceedings of the IEEE/CVF International Conference on Computer Vision, pages 3836–3847, 2023. 3, 15 11 Large-Scale Text-to-Image Model with Inpainting is a Zero-Shot...
2023
Reviewed August 12, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.