菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-06-25
📄 Abstract - Safe Autoregressive Image Generation with Iterative Self-Improving Codebooks

Unlike diffusion-based models that operate in continuous latent spaces, autoregressive unified multimodal models produce images by sequentially predicting discretized visual tokens. These tokens are derived from a codebook that maps embeddings to quantized visual patterns. The language-like architecture enables unified multimodal models to effectively capture text conditional information for generation, making them promising for text-to-image tasks. This also raises an interesting question: how safe are the images generated in such an autoregressive way? In this work, we propose iterative self-improving codebooks for safe autoregressive generation. We leverage the understanding and judgment capabilities of the unified multimodal model itself to identify unsafe generated images without human annotation. Subsequently, the inherent representations in the codebook are fixed to eliminate harmful mappings. Our method comprises two steps: first, we use the unified model to identify unsafe generations and construct corresponding harmful and safe image-text pairs. These pairs are used to construct the Harmful Space and guide updates to the codebook, thereby eliminating harmful outputs. Second, we perform adaptive fine-tuning on the codebook within the harmless space using safe image-text pairs to ensure the quality of generated images. These two steps are repeated until no further improvement is observed, producing a safety-enhanced model codebook. Without additional external feedback, the safety of models is improved iteratively.

顶级标签: llm multi-modal aigc
详细标签: autoregressive generation codebook image safety self-improving harmful content 或 搜索:

安全自回归图像生成:基于迭代自改进码本的方法 / Safe Autoregressive Image Generation with Iterative Self-Improving Codebooks


1️⃣ 一句话总结

本文提出一种无需人工标注的自我改进方法,让自回归图像生成模型利用自身对图像的理解能力,识别并修正码本中的有害映射,在迭代中逐步消除生成的不安全内容,同时保持图像质量。

源自 arXiv: 2606.27147