paper-with-me

홈 › Papers

Toward Guidance-Free AR Visual Generation via Condition Contrastive Alignment

2024-10-12 · Huayu Chen, Hang Su, Peize Sun, Jun Zhu

Classifier-Free Guidance (CFG) is a critical technique for enhancing the sample quality of visual generative models. However, in autoregressive (AR) multi-modal generation, CFG introduces design inconsistencies between language and visual content, contradicting the design philosophy of unifying different modalities for visual AR. Motivated by language model alignment methods, we propose \textit{Condition Contrastive Alignment} (CCA) to facilitate guidance-free AR visual generation with high performance and analyze its theoretical connection with guided sampling methods. Unlike guidance methods that alter the sampling process to achieve the ideal sampling distribution, CCA directly fine-tunes pretrained models to fit the same distribution target. Experimental results show that CCA can significantly enhance the guidance-free performance of all tested models with just one epoch of fine-tuning ($\sim$ 1\% of pretraining epochs) on the pretraining dataset, on par with guided sampling methods. This largely removes the need for guided sampling in AR visual generation and cuts the sampling cost by half. Moreover, by adjusting training parameters, CCA can achieve trade-offs between sample diversity and fidelity similar to CFG. This experimentally confirms the strong theoretical connection between language-targeted alignment and visual-targeted guidance methods, unifying two previously independent research fields. Code and model weights: https://github.com/thu-ml/CCA.

📄 PDF Abstract BibTeX arXiv:2410.09347

Code (2)

FoundationVision/VAR 공식 구현 pytorch
thu-ml/cca 공식 구현 pytorch

Tasks

Language ModellingPhilosophy

Similar Papers 제목 키워드 기반

Attention-space Contrastive Guidance for Efficient Hallucination Mitigation in LVLMs

2026-01-20 · Yujin Jo, Sangyoon Bae, Taesup Kim arxiv

Hallucinations in large vision--language models (LVLMs) often arise when language priors dominate over visual evidence, leading to object misidentification and visually inconsistent descriptions. We address this problem …

DICT: Data Injection and Contrastive Trajectory Refinement for Conditional Image Generation with Diffusion Models

2026-07-04 · Chunnan Shang, Xin Zhang, Zhizhong Wang, Hongwei Wang arxiv

Diffusion models have become a dominant paradigm for conditional image generation, yet existing approaches generally follow two directions: task-specific designs that can improve performance but limit generalization, and…

Conditional Image GenerationImage Super-ResolutionImage DeblurringStyle Transfer

SoftCFG: Uncertainty-guided Stable Guidance for Visual Autoregressive Model

2025-10-01 · Dongli Xu, Aleksei Tiulpin, Matthew B. Blaschko arxiv

Autoregressive (AR) models have emerged as powerful tools for image generation by modeling images as sequences of discrete tokens. While Classifier-Free Guidance (CFG) has been adopted to improve conditional generation, …

Image Generation

Decoupled Classifier-Free Guidance for Counterfactual Diffusion Models

2025-06-17 · Tian Xia, Fabio De Sousa Ribeiro, Rajat R Rasal, Avinash Kori 외

Counterfactual image generation aims to simulate realistic visual outcomes under specific causal interventions. Diffusion models have recently emerged as a powerful tool for this task, combining DDIM inversion with condi…

AttributecounterfactualImage Generation

Visual Generation Without Guidance

2025-01-26 · Huayu Chen, Kai Jiang, Kaiwen Zheng, Jianfei Chen 외

Classifier-Free Guidance (CFG) has been a default technique in various visual generative models, yet it requires inference from both conditional and unconditional models during sampling. We propose to build visual models…

Diversity