Pith. sign in

REVIEW 3 major objections 4 minor 22 references

Comparison Reveals Commonality: Customized Image Generation through Contrastive Inversion

T0 review · 3 major / 4 minor · reviewed 2026-08-05 · deepseek-v4-flash

Pith's one-line read By training one auxiliary token per input image and repelling those tokens with a contrastive loss, Contrastive Inversion isolates the concept the images share, then fine-tunes the generator so text edits preserve it.

desk verdict The core idea—contrastive auxiliary tokens plus detachable cross-attention layers—is genuinely new and worth a look; but the 'outperforming' claim collapses in Table 1, where Ours and DisenBooth are statistically indistinguishable. read the letter →

arxiv 2508.07755 v1 pith:BB35AEKW submitted 2025-08-11 cs.CV

classification cs.CV
keywords conceptdisentanglementtext-to-imagepersonalizationcontrastivelearningtextualinversiondiffusionmodelscross-attentionfine-tuningDreamBenchauxiliarytokens
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

Contrastive Inversion discovers what a small set of photos have in common by letting their differences absorb the noise. The paper's central claim: give each training image its own auxiliary text token, train those tokens so each is pulled toward its own image's CLIP embedding and pushed away from the others, and every image-specific detail — background, pose, lighting — will settle into the auxiliary tokens, leaving the shared token $S^*$ naming only the common concept, with no masks, captions, or class nouns. A second stage fine-tunes duplicated cross-attention matrices separately for the shared token and the auxiliary tokens, then discards the auxiliary copies, so visual fidelity improves without memorizing irrelevant details. If the claims hold, the method dissolves the familiar fidelity-versus-editability trade-off in concept personalization, and the composition of the input set itself provides all the supervision the method needs. The price is in the inputs: when the photos are too similar or too plain, the separation quietly fails.

What carries the argument

