paper-with-me

Papers

Self-control: A Better Conditional Mechanism for Masked Autoregressive Model

2024-12-18 · Qiaoying Qu, Shiyu Shen

Autoregressive conditional image generation algorithms are capable of generating photorealistic images that are consistent with given textual or image conditions, and have great potential for a wide range of applications. Nevertheless, the majority of popular autoregressive image generation methods rely heavily on vector quantization, and the inherent discrete characteristic of codebook presents a considerable challenge to achieving high-quality image generation. To address this limitation, this paper introduces a novel conditional introduction network for continuous masked autoregressive models. The proposed self-control network serves to mitigate the negative impact of vector quantization on the quality of the generated images, while simultaneously enhancing the conditional control during the generation process. In particular, the self-control network is constructed upon a continuous mask autoregressive generative model, which incorporates multimodal conditional information, including text and images, into a unified autoregressive sequence in a serial manner. Through a self-attention mechanism, the network is capable of generating images that are controllable based on specific conditions. The self-control network discards the conventional cross-attention-based conditional fusion mechanism and effectively unifies the conditional and generative information within the same space, thereby facilitating more seamless learning and fusion of multimodal features.

📄 PDF Abstract BibTeX arXiv:2412.13635

Code (0)

등록된 구현이 없습니다.

Tasks

Conditional Image GenerationImage GenerationQuantization

Similar Papers 제목 키워드 기반

Machine Unlearning for Masked Diffusion Language Models

2026-05-18 · Georu Lee, Seungwon Jeong, Hoki Kim, Jinseong Park 외 arxiv

Recent masked diffusion language models (MDLMs), such as LLaDA and Dream, have achieved performance comparable to autoregressive large language models. Unlike autoregressive models, which generate text sequentially, MDLM…

Exploring The Role of Mean Teachers in Self-supervised Masked Auto-Encoders

2022-10-05 · Youngwan Lee, Jeffrey Willette, Jonghee Kim, Juho Lee 외

Masked image modeling (MIM) has become a popular strategy for self-supervised learning~(SSL) of visual representations with Vision Transformers. A representative MIM model, the masked auto-encoder (MAE), randomly masks a…

ClassificationInstance Segmentationobject-detectionObject Detection+2

Mapping of attention mechanisms to a generalized Potts model

2023-04-14 · Riccardo Rende, Federica Gerace, Alessandro Laio, Sebastian Goldt

Transformers are neural networks that revolutionized natural language processing and machine learning. They process sequences of inputs, like words, using a mechanism called self-attention, which is trained via masked la…

Language ModelingLanguage ModellingMasked Language Modeling

Adaptive Classifier-Free Guidance via Dynamic Low-Confidence Masking

2025-05-26 · Pengxiang Li, Shilin Yan, Joey Tsai, Renrui Zhang 외

Classifier-Free Guidance (CFG) significantly enhances controllability in generative models by interpolating conditional and unconditional predictions. However, standard CFG often employs a static unconditional input, whi…

Language ModelingLanguage ModellingText Generation

Infusing Sequential Information into Conditional Masked Translation Model with Self-Review Mechanism

2020-10-19 · COLING 2020 8 · Pan Xie, Zhi Cui, Xiuyin Chen, Xiaohui Hu 외

Non-autoregressive models generate target words in a parallel way, which achieve a faster decoding speed but at the sacrifice of translation accuracy. To remedy a flawed translation by non-autoregressive models, a promis…

DecoderKnowledge DistillationTranslation