Episode
On the Design Fundamentals of Pixel Text Representation Learning
- Podcast
- Daily Paper Cast
- Published
- Sep 3, 2026
- Duration seconds
- 1182
- Processing state
not_requested- Canonical source
- https://share.transistor.fm/s/df027c33
Actions
POST https://stenobird.com/v1/public/podcasts/daily-paper-cast-7079649/episodes/on-the-design-fundamentals-of-pixel-text-representation-learning/transcription-requests
Idempotently request low-priority transcript generation for this episode.GET https://stenobird.com/podcast/daily-paper-cast-7079649/on-the-design-fundamentals-of-pixel-text-representation-learning.md
Read the agent-friendly Markdown representation of this episode resource.
Summary
🤗 Upvotes: 24 | cs.CV, cs.CL Authors: Chaohao Yuan, Ruifeng Yuan, Zhuoxu Huang, Yu Rong, Hong Cheng, Hou Pong Chan, Chenghao Xiao Title: On the Design Fundamentals of Pixel Text Representation Learning Arxiv: http://arxiv.org/abs/2609.01147v1 Abstract: Text-rich visual inputs require models that can read, retrieve, and compress language directly in pixel space, yet existing pixel-text encoders struggle with fixed resolution pretraining, visual shortcut learning, weak visual grounding, and multilingual visual text understanding. In this work, we investigate the fundamental design principles required for robust visual text representation learning. Through systematic controlled ablations, we identify four critical components: variable image resolutions and rendered font sizes provide spatial proxies for high-resolution document generalization; natural image-text pairs are indispensable for grounding and prevent text-only collapse; layout-aware rendering helps prevent pixel-level shortcuts; and a two-stage multilingual curriculum enables effective cross-lingual alignment. By integrating these principles into a scalable training recipe, we train Pixel Linguist II, a native-resolution vision encoder trained with on-the-fly rendering, unified contrastive grounding, and a multilingual curriculum over 280M training examples. Pixel Linguist II sets new state-of-the-art results on English, cross-lingual, and multilingual Visual STS and ViDoRe, while also enabling better MLLM downstream evaluation. Notably, Pixel Linguist II remains robust under 80\% visual token compression, showing great promise for optical context compression. Our code and resources are available at https://github.com/Pixel-Linguist/Pixel-Linguist-II.