Dual machinery carries the argument. First, Contrastive Inversion: an InfoNCE loss (Eq. 2) over frozen CLIP space attracts each auxiliary token $A^*_i$ to its own image embedding and repels it from the others; with the LDM denoising loss (Eq. 1) in the background, this forces per-image content out of the shared token $S^*$ without external guidance. Second, disentangled cross-attention fine-tuning: the key/value matrices of cross-attention are duplicated, originals trained only on $S^*$, copies only on the auxiliary tokens, outputs summed during training (Eq. 3) and the auxiliary copy discarded at inference — so auxiliary content never reaches the deployed weights. Auxiliary capacity $n$ (to

What would settle it

Use an input set designed for failure: the same object, same pose, same background across all photos (e.g., the consistently lying-down dog of Figure 6a). The paper predicts the pose will fuse into the identity token and the prompt 'a standing $S^*$' will still produce a lying dog; if instead the subject edits freely, the contrastive separation has done more than claimed. A complementary check: generate 'a photo of $A^*_i$' and test whether the target subject ever appears in the result — if it does, the auxiliary tokens have leaked the shared concept.

Watch

Extended reading notes

Core claim

This paper claims that concept disentanglement in personalized image generation can be achieved purely by comparison. Training a target token $S^*$ alongside $N$ image-wise auxiliary tokens $A^*_i$ with the latent-diffusion denoising loss plus an InfoNCE contrastive term — each $(A^*_i,\ \text{its own image})$ a positive pair, all cross pairs negative — drives auxiliary tokens to encode what distinguishes each image from the set (background, pose, lighting) while $S^*$ keeps what they share. A second stage fine-tunes duplicated cross-attention key/value matrices: originals trained only with $S^*$, copies only with the auxiliary tokens, copies discarded at inference. The paper reports fidelit

Load-bearing premise

The central assumption is that the contrastive loss in CLIP space will push every image-specific detail into the auxiliary tokens and leave the common concept cleanly in the target token — a separation that works only when the input images differ enough in background, pose, and context, which the paper's own failure analysis (Appendix B.2) shows breaks down for too-similar or too-plain photo sets.

Editorial extensions

If this is right

  • Concept personalization no longer needs manual guidance: if the claim holds, the diversity of the input photo set supplies all the supervision for separating the subject from its context.
  • The reported scores — concept fidelity (DINOv2) 0.530 with prompt alignment (CLIP-T) 0.302, stable across fine-tuning — imply that the fidelity–editability trade-off seen in prior methods is not intrinsic, but a symptom of auxiliary leakage.
  • Because $S^*$ composes with prompts that reshape the subject (cube, sketch, cartoon), the learned token carries semantic content rather than a stored image, so it can recombine with arbitrary text conditions.
  • Discarding the auxiliary attention pathway means the deployed model's weights are free of the training images' backgrounds and poses; outputs should be invariant to those specifics.
  • Auxiliary token capacity is a single interpretable knob: more capacity per auxiliary token improves disentanglement, which tells practitioners exactly where to look when the subject leaks.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • Reading the paper's failure modes (Appendix B.2) as a data-quality checklist, I would expect the method's reliability to be predictable before training: a preprocessing step that selects or warps inputs to maximize contextual diversity should remove most failures.
  • The auxiliary tokens' emergent ability to regenerate a single image's environment ('a window frame', 'an office interior') suggests the contrastive objective performs an implicit scene decomposition; that decomposition could be borrowed for segment-free editing, such as transplanting one image's background via its $A^*_i$ token.
  • A direct probe of the core claim would be embedding-level: measure how much $S^*$'s representation shifts under structured perturbations (pose, background, lighting) of the same subject. If the token is invariant to those changes, the disentanglement is real; if not, it is incomplete despite good image metrics.
  • Because the method only requires the shared concept to be the stable invariant across images, the same recipe should transfer from objects to abstract concepts such as artistic style — a direction the authors explicitly leave open.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

3 major / 4 minor

Summary. The paper proposes Contrastive Inversion, a training scheme for customized text-to-image generation that learns a target text token from a small set of images without additional guidance (text prompts, masks, or class nouns). The method introduces image-wise auxiliary text tokens and optimizes them with an InfoNCE contrastive loss (Eq. 2) so that they absorb image-specific features, leaving the shared concept in the target token S*. A second stage fine-tunes duplicated cross-attention K/V matrices, using the auxiliary tokens only in separate attention pathways that are discarded at inference. Experiments on DreamBench report DINOv2 and CLIP-T scores, with qualitative comparisons and ablation studies showing improved disentanglement when auxiliary token capacity increases and the importance of the second fine-tuning stage. Appendix B.2 documents failure cases when input images share spurious correlations or lack sufficient auxiliary diversity.

Significance. If the central claim is sustained, the method offers a fully guidance-free approach to subject-disentangled personalization, which would be a useful advance over methods requiring class nouns, masks, or image-conditioning priors. The paper's strengths include a clear two-stage formulation, a novel use of contrastive learning on token embeddings, and an honest appendix section describing failure modes. The authors also provide ablation evidence (Fig. 4, Table 1) supporting the role of auxiliary-token capacity and the benefit of the disentangled cross-attention fine-tuning. The main weaknesses are the empirical support for the claimed outperformance and the limited theoretical grounding of the disentanglement mechanism.

major comments (3)
  1. [Table 1 and Abstract] The abstract and Section 3.1 claim that the method 'outperforms existing techniques,' but the only quantitative table does not support this. For Ours vs. DisenBooth, DINOv2 is 0.530 ± 0.101 vs. 0.530 ± 0.093 and CLIP-T is 0.302 ± 0.032 vs. 0.301 ± 0.028 — statistically indistinguishable. The 'best-performing epoch' protocol noted in the table footnote is a favorable selection criterion that can inflate scores. To substantiate the outperformance claim, the authors should provide a fixed-schedule comparison (or validation-based early stopping) and report confidence intervals on the difference between methods. Without this, the value proposition of the paper rests on anecdotal qualitative examples.
  2. [Eq. (2) and Appendix B.2] The core mechanism is that the InfoNCE loss (Eq. 2) drives the auxiliary tokens to encode only image-specific features, leaving the common concept in S*. However, the contrastive objective alone does not guarantee this decomposition; it only encourages each A*_i to be more similar to its own CLIP image embedding than to others, and the CLIP embedding itself contains both common and auxiliary features. The disentanglement is an emergent property of jointly minimizing Eq. (1) and Eq. (2). The paper does not analyze when this property holds, and Appendix B.2 acknowledges that the method fails when inputs are too similar (consistent pose/background) or lack distinct auxiliary information. This limitation is potentially central to the method's applicability, and should be discussed in the main text with a more precise statement of the conditions under which contrastive inversion can disentang
  3. [Section 3.1 / Table 1 footnote] The reporting of metrics 'at the best-performing epoch for each method' is methodologically problematic. It selects favorable checkpoints post hoc, which is not a standard protocol for comparing personalized models, and it makes the reported error bars misleading, because they do not account for the selection. The authors should either adopt a pre-determined training schedule for all methods or use a validation set for early stopping, and report the actual epoch at which each score was obtained. This is a load-bearing issue because the paper's main quantitative conclusion depends on it.
minor comments (4)
  1. [Eq. (1)] The weighting factor w_t is not defined. State the noise schedule weighting used (e.g., standard LDM epsilon prediction weighting).
  2. [Appendix A] Training steps for DisenBooth are not given; specify the hyperparameters used for the comparison baselines, including DisenBooth, so that the comparison is reproducible.
  3. [Figure 3] The qualitative comparison would be more convincing with multiple seeds or a larger set of examples for each method. The current figure shows only single outputs per prompt, which is insufficient to support claims of systematic differences.
  4. [Table 1] The dual underlining of the 'best' score for each metric is ambiguous when multiple methods are tied; add a note explaining how ties are treated.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: the proposed method's training objectives and evaluation metrics are distinct, and no self-citation chain is load-bearing.

full rationale

The paper's central claim is that Contrastive Inversion disentangles a common concept from per-image auxiliary features by jointly optimizing the target token S* with image-wise auxiliary tokens A*_i. The target token is trained only with the standard LDM reconstruction loss (Eq. 1); the contrastive InfoNCE loss (Eq. 2) supervises only the auxiliary tokens, pulling each A*_i toward its own image embedding and away from other image embeddings. This does not by construction force S* to equal the evaluation metrics. Concept fidelity is measured with DINOv2, an external visual feature model, and prompt alignment with CLIP-T, both of which are not directly optimized in the training losses. The CLIP space is used in the contrastive loss and in CLIP-T, but the contrastive loss does not supervise the target token's representation against a CLIP-based target, so the evaluation is not equivalent to the training objective. The paper contains no self-citations that carry a load-bearing uniqueness or ansatz argument; all cited prior methods are external. The quantitative comparison is weakened by measuring at each method's best-performing epoch and by the near-tie with DisenBooth (0.530 vs 0.530 DINOv2, 0.302 vs 0.301 CLIP-T), but that is a concern about statistical support for the 'outperforming' claim, not about circular derivation. Appendix B.2 candidly lists failure modes, further indicating the method is not trivially guaranteed by its objective. Overall, no step in the claimed derivation reduces to its own inputs by construction.

Assumptions & free parameters 4 free parameters · 4 assumptions · 1 invented entities

The paper's central claim depends on a handful of tunable hyperparameters (lambda, n, temperature) that are not fully specified, and on the domain assumption that CLIP embedding geometry reflects the visual features that need separating. The main invented entity, the auxiliary tokens, is validated by internal visualizations, so the ledger is moderate.

free parameters (4)
  • lambda (auxiliary attention weight)
    Eq. 3 mixes the auxiliary cross-attention pathway with weight lambda, but the paper never reports its value or whether it was tuned.
  • auxiliary token capacity n
    Section 3.3 ablates n in {0,1,2,4,8} and shows it controls how much image-specific detail the auxiliary tokens absorb, but the main experiments do not state which n is used.
  • InfoNCE temperature
    Eq. 2 uses cosine similarity in the contrastive loss, but no temperature scaling is reported, and this affects how strongly positive and negative pairs are separated.
  • Training steps and learning rates = 2000 and 150 steps; 5e-4 and 5e-6
    Chosen by hand and reported in Appendix A; these are standard hyperparameters that influence the final performance.
assumptions (4)
  • domain assumption CLIP text and image encoders share a meaningful embedding space where cosine similarity reflects visual-semantic correspondence
    Eq. 2 builds the contrastive loss on sim(tau_T(A_i), tau_I(x_i)). The whole disentanglement mechanism assumes this similarity is informative at the token level.
  • ad hoc to paper InfoNCE contrastive loss drives auxiliary tokens to encode only image-specific features, leaving commonality to S*
    Section 2.1: there is no proof that minimizing Eq. 2 yields the intended disentanglement; the paper validates it empirically via cross-attention maps and generated auxiliary images.
  • domain assumption The LDM denoising objective can be optimized over text tokens while freezing the generator to encode visual concepts
    Eq. 1 is the standard Textual Inversion objective; the paper relies on this established assumption without new justification.
  • domain assumption Fine-tuning only K and V in cross-attention layers, with a duplicated auxiliary pathway that is discarded, preserves editability while improving fidelity
    Section 2.2: this is an empirical design choice, not a derived guarantee; the paper validates it through the final metrics but does not analyze failure modes of the pathway deletion.
invented entities (1)
  • Image-wise auxiliary text tokens A*_i independent evidence
    purpose: Absorb image-specific auxiliary features (background, pose, lighting) so the target token S* captures only the common concept
    The paper provides visualizations in Fig. 5 showing that A*_i generate each input image's context, and cross-attention maps in Fig. 4 show the target token focusing on the subject. This is internal evidence, not an external falsifiable handle, but it is direct evidence that the tokens encode what they are claimed to encode.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Comparison Reveals Commonality: Customized Image Generation through Contrastive Inversion." pith.science (2026). https://pith.science/paper/BB35AEKW

@misc{pith2026250807755,
  author       = {Pith},
  title        = {Pith review of: Comparison Reveals Commonality: Customized Image Generation through Contrastive Inversion},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/BB35AEKW}},
  note         = {Machine review of arXiv:2508.07755}
}
read the original abstract

