paper-with-me

홈 › Papers

Discriminative Probing and Tuning for Text-to-Image Generation

2024-03-07 · CVPR 2024 1 · Leigang Qu, Wenjie Wang, Yongqi Li, Hanwang Zhang, Liqiang Nie, Tat-Seng Chua

Despite advancements in text-to-image generation (T2I), prior methods often face text-image misalignment problems such as relation confusion in generated images. Existing solutions involve cross-attention manipulation for better compositional understanding or integrating large language models for improved layout planning. However, the inherent alignment capabilities of T2I models are still inadequate. By reviewing the link between generative and discriminative modeling, we posit that T2I models' discriminative abilities may reflect their text-image alignment proficiency during generation. In this light, we advocate bolstering the discriminative abilities of T2I models to achieve more precise text-to-image alignment for generation. We present a discriminative adapter built on T2I models to probe their discriminative abilities on two representative tasks and leverage discriminative fine-tuning to improve their text-image alignment. As a bonus of the discriminative adapter, a self-correction mechanism can leverage discriminative gradients to better align generated images to text prompts during inference. Comprehensive evaluations across three benchmark datasets, including both in-distribution and out-of-distribution scenarios, demonstrate our method's superior generation performance. Meanwhile, it achieves state-of-the-art discriminative performance on the two discriminative tasks compared to other generative models.

📄 PDF Abstract BibTeX arXiv:2403.04321

Code (0)

등록된 구현이 없습니다.

Tasks

Image GenerationText to Image GenerationText-to-Image Generation

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…
Adapter 설명 없음
Discriminative Fine-Tuning Discriminative Fine-Tuning is a fine-tuning strategy that is used for ULMFiT type models. Instead of using the same learning rate…

Similar Papers 제목 키워드 기반

SibylSense: Adaptive Rubric Learning via Memory Tuning and Adversarial Probing

2026-02-24 · Yifei Xu, Guilherme Potje, Shivam Shandilya, Tiancheng Yuan 외 arxiv

Designing aligned and robust rewards for open-ended generation remains a key barrier to RL post-training. Rubrics provide structured, interpretable supervision, but scaling rubric construction is difficult: expert rubric…

Probing Diffusion Denoising Dynamics for Contrastive Representation Learning

2026-07-10 · Yasong Dai, Zeeshan Hayder, David Ahmedt-Aristizabal, Hongdong Li arxiv

Text-to-image diffusion models exhibit unprecedented generative capability and contain rich intermediate representations that can be useful for discriminative vision tasks. Motivated by this observation, we study a focus…

Representation LearningContrastive Learning

UniDiff: Advancing Vision-Language Models with Generative and Discriminative Learning

2023-06-01 · Xiao Dong, Runhui Huang, XiaoYong Wei, Zequn Jie 외

Recent advances in vision-language pre-training have enabled machines to perform better in multimodal object discrimination (e.g., image-text semantic alignment) and image synthesis (e.g., text-to-image generation). On t…

Contrastive LearningImage GenerationRetrievalText to Image Generation+1

Cross-Domain Image Captioning with Discriminative Finetuning

2023-04-04 · CVPR 2023 1 · Roberto Dessì, Michele Bevilacqua, Eleonora Gualdoni, Nathanael Carraz Rakotonirina 외

Neural captioners are typically trained to mimic human-generated references without optimizing for any specific communication goal, leading to problems such as the generation of vague captions. In this paper, we show tha…

DescriptiveImage Captioning

Fine-Tuning can Distort Pretrained Features and Underperform Out-of-Distribution

2022-02-21 · Ananya Kumar, aditi raghunathan, Robbie Jones, Tengyu Ma 외

When transferring a pretrained model to a downstream task, two popular methods are full fine-tuning (updating all the model parameters) and linear probing (updating only the last linear layer -- the "head"). It is well k…