PulseAugur
实时 10:36:22

新方法提升自回归图像生成的安全性和效率

研究人员开发了一种新颖的方法,通过迭代改进其码本(codebooks)来增强自回归图像生成模型的安全性。该方法利用模型自身的理解来识别和消除有害的图像-文本映射,然后使用安全示例对码本进行微调,以保持生成质量。另外一项研究引入了ScalingAR,一个用于测试时缩放的框架,旨在通过使用令牌熵(token entropy)作为置信度信号来提高自回归图像生成的效率和鲁棒性,从而在无需早期解码或外部奖励模型的情况下获得显著的性能提升。 AI

影响 这些进展旨在使AI图像生成更安全、更高效,可能导致其在各种应用中得到更广泛的采用。

排序理由 该集群包含两篇研究论文,详细介绍了自回归图像生成的新方法。

在 Hugging Face Daily Papers 阅读 →

AI 生成摘要 · Google Gemini · 来自 7 个来源。 我们如何撰写摘要 →

新方法提升自回归图像生成的安全性和效率

报道来源 [7]

  1. arXiv cs.AI TIER_1 English(EN) · Jiayi Xu, Di He, Guolin Ke ·

    Pixel-Space Autoregressive Image Generation 的并行展开近似

    arXiv:2606.27978v1 Announce Type: cross Abstract: Pixel-space continuous-token autoregressive (AR) generation directly models images as sequences of raw pixel patches, avoiding discrete tokenization or a separately pretrained tokenizer. However, it faces coupled challenges: high-…

  2. arXiv cs.AI TIER_1 English(EN) · Guolin Ke ·

    Pixel-Space Autoregressive Image Generation 的并行滚动近似

    Pixel-space continuous-token autoregressive (AR) generation directly models images as sequences of raw pixel patches, avoiding discrete tokenization or a separately pretrained tokenizer. However, it faces coupled challenges: high-dimensional patch generation causes large single-s…

  3. arXiv cs.AI TIER_1 English(EN) · Yunqi Xue, Zhijiang Li, Philip Torr, Jindong Gu ·

    Safe Autoregressive Image Generation with Iterative Self-Improving Codebooks

    arXiv:2606.27147v1 Announce Type: cross Abstract: 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 ma…

  4. Hugging Face Daily Papers TIER_1 English(EN) ·

    Pixel-Space Autoregressive Image Generation 的并行滚动近似

    Parallel Rollout Approximation (PRA) addresses limitations in pixel-space autoregressive image generation by using low-dimensional intermediate states and parallel training to improve quality and efficiency.

  5. Hugging Face Daily Papers TIER_1 English(EN) ·

    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 la…

  6. arXiv cs.CV TIER_1 English(EN) · Jindong Gu ·

    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 la…

  7. arXiv cs.CV TIER_1 English(EN) · Harold Haodong Chen, Xianfeng Wu, Wen-Jie Shu, Rongjin Guo, Disen Lan, Harry Yang, Ying-Cong Chen ·

    ScalingAR:为自回归图像生成扩展信心

    arXiv:2509.26376v3 Announce Type: replace Abstract: Test-time strategies have shown remarkable success in improving large language models, but their application to next-token prediction (NTP) autoregressive (AR) image generation remains largely underexplored. Existing test-time s…