The recent demand for customized image generation raises a need for techniques that effectively extract the common concept from small sets of images. Existing methods typically rely on additional guidance, such as text prompts or spatial masks, to capture the common target concept. Unfortunately, relying on manually provided guidance can lead to incomplete separation of auxiliary features, which degrades generation quality.In this paper, we propose Contrastive Inversion, a novel approach that identifies the common concept by comparing the input images without relying on additional information. We train the target token along with the image-wise auxiliary text tokens via contrastive learning, which extracts the well-disentangled true semantics of the target. Then we apply disentangled cross-attention fine-tuning to improve concept fidelity without overfitting. Experimental results and analysis demonstrate that our method achieves a balanced, high-level performance in both concept representation and editing, outperforming existing techniques.

Figures

Figures reproduced from arXiv: 2508.07755 by the authors.

Figure 1
Figure 1. Overview of Contrastive Inversion. From the input im￾ages, we separate the commonalities (S ∗ ) and the image-specific auxiliary (A ∗ i ) information into text tokens without additional guidance. Only S ∗ is used in the generation with text prompts. ground or pose). Consequently, the model ends up merely reproducing the input images, rather than editing them ac￾cording to the user’s instructions. This issue stems fr… view at source ↗
Figure 2
Figure 2. Two-stage training pipeline of our method. In Step 1, we optimize both the target and the image-wise auxiliary tokens to represent their respective visual concepts, effectively disentangling the target concept via contrastive learning. In Step 2, we reuse the learned tokens to fine-tune the diffusion model. Auxiliary tokens carrying irrelevant information are treated in additional cross-attention layers, which are d… view at source ↗
Figure 3
Figure 3. Qualitative results. Based on a precise understanding of the target concept, our method maintains high concept fidelity while integrating with given text prompts. In contrast, previous methods exhibit severe overfitting or underfitting, and struggle to fuse the learned concept with different text conditions. 2.2. Disentangled Cross-attention Fine-tuning While Contrastive Inversion finds text tokens that effec￾tively… view at source ↗
Figures from the paper (3 more)
Figure 4
Figure 4. Figure 4: Cross-attention maps related to the target token. n denotes the number of token embeddings assigned to each auxil￾iary token. As n increases, the target token more precisely repre￾sents the target object. When n = 0 (i.e., no auxiliary token), the target token is train…
Figure 5
Figure 5. Figure 5: Visualization of concepts learned by auxiliary tokens A ∗ i . Each column displays an input image (top) and a generated image (bottom) corresponding to is learned auxiliary token. The generated images, prompted by ”A photo of A ∗ i ”, reveal that the auxiliary tokens c…
Figure 6
Figure 6. Figure 6: Analysis of failure cases. Our method can fail when the input image set lacks sufficient diversity or distinctive auxiliary infor￾mation. (a, b) When inputs are too similar (e.g., consistent poses or backgrounds), unintended features become entangled with the target co…

