paper-with-me

홈 › Papers

Residual Decoder Adapter: ID-Preserving Tokenizer Adaption for Autoregressive Text Rendering

2026-06-01 · Dongxing Mao, Jinpeng Wang, Jiahao Tang, Kevin Qinghong Lin, Linjie Li, Zhengyuan Yang, Lijuan Wang, Min Li, Jingru Tan arxiv

Visual Autoregressive (AR) models generate images by predicting discrete tokens that are decoded by a visual tokenizer. Despite demonstrating strong overall image generation ability, they still underperform on text rendering with blur strokes and disrupt letter shapes. In this work, we trace this limitation to the visual tokenizer, which struggles to reconstruct fine-grained detail. Improving the tokenizer is straightforward but expensive, as it necessitates retraining both the tokenizer and the AR model. Can we improve text rendering performance of AR models without retraining the existing tokenizer and AR model? To achieve this, we propose the Residual Decoder Adapter(RDA) that upgrades an existing tokenizer post-hoc without changing its token space. Specifically, it refines the decoder output of the visual tokenizer by introducing two novel components: (i) a paired codebook that shares the token distribution with the original one; (ii) a parallel branch to learn the tiny differences (residual) between the reconstructed image and the ground-truth images in the pixel space. This residual design allows us to enhance the tokenizer non-invasively while preserving compatibility with prior AR models. RDA substantially improves text rendering significantly by a large margin. For instance, we boost finetuned Janus-Pro OCR accuracy rises from 24.52% to 58.26% (TextVisionBlend), from 12.75% to 36.81% (StyledTextSynth) on competitive TextAtlas benchmark. The code is available at https://github.com/CSU-JPG/RDA

📄 PDF Abstract BibTeX arXiv:2606.01911

Code (0)

등록된 구현이 없습니다.

Tasks

Image Generation

Similar Papers 제목 키워드 기반

Languages are Modalities: Cross-Lingual Alignment via Encoder Injection

2025-10-31 · Rajan Agarwal, Aarush Gupta arxiv

Instruction-tuned Large Language Models (LLMs) underperform on low resource, non-Latin scripts due to tokenizer fragmentation and weak cross-lingual coupling. We present LLINK (Latent Language Injection for Non-English K…

$I^{2}$-World: Intra-Inter Tokenization for Efficient Dynamic 4D Scene Forecasting

2025-07-12 · Zhimin Liao, Ping Wei, Ruijie Zhang, Shuaijia Chen 외

Forecasting the evolution of 3D scenes and generating unseen scenarios via occupancy-based world models offers substantial potential for addressing corner cases in autonomous driving systems. While tokenization has revol…

Autonomous DrivingComputational EfficiencyDecoderScene Generation+1

Referencing Where to Focus: Improving VisualGrounding with Referential Query

2024-12-26 · Yabing Wang, Zhuotao Tian, Qingpei Guo, Zheng Qin 외

Visual Grounding aims to localize the referring object in an image given a natural language expression. Recent advancements in DETR-based visual grounding methods have attracted considerable attention, as they directly p…

DecoderVisual Grounding

AlignTok: Aligning Visual Foundation Encoders to Tokenizers for Diffusion Models

2025-09-29 · Bowei Chen, Sai Bi, Hao Tan, He Zhang 외 arxiv

In this work, we propose aligning pretrained visual encoders to serve as tokenizers for latent diffusion models in image generation. Unlike training a variational autoencoder (VAE) from scratch, which primarily emphasize…

Image Generation

SCALE-LoRA: Auditing Post-Retrieval LoRA Composition with Residual Merging and View Reliability

2026-05-02 · Shuaipeng Zhou, Yu Zhang arxiv

Libraries of Low-Rank Adaptation (LoRA) adapters are becoming a practical by-product of parameter-efficient adaptation. Once such adapters accumulate, a natural question is no longer how to train one adapter for one task…