REVIEW 3 major objections 5 minor 1 cited by
Appearance Matching Adapter for Exemplar-based Semantic Image Synthesis in-the-Wild
T0 review · 3 major / 5 minor · reviewed 2026-08-11 · deepseek-v4-flash
Pith's one-line read AM-Adapter transfers multi-object appearance from a single exemplar scene by refining cross-image matching with semantic cost.
desk verdict A genuinely useful matching adapter for scene-level appearance transfer, but the 'in-the-wild' claim is stretched by training on cropped/flipped copies of the same image. 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 refined matching cost $O^{Y\to X}_t = \varphi(R^{Y\to X}_t) + A^{Y\to X}_t$, where $A^{Y\to X}_t$ is the implicit query-key matching cost from augmented self-attention and $R^{Y\to X}_t$ concatenates that cost with a binary categorical matching cost $C^{Y\to X}$ built from the exemplar and target segmentation maps. A lightweight 4D convolution network $\varphi$ aggregates the combined cost so that correspondences are locally consistent across the two images rather than isolated pixel matches. The residual addition to the original cost stabilizes training and keeps the pre-trained generation and structure networks frozen, so the framework disentangles generation from matching. Stage-wise training first fits the structure-guidance and diffusion models, then trains the adapter alone.
What would settle it
Build a test set of exemplar-target pairs with deliberately low structural similarity, such as different scene layouts or large camera shifts, and measure appearance preservation (CLIP and DINO similarity) and structural consistency (Self-Sim.) against pairs with high similarity; if the gains over the no-adapter baseline vanish or reverse when structure differs, the claim that the adapter generalizes in-the-wild fails.
Extended reading notes
Core claim
The central claim is that cross-image matching in augmented self-attention, rather than the generation network, is the bottleneck for scene-level exemplar transfer, and that this bottleneck can be fixed by a learned adapter. The adapter computes a binary categorical matching cost between exemplar and target segmentation maps, concatenates that cost along the head dimension with the implicit matching cost from self-attention, processes the combined 4D cost with a small 4D convolution network, and adds the output back to the original cost. This refined matching cost is what the target self-attention uses to select exemplar values, so appearance is warped along semantically consistent correspondences instead of arbitrary ones. The paper supports this with attention visualizations showing that query points on cars, buildings, and other objects attend to correct exemplar regions after the adapter is applied, and with quantitative gains in semantic alignment, appearance preservation, and image quality relative to previous attention-control baselines.
Load-bearing premise
The adapter is trained on exemplar-target pairs made by randomly cropping and flipping a single anchor image, so the in-the-wild claim assumes that matching learned under near-identical geometric transformations transfers to genuinely different scenes and large viewpoint changes.
Editorial extensions
If this is right
- A single scene-level exemplar can set the appearance of multiple objects in the generated image at once, without per-object exemplars or manual assignment.
- User-defined one-to-one matching becomes possible by restricting the categorical cost to chosen source and destination regions, enabling precise object-level control.
- Because only the adapter is trained, the method adds few learnable parameters while preserving the structural consistency and image quality of the pre-trained models.
- An automatic retrieval step can select a suitable exemplar from a pool, removing the labor-intensive manual selection required by prior tuning-free approaches.
- The method generalizes across domains such as driving and indoor scenes, supporting image-to-image translation, segmentation-based editing, and consecutive video frame generation.
Reading between the lines
- The categorical cost makes the method directly sensitive to segmentation quality; coarse or missing labels would likely propagate into matching errors, so a segmentation-free variant would be needed for fully unconstrained use.
- The same refined-cost mechanism could be lifted to other dense correspondence tasks, such as video object transfer or few-shot segmentation, where semantic labels are available.
- Training pairs built by random crop and flip of the same anchor cap the structural variation the adapter sees, so fine-tuning on video or multi-view pairs with larger geometric changes is a natural test of the in-the-wild claim.
- The retrieval step could be replaced by a learned structural-similarity embedding, which might improve both speed and matching quality on very large exemplar pools.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes AM-Adapter, a learnable adapter for exemplar-based semantic image synthesis. The method augments the self-attention of a pre-trained diffusion model with a categorical matching cost derived from segmentation maps (Eq. 6), concatenates it with the implicit attention matching cost, and refines the combined 4D cost volume with a lightweight 4D convolution network (Eqs. 7-8). Training is stage-wise: ControlNeXt and the diffusion model are trained first, then the adapter is trained on random crop/flip pairs from a single anchor image while the earlier stages are frozen. At inference, the paper proposes automatic retrieval of structurally similar exemplars and a matching-cost guidance (Eq. 9). The method is evaluated on BDD100K and NYUv2 with Self-Sim, ICLIP, IDINO, DINO[cls] loss, FID, and user studies, reporting state-of-the-art results.
Significance. If the central claim holds, the contribution is meaningful: it extends exemplar-based appearance transfer from single-object or foreground-centric settings to multi-object scene-level synthesis, and the 4D cost-aggregation design is a novel way to inject semantic segmentation priors into augmented self-attention. The paper ships a clear architectural description, extensive ablations, attention visualizations, and user studies, and the authors promise code and weights, which strengthens reproducibility. However, the significance is tempered by the fact that the headline in-the-wild claim is evaluated on a self-constructed benchmark with retrieval-selected exemplars, and the paper itself concedes that structurally dissimilar exemplars are ignored rather than transferred. The core idea is plausible, but the evidence for broad in-the-wild generality is not yet convincing.
major comments (3)
- [Sec. 3.5 and Sec. E] The training data premise is load-bearing for the in-the-wild claim. Sec. 3.5 states that exemplar-target pairs are generated by random cropping and flipping of the same anchor image, so the two views share near-identical content, pose, illumination, and object instances. Under this distribution, the adapter learns to refine matching only when the exemplar and target are already roughly aligned. The paper's own Sec. E and Fig. 8 concede that for non-homogeneous pairs the model 'robustly ignores' the exemplar rather than transferring its local appearance, and that temporal consistency degrades under large scene changes. This is consistent with the concern that the method does not actually transfer appearance across genuine structural differences. I recommend an explicit out-of-distribution test: evaluate on exemplar-target pairs from different scenes, different object instances, or large viewpoint changes where the exemplar is not retrieved by the proposed retrieval step, and report both qualitative and quantitative results separated by structural-similarity level. Without such a test, the central claim of automatic local appearance transfer in-the-wild is not supported.
- [Table 3 and Sec. 3.6] Table 3 shows that the proposed retrieval step alone raises ICLIP from 0.741 to 0.814, while matching guidance adds only 0.005 (0.814 to 0.819). This indicates that the majority of the appearance gain reported in the main comparison is attributable to retrieving exemplars that are structurally similar to the target, not to the adapter's matching refinement. Since retrieval is a component of the proposed inference pipeline, this is not circular, but it substantially narrows the in-the-wild claim: the headline numbers largely reflect favorable exemplar selection. The paper should report results with randomly chosen exemplars as a separate condition alongside the retrieved-exemplar condition, and should state clearly that the method's automatic transfer is demonstrated only for structurally similar pairs. The current presentation, with a single set of numbers in Table 1, overstates the adapter's ability to handle arbitrary user-provided exemplars.
- [Sec. 4.1 and Appendix B.2] The evaluation metrics do not directly measure the paper's central claim of local appearance transfer. The main appearance metrics ICLIP, IDINO, and DINO[cls] loss are global image-level similarities between the generated image and the exemplar; they do not verify that object-specific details (e.g., car color, building texture) are transferred to the correct spatial locations in the target. The object-wise local CLIP similarity in Appendix B.2 and Fig. 10 is a step in the right direction, but it is reported only as a figure on BDD100K and not included in the main table, and it still measures per-category global similarity rather than per-instance correspondence. Without a spatially resolved metric, such as per-segment or per-mask similarity aligned against the target segmentation, the evidence for 'local appearance fidelity' is indirect. I recommend adding such a metric, or at least reporting the object-wise results numerically for all tested datasets.
minor comments (5)
- [Fig. 24 caption] The caption contains a typo: 'Additon' should be 'Addition'.
- [References] References [12] and [13] appear to be the same paper (both are Animate Anyone); this duplication should be fixed.
- [Sec. 3.5 vs. Appendix A] Sec. 3.5 describes a three-stage training procedure (ControlNeXt, then diffusion model, then AM-Adapter), but Appendix A describes only two stages and does not mention fine-tuning the diffusion model. Please clarify whether the diffusion model was actually fine-tuned and, if so, on what data and for how many steps.
- [Table 1] The caption of Table 1 does not specify which dataset(s) the reported numbers are computed on. The main text says the dataset comprises 300 pairs from BDD100K and NYUv2, while Appendix B.1 mentions evalu ation on BDD100K, Cityscapes, and NYUv2 with 900 segmentation maps. This inconsistency should be resolved so the reader knows exactly which benchmark each table row refers to.
- [Sec. 1] The paper repeatedly claims that AM-Adapter uses 'minimal learnable parameters' but never reports the parameter count of the adapter. Adding a number (e.g., parameters and GPU memory) would make this claim concrete and comparable to future work.
Circularity Check
No significant circularity: the central matching refinement is a learned empirical module evaluated on external data, not a quantity that reduces to its inputs by construction.
full rationale
This paper makes no analytical derivation claim whose output is equivalent to an input by definition. The core construction O^{Y→X}_t = φ(concat(A^{Y→X}_t, Downsample(C^{Y→X}))) + A^{Y→X}_t (Eqs. 7-8) is a learned residual correction applied to an implicit attention matching cost; the categorical cost C^{Y→X} is computed directly from the given segmentation maps SX and SY (Eq. 6), which are legitimate conditioning inputs rather than quantities the paper claims to predict. The Self-Sim metric is a standard external structural-consistency measure and is not the same function as the categorical matching cost, so evaluating semantic alignment with it does not reduce to the model's own input. The training-pair construction via random cropping and flipping of a single anchor image (Sec. 3.5) is a data-generating assumption, not a circular derivation; it is openly discussed, and the paper's own limitation section (Sec. E) concedes that temporal consistency degrades under large scene changes, which is a generalization risk rather than a definitional identification of output with input. The automated retrieval ablation (Table 3) separately shows the contributions of retrieval and matching guidance, and the quantitative comparison uses external datasets (BDD100K, Cityscapes, NYUv2) and a 45-participant user study, providing independent evidence beyond the authors' own fitted values. Self-citations appear only as a baseline (DreamMatcher [28], with overlapping authors) and as architectural inspiration (Neural Matching Fields [10], Hypercorrelation Squeeze [24]); neither is invoked as a uniqueness theorem or as the sole justification for the central claim. Consequently, no specific reduction of a claimed prediction to a fitted input or self-citation chain can be exhibited, so the correct finding is no significant circularity.
Assumptions & free parameters
free parameters (4)
- guidance scale s =
7.5 for both text and matching guidance
- adapter layer range L in [1,9] =
all self-attention layers except the first encoder block
- training data budget =
7K augmentation pairs, 25,000 steps
- retrieval top-1 selection =
top-1 grayscale structural similarity
assumptions (4)
- domain assumption A pre-trained text-to-image diffusion model (Stable Diffusion/LDM) provides a powerful generative prior that can be conditioned on exemplar appearance.
- domain assumption ControlNeXt, when pretrained on the target domain, reliably converts segmentation maps into structure guidance.
- domain assumption Semantic segmentation maps are available at inference with class labels that align between exemplar and target domains.
- domain assumption DDIM inversion of the exemplar into the pretrained latent space preserves enough appearance information for transfer.
Cite this review
Pith. "Pith review of Appearance Matching Adapter for Exemplar-based Semantic Image Synthesis in-the-Wild." pith.science (2026). https://pith.science/paper/2I3Z76ZR
@misc{pith2026241203150,
author = {Pith},
title = {Pith review of: Appearance Matching Adapter for Exemplar-based Semantic Image Synthesis in-the-Wild},
year = {2026},
howpublished = {\url{https://pith.science/paper/2I3Z76ZR}},
note = {Machine review of arXiv:2412.03150}
}
read the original abstract
Exemplar-based semantic image synthesis generates images aligned with semantic content while preserving the appearance of an exemplar. Conventional structure-guidance models like ControlNet, are limited as they rely solely on text prompts to control appearance and cannot utilize exemplar images as input. Recent tuning-free approaches address this by transferring local appearance via implicit cross-image matching in the augmented self-attention mechanism of pre-trained diffusion models. However, prior works are often restricted to single-object cases or foreground object appearance transfer, struggling with complex scenes involving multiple objects. To overcome this, we propose AM-Adapter (Appearance Matching Adapter) to address exemplar-based semantic image synthesis in-the-wild, enabling multi-object appearance transfer from a single scene-level image. AM-Adapter automatically transfers local appearances from the scene-level input. AM-Adapter alternatively provides controllability to map user-defined object details to specific locations in the synthesized images. Our learnable framework enhances cross-image matching within augmented self-attention by integrating semantic information from segmentation maps. To disentangle generation and matching, we adopt stage-wise training. We first train the structure-guidance and generation networks, followed by training the matching adapter while keeping the others frozen. During inference, we introduce an automated exemplar retrieval method for selecting exemplar image-segmentation pairs efficiently. Despite utilizing minimal learnable parameters, AM-Adapter achieves state-of-the-art performance, excelling in both semantic alignment and local appearance fidelity. Extensive ablations validate our design choices. Code and weights will be released.: https://cvlab-kaist.github.io/AM-Adapter/
Figures
Figures from the paper (23 more)
Forward citations
Cited by 1 Pith paper
-
Emergent Temporal Correspondences from Video Diffusion Transformers
Video diffusion transformers encode temporal correspondences primarily in query-key similarities of a few specific attention layers, which can be extracted for zero-shot point tracking and used for training-free motio...
Reference graph
Works this paper leans on
-
[1]
Cross-image attention for zero- shot appearance transfer
Yuval Alaluf, Daniel Garibi, Or Patashnik, Hadar Averbuch- Elor, and Daniel Cohen-Or. Cross-image attention for zero- shot appearance transfer. In ACM SIGGRAPH 2024 Confer- ence Papers, pages 1–12, 2024. 2, 3, 4, 6, 7, 8, 12, 19
work page 2024
-
[2]
Masactrl: Tuning-free mu- tual self-attention control for consistent image synthesis and editing
Mingdeng Cao, Xintao Wang, Zhongang Qi, Ying Shan, Xi- aohu Qie, and Yinqiang Zheng. Masactrl: Tuning-free mu- tual self-attention control for consistent image synthesis and editing. In Proceedings of the IEEE/CVF International Con- ference on Computer Vision, pages 22560–22570, 2023. 2, 4, 8, 12, 13, 14, 19
work page 2023
-
[3]
Finding the subjective truth: Collecting 2 million votes for comprehensive gen-ai model evaluation
Dimitrios Christodoulou and Mads Kuhlmann-Jørgensen. Finding the subjective truth: Collecting 2 million votes for comprehensive gen-ai model evaluation. arXiv preprint arXiv:2409.11904, 2024. 11
arXiv 2024
-
[4]
The cityscapes dataset for semantic urban scene understanding
Marius Cordts, Mohamed Omran, Sebastian Ramos, Timo Rehfeld, Markus Enzweiler, Rodrigo Benenson, Uwe Franke, Stefan Roth, and Bernt Schiele. The cityscapes dataset for semantic urban scene understanding. In Proceed- ings of the IEEE conference on computer vision and pattern recognition, pages 3213–3223, 2016. 3, 11
work page 2016
-
[5]
Diffusion models beat gans on image synthesis, 2021
Prafulla Dhariwal and Alex Nichol. Diffusion models beat gans on image synthesis, 2021. 8, 11
work page 2021
-
[6]
Towards pragmatic semantic image synthesis for ur- ban scenes, 2023
George Eskandar, Diandian Guo, Karim Guirguis, and Bin Yang. Towards pragmatic semantic image synthesis for ur- ban scenes, 2023. 2
work page 2023
-
[7]
Rinon Gal, Moab Arar, Yuval Atzmon, Amit H Bermano, Gal Chechik, and Daniel Cohen-Or. Encoder-based domain tuning for fast personalization of text-to-image models.ACM Transactions on Graphics (TOG), 42(4):1–13, 2023. 2, 3, 4, 11
work page 2023
-
[8]
Generative view synthesis: From single- view semantics to novel-view images, 2020
Tewodros Habtegebrial, Varun Jampani, Orazio Gallo, and Didier Stricker. Generative view synthesis: From single- view semantics to novel-view images, 2020. 2
work page 2020
Show all 50 references
-
[9]
Classifier-free diffusion guidance, 2022
Jonathan Ho and Tim Salimans. Classifier-free diffusion guidance, 2022. 7, 14
2022
-
[10]
Neural matching fields: Implicit representation of matching fields for visual correspondence, 2022
Sunghwan Hong, Jisu Nam, Seokju Cho, Susung Hong, San- gryul Jeon, Dongbo Min, and Seungryong Kim. Neural matching fields: Implicit representation of matching fields for visual correspondence, 2022. 5
2022
-
[11]
Hexiang Hu, Kelvin C. K. Chan, Yu-Chuan Su, Wenhu Chen, Yandong Li, Kihyuk Sohn, Yang Zhao, Xue Ben, Bo- qing Gong, William Cohen, Ming-Wei Chang, and Xuhui Jia. Instruct-imagen: Image generation with multi-modal in- struction, 2024. 3
2024
-
[12]
Animate anyone: Consistent and controllable image- to-video synthesis for character animation
Li Hu. Animate anyone: Consistent and controllable image- to-video synthesis for character animation. InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 8153–8163, 2024. 2
2024
-
[13]
Animate anyone: Consistent and controllable image-to-video synthesis for character animation, 2024
Li Hu, Xin Gao, Peng Zhang, Ke Sun, Bang Zhang, and Liefeng Bo. Animate anyone: Consistent and controllable image-to-video synthesis for character animation, 2024. 2
2024
-
[14]
Genai arena: An open evaluation platform for generative models
Dongfu Jiang, Max Ku, Tianle Li, Yuansheng Ni, Shizhuo Sun, Rongqi Fan, and Wenhu Chen. Genai arena: An open evaluation platform for generative models. arXiv preprint arXiv:2406.04485, 2024. 11
2024 arXiv
-
[15]
Genai-bench: Evaluating and improv- ing compositional text-to-visual generation
Baiqi Li, Zhiqiu Lin, Deepak Pathak, Jiayao Li, Yixin Fei, Kewen Wu, Tiffany Ling, Xide Xia, Pengchuan Zhang, Gra- ham Neubig, et al. Genai-bench: Evaluating and improv- ing compositional text-to-visual generation. arXiv preprint arXiv:2406.13743, 2024. 11
2024 arXiv
-
[16]
Controlnet++: Improving conditional controls with efficient consistency feedback
Ming Li, Taojiannan Yang, Huafeng Kuang, Jie Wu, Zhaon- ing Wang, Xuefeng Xiao, and Chen Chen. Controlnet++: Improving conditional controls with efficient consistency feedback. In European Conference on Computer Vision , pages 129–147. Springer, 2025. 2, 3, 11
2025
-
[17]
Gligen: Open-set grounded text-to-image generation
Yuheng Li, Haotian Liu, Qingyang Wu, Fangzhou Mu, Jian- wei Yang, Jianfeng Gao, Chunyuan Li, and Yong Jae Lee. Gligen: Open-set grounded text-to-image generation. InPro- ceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 22511–22521, 2023. 3, 11
2023
-
[18]
Photomaker: Customizing re- alistic human photos via stacked id embedding
Zhen Li, Mingdeng Cao, Xintao Wang, Zhongang Qi, Ming- Ming Cheng, and Ying Shan. Photomaker: Customizing re- alistic human photos via stacked id embedding. In Proceed- ings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 8640–8650, 2024. 2, 3, 11
2024
-
[19]
Ctrl-x: Controlling structure and appear- ance for text-to-image generation without guidance
Kuan Heng Lin, Sicheng Mo, Ben Klingher, Fangzhou Mu, and Bolei Zhou. Ctrl-x: Controlling structure and appear- ance for text-to-image generation without guidance. arXiv preprint arXiv:2406.07540, 2024. 2, 3, 4, 6, 7, 8, 11, 12, 19
2024 arXiv
-
[20]
Evaluating text-to-visual generation with image-to-text gen- eration
Zhiqiu Lin, Deepak Pathak, Baiqi Li, Jiayao Li, Xide Xia, Graham Neubig, Pengchuan Zhang, and Deva Ramanan. Evaluating text-to-visual generation with image-to-text gen- eration. In European Conference on Computer Vision, pages 366–384. Springer, 2025. 11
2025
-
[21]
Decoupled weight decay regularization, 2019
Ilya Loshchilov and Frank Hutter. Decoupled weight decay regularization, 2019. 11
2019
-
[22]
Siedob: Semantic image editing by disentangling object and background, 2023
Wuyang Luo, Su Yang, Xinjian Zhang, and Weishan Zhang. Siedob: Semantic image editing by disentangling object and background, 2023. 16
2023
-
[23]
Zhengyao Lv, Yuxiang Wei, Wangmeng Zuo, and Kwan- Yee K. Wong. Place: Adaptive layout-semantic fusion for semantic image synthesis, 2024. 3
2024
-
[24]
Hypercorrela- tion squeeze for few-shot segmentation, 2021
Juhong Min, Dahyun Kang, and Minsu Cho. Hypercorrela- tion squeeze for few-shot segmentation, 2021. 5
2021
-
[25]
Freecontrol: Training-free spatial control of any text-to-image diffusion model with any condition
Sicheng Mo, Fangzhou Mu, Kuan Heng Lin, Yanli Liu, Bochen Guan, Yin Li, and Bolei Zhou. Freecontrol: Training-free spatial control of any text-to-image diffusion model with any condition. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pa...
2024
-
[26]
Null-text inversion for editing real im- ages using guided diffusion models
Ron Mokady, Amir Hertz, Kfir Aberman, Yael Pritch, and Daniel Cohen-Or. Null-text inversion for editing real im- ages using guided diffusion models. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 6038–6047, 2023. 4
2023
-
[27]
T2i-adapter: Learning adapters to dig out more controllable ability for text-to-image diffusion models
Chong Mou, Xintao Wang, Liangbin Xie, Yanze Wu, Jian Zhang, Zhongang Qi, and Ying Shan. T2i-adapter: Learning adapters to dig out more controllable ability for text-to-image diffusion models. In Proceedings of the AAAI Conference on Artificial Intelligence, pages 4296–4304, 20...
2024
-
[28]
Dreammatcher: Appearance matching self-attention for semantically-consistent text-to- image personalization
Jisu Nam, Heesu Kim, DongJae Lee, Siyoon Jin, Seungry- ong Kim, and Seunggyu Chang. Dreammatcher: Appearance matching self-attention for semantically-consistent text-to- image personalization. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition...
2024
-
[29]
Indoor segmentation and support inference from rgbd images
Pushmeet Kohli Nathan Silberman, Derek Hoiem and Rob Fergus. Indoor segmentation and support inference from rgbd images. In ECCV, 2012. 6, 7, 11, 15, 18
2012
-
[30]
Semantic image synthesis with spatially-adaptive nor- malization
Taesung Park, Ming-Yu Liu, Ting-Chun Wang, and Jun-Yan Zhu. Semantic image synthesis with spatially-adaptive nor- malization. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 2337–2346,
-
[31]
One-step image translation with text-to-image models, 2024
Gaurav Parmar, Taesung Park, Srinivasa Narasimhan, and Jun-Yan Zhu. One-step image translation with text-to-image models, 2024. 11
2024
-
[32]
Controlnext: Powerful and effi- cient control for image and video generation
Bohao Peng, Jian Wang, Yuechen Zhang, Wenbo Li, Ming- Chang Yang, and Jiaya Jia. Controlnext: Powerful and effi- cient control for image and video generation. arXiv preprint arXiv:2408.06070, 2024. 2, 3, 4, 6, 7, 8, 11, 13, 16
2024 arXiv
-
[33]
Portraitbooth: A versatile portrait model for fast identity-preserved personalization
Xu Peng, Junwei Zhu, Boyuan Jiang, Ying Tai, Donghao Luo, Jiangning Zhang, Wei Lin, Taisong Jin, Chengjie Wang, and Rongrong Ji. Portraitbooth: A versatile portrait model for fast identity-preserved personalization. InProceedings of the IEEE/CVF Conference on Computer Vision a...
2024
-
[34]
Variational autoencoder for deep learning of images, labels and cap- tions
Yunchen Pu, Zhe Gan, Ricardo Henao, Xin Yuan, Chun- yuan Li, Andrew Stevens, and Lawrence Carin. Variational autoencoder for deep learning of images, labels and cap- tions. Advances in neural information processing systems , 29, 2016. 4
2016
-
[35]
Learning transferable visual models from natural language supervision, 2021
Alec Radford, Jong Wook Kim, Chris Hallacy, Aditya Ramesh, Gabriel Goh, Sandhini Agarwal, Girish Sastry, Amanda Askell, Pamela Mishkin, Jack Clark, Gretchen Krueger, and Ilya Sutskever. Learning transferable visual models from natural language supervision, 2021. 2, 3, 8, 11
2021
-
[36]
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. 3
2022
-
[37]
Denoising diffusion implicit models
Jiaming Song, Chenlin Meng, and Stefano Ermon. Denoising diffusion implicit models. arXiv preprint arXiv:2010.02502, 2020. 11
2010 arXiv
-
[38]
Data augmentation using random image cropping and patch- ing for deep cnns
Ryo Takahashi, Takashi Matsubara, and Kuniaki Uehara. Data augmentation using random image cropping and patch- ing for deep cnns. IEEE Transactions on Circuits and Sys- tems for Video Technology, 30(9):2917–2931, 2020. 6
2020
-
[39]
Evalalign: Evaluating text- to-image models through precision alignment of multimodal large models with supervised fine-tuning to human annota- tions
Zhiyu Tan, Xiaomeng Yang, Luozheng Qin, Mengping Yang, Cheng Zhang, and Hao Li. Evalalign: Evaluating text- to-image models through precision alignment of multimodal large models with supervised fine-tuning to human annota- tions. arXiv preprint arXiv:2406.16562, 2024. 11
2024 arXiv
-
[40]
Splicing vit features for semantic appearance transfer,
Narek Tumanyan, Omer Bar-Tal, Shai Bagon, and Tali Dekel. Splicing vit features for semantic appearance transfer,
-
[41]
Seman- tic image synthesis via diffusion models
Weilun Wang, Jianmin Bao, Wengang Zhou, Dongdong Chen, Dong Chen, Lu Yuan, and Houqiang Li. Seman- tic image synthesis via diffusion models. arXiv preprint arXiv:2207.00050, 2022. 3, 7, 11
2022
-
[42]
Fastcomposer: Tuning-free multi- subject image generation with localized attention
Guangxuan Xiao, Tianwei Yin, William T Freeman, Fr ´edo Durand, and Song Han. Fastcomposer: Tuning-free multi- subject image generation with localized attention. Interna- tional Journal of Computer Vision, pages 1–20, 2024. 2, 3, 11
2024
-
[43]
Freestyle layout-to-image synthesis, 2023
Han Xue, Zhiwu Huang, Qianru Sun, Li Song, and Wenjun Zhang. Freestyle layout-to-image synthesis, 2023. 3
2023
-
[44]
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,
-
[45]
Bdd100k: A diverse driving dataset for heterogeneous multitask learning
Fisher Yu, Haofeng Chen, Xin Wang, Wenqi Xian, Yingying Chen, Fangchen Liu, Vashisht Madhavan, and Trevor Dar- rell. Bdd100k: A diverse driving dataset for heterogeneous multitask learning. In Proceedings of the IEEE/CVF con- ference on computer vision and pattern recognition ...
2020
-
[46]
Adding conditional control to text-to-image diffusion models
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, 4, 6, 7, 8, 11, 12, 19
2023
-
[47]
Uni-controlnet: All-in-one control to text-to-image diffusion models
Shihao Zhao, Dongdong Chen, Yen-Chun Chen, Jianmin Bao, Shaozhe Hao, Lu Yuan, and Kwan-Yee K Wong. Uni-controlnet: All-in-one control to text-to-image diffusion models. Advances in Neural Information Processing Sys- tems, 36, 2024. 2, 3, 11
2024
-
[48]
Flipda: Effective and robust data augmentation for few-shot learning, 2022
Jing Zhou, Yanan Zheng, Jie Tang, Jian Li, and Zhilin Yang. Flipda: Effective and robust data augmentation for few-shot learning, 2022. 6
2022
-
[49]
Yan Zhuang, Benjamin Hou, Tejas Sudharshan Mathai, Pri- tam Mukherjee, Boah Kim, and Ronald M. Summers. Se- mantic image synthesis for abdominal ct, 2023. 2 10 AM-Adapter: Appearance Matching Adapter for Exemplar-based Semantic Image Synthesis in-the-Wild Supplementary Materia...
2023
-
[2023]
2, 3, 4, 6, 7, 8, 11, 12, 19
Reviewed August 11, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.