Discussion (0). Sign in to comment.

Reference graph

Works this paper leans on

22 extracted references · 13 canonical work pages

  1. [1]

    Break-a-scene: Extracting multi- ple concepts from a single image

    Omri Avrahami, Kfir Aberman, Ohad Fried, Daniel Cohen- Or, and Dani Lischinski. Break-a-scene: Extracting multi- ple concepts from a single image. In SIGGRAPH Asia 2023 Conference Papers, pages 1–12, 2023. 1

  2. [2]

    Diffusion self-distillation for zero-shot customized image generation

    Shengqu Cai, Eric Chan, Yunzhi Zhang, Leonidas Guibas, Jiajun Wu, and Gordon Wetzstein. Diffusion self-distillation for zero-shot customized image generation. arXiv preprint arXiv:2411.18616, 2024. 1

  3. [3]

    Disenbooth: Identity- preserving disentangled tuning for subject-driven text-to- image generation

    Hong Chen, Yipeng Zhang, Simin Wu, Xin Wang, Xuguang Duan, Yuwei Zhou, and Wenwu Zhu. Disenbooth: Identity- preserving disentangled tuning for subject-driven text-to- image generation. arXiv preprint arXiv:2305.03374 , 2023. 1, 4

  4. [4]

    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. 1, 3, 4

  5. [5]

    Svdiff: Compact parame- ter space for diffusion fine-tuning

    Ligong Han, Yinxiao Li, Han Zhang, Peyman Milanfar, Dim- itris Metaxas, and Feng Yang. Svdiff: Compact parame- ter space for diffusion fine-tuning. In Proceedings of the IEEE/CVF International Conference on Computer Vision , pages 7323–7334, 2023. 1

  6. [6]

    Classifier-free diffusion guidance

    Jonathan Ho and Tim Salimans. Classifier-free diffusion guidance. In NeurIPS 2021 Workshop on Deep Generative Models and Downstream Applications. 6

  7. [7]

    Taming encoder for zero fine-tuning image customization with text-to-image diffusion models

    Xuhui Jia, Yang Zhao, Kelvin CK Chan, Yandong Li, Han Zhang, Boqing Gong, Tingbo Hou, Huisheng Wang, and Yu-Chuan Su. Taming encoder for zero fine-tuning image customization with text-to-image diffusion models. arXiv preprint arXiv:2304.02642, 2023. 1

  8. [8]

    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. 1, 3, 4

