PixelWorld: How Far Are We from Perceiving Everything as Pixels?
Zhiheng Lyu, Xueguang Ma, Wenhu Chen
TL;DR
PixelWorld investigates unified perception by representing all inputs as pixels through the PEAP framework. It introduces a PixelWorld benchmark that converts text, tables, code, and diagrams into a shared pixel space and evaluates vision–language models across task genres and scales. The findings show PEAP matches token-based methods on semantic understanding but struggles on reasoning tasks like mathematics and programming, though Chain-of-Thought prompting provides partial gains; efficiency gains via PEAP-Fast offer substantial speedups. Overall, the work demonstrates both potential and limitations of pixel-based multimodal learning and provides a practical framework for diagnosing and advancing unified vision–language representations.
Abstract
Recent agentic language models increasingly need to interact with real-world environments that contain tightly intertwined visual and textual information, often through raw camera pixels rather than separately processed images and tokenized text. This shift highlights the need for a unified perception paradigm. To investigate this idea, we explore Perceive Everything as Pixels (PEAP) and introduce PixelWorld, a benchmark that renders natural-language, tabular, mathematical, and diagrammatic inputs into a shared pixel space. Experiments across multiple benchmarks show that PEAP achieves comparable performance to token-based approaches on semantic understanding tasks, suggesting that vision transformers can partially capture global textual semantics without explicit tokenization. In contrast, reasoning-intensive tasks such as mathematics and code show notable performance degradation, although Chain-of-Thought prompting helps mitigate this gap by compensating for missing symbolic structure. We further find that when visual and textual information are closely integrated, representing everything as pixels simplifies preprocessing and avoids cross-modal misalignment. PixelWorld thus provides a systematic and practical framework for evaluating unified vision--language models and facilitates further exploration of pixel-based multimodal learning.
