InsightTok: Improving Text and Face Fidelity in Discrete Tokenization for Autoregressive Image Generation
Summary
InsightTok introduces content-aware perceptual losses to improve discrete visual tokenization for better text and face reconstruction, enhancing autoregressive image generation quality.
View Cached Full Text
Cached at: 05/18/26, 02:23 AM
Paper page - InsightTok: Improving Text and Face Fidelity in Discrete Tokenization for Autoregressive Image Generation
Source: https://huggingface.co/papers/2605.14333 Published on May 14
#2 Paper of the day Authors:
,
,
,
,
,
,
,
,
,
,
,
Abstract
InsightTok improves discrete visual tokenization for better text and face reconstruction through content-aware perceptual losses, enhancing autoregressive image generation quality.
Text and faces are among the most perceptually salient and practically important patterns in visual generation, yet they remain challenging forautoregressive generatorsbuilt on discrete tokenization. A central bottleneck is thetokenizer: aggressivedownsamplingand quantization often discard the fine-grained structures needed to preserve readable glyphs and distinctive facial features. We attribute this gap to standarddiscrete-tokenizer objectivesbeing weakly aligned withtext legibilityandfacial fidelity, as these objectives typically optimize generic reconstruction while compressing diverse content uniformly. To address this, we propose InsightTok, a simple yet effectivediscrete visual tokenizationframework that enhances text and face fidelity through localized, content-awareperceptual losses. With a compact 16kcodebookand a 16xdownsamplingrate, InsightTok significantly outperforms priortokenizers in text and face reconstruction without compromising general reconstruction quality. These gains consistently transfer toautoregressive image generationin InsightAR, producing images with clearer text and more faithful facial details. Overall, our results highlight the potential of specialized supervision intokenizertraining for advancing discrete image generation.
View arXiv pageView PDFGitHub9Add to collection
Get this paper in your agent:
hf papers read 2605\.14333
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2605.14333 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2605.14333 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2605.14333 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
(1D) Ordered Tokens Enable Efficient Test-Time Search
This paper investigates how 1D coarse-to-fine token structures in autoregressive models improve test-time search efficiency compared to classical 2D grid tokenization. The authors show that such ordered tokens enable better test-time scaling and even training-free text-to-image generation when guided by image-text verifiers.
Follow the Flow: On Information Flow Across Textual Tokens in Text-to-Image Models
This paper investigates how semantic information is distributed across textual tokens in text-to-image models, finding that information concentration and cross-item interactions significantly affect image generation alignment. The authors use patching techniques to demonstrate that simple encoding-stage interventions can improve alignment quality.
TIPSv2: Advancing Vision-Language Pretraining with Enhanced Patch-Text Alignment
TIPSv2 introduces enhanced vision-language pretraining techniques including patch-level distillation, an upgraded masked image objective (iBOT++), and improved caption sampling strategies to achieve superior dense patch-text alignment. The resulting family of image-text encoder models demonstrates strong performance across 9 tasks and 20 datasets.
Stochasticity in Tokenization Improves Robustness
This paper demonstrates that training large language models with stochastic tokenization instead of deterministic canonical tokenization significantly improves robustness to adversarial attacks and random perturbations, with improvements shown across pre-training, fine-tuning, and in-context learning without increasing inference costs.
FaithfulFaces: Pose-Faithful Facial Identity Preservation for Text-to-Video Generation
FaithfulFaces is a new framework for text-to-video generation that preserves facial identity consistency across varying poses and occlusions using pose-shared alignment and Euler angle embeddings.