Show all 22 references
  1. [9]

    Direct consistency optimization for robust customiza- tion of text-to-image diffusion models

    Kyungmin Lee, Sangkyung Kwak, Kihyuk Sohn, and Jinwoo Shin. Direct consistency optimization for robust customiza- tion of text-to-image diffusion models. Advances in Neural Information Processing Systems, 37:103269–103304, 2025. 1

  2. [10]

    Customizable image synthesis with multiple sub- jects

    Zhiheng Liu, Yifei Zhang, Yujun Shen, Kecheng Zheng, Kai Zhu, Ruili Feng, Yu Liu, Deli Zhao, Jingren Zhou, and Yang Cao. Customizable image synthesis with multiple sub- jects. Advances in neural information processing systems , 36:57500–57519, 2023. 1

  3. [11]

    Decoupled weight decay regularization

    Ilya Loshchilov and Frank Hutter. Decoupled weight decay regularization. arXiv preprint arXiv:1711.05101, 2017. 6

  4. [12]

    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...

  5. [13]

    Repre- sentation learning with contrastive predictive coding

    Aaron van den Oord, Yazhe Li, and Oriol Vinyals. Repre- sentation learning with contrastive predictive coding. arXiv preprint arXiv:1807.03748, 2018. 2

  6. [14]

    Dinov2: Learning robust visual features without supervision

    Maxime Oquab, Timoth ´ee Darcet, Th ´eo Moutakanni, Huy V o, Marc Szafraniec, Vasil Khalidov, Pierre Fernandez, Daniel Haziza, Francisco Massa, Alaaeldin El-Nouby, et al. Dinov2: Learning robust visual features without supervision. arXiv preprint arXiv:2304.07193, 2023. 3

  7. [15]

    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, ...

  8. [16]

    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. 1

  9. [17]

    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. 1, 2

  10. [18]

    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...

  11. [19]

    Hyperdreambooth: Hypernetworks for fast personalization of text-to-image models

    Nataniel Ruiz, Yuanzhen Li, Varun Jampani, Wei Wei, Tingbo Hou, Yael Pritch, Neal Wadhwa, Michael Rubinstein, and Kfir Aberman. Hyperdreambooth: Hypernetworks for fast personalization of text-to-image models. In Proceedings of the IEEE/CVF conference on computer vision and pat...

  12. [20]

    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...

  13. [21]

    De- noising diffusion implicit models

    Jiaming Song, Chenlin Meng, and Stefano Ermon. De- noising diffusion implicit models. arXiv preprint arXiv:2010.02502, 2020. 6

  14. [22]

    a window frame

    Yuxiang Wei, Yabo Zhang, Zhilong Ji, Jinfeng Bai, Lei Zhang, and Wangmeng Zuo. Elite: Encoding visual con- cepts into textual embeddings for customized text-to-image generation. In Proceedings of the IEEE/CVF International Conference on Computer Vision, pages 15943–15953, 2023...

Pith tools

Reviewed August 5, 2026 · model on record in the stance chip above.