CVSep 21, 2025

VCE: Safe Autoregressive Image Generation via Visual Contrast Exploitation

arXiv:2509.16986v11 citationsh-index: 26Has Code
Originality Incremental advance
AI Analysis

This addresses ethical and copyright concerns for users of autoregressive image models, though it is incremental as it adapts existing concept erasure methods to a new model type.

The paper tackles the problem of safeguarding autoregressive image generation models from generating unsafe content like NSFW or copyrighted styles, proposing Visual Contrast Exploitation (VCE) to achieve state-of-the-art results in erasing unsafe concepts while preserving unrelated safe ones.

Recently, autoregressive image generation models have wowed audiences with their remarkable capability in creating surprisingly realistic images. Models such as GPT-4o and LlamaGen can not only produce images that faithfully mimic renowned artistic styles like Ghibli, Van Gogh, or Picasso, but also potentially generate Not-Safe-For-Work (NSFW) content, raising significant concerns regarding copyright infringement and ethical use. Despite these concerns, methods to safeguard autoregressive text-to-image models remain underexplored. Previous concept erasure methods, primarily designed for diffusion models that operate in denoising latent space, are not directly applicable to autoregressive models that generate images token by token. To address this critical gap, we propose Visual Contrast Exploitation (VCE), a novel framework comprising: (1) an innovative contrastive image pair construction paradigm that precisely decouples unsafe concepts from their associated content semantics, and (2) a sophisticated DPO-based training approach that enhances the model's ability to identify and leverage visual contrastive features from image pairs, enabling precise concept erasure. Our comprehensive experiments across three challenging tasks-artist style erasure, explicit content erasure, and object removal-demonstrate that our method effectively secures the model, achieving state-of-the-art results while erasing unsafe concepts and maintaining the integrity of unrelated safe concepts. The code and models are available at https://github.com/Maplebb/VCE.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes