CVSep 23, 2025

Reading Images Like Texts: Sequential Image Understanding in Vision-Language Models

arXiv:2509.19191v1h-index: 11
Originality Incremental advance
AI Analysis

This work provides insights for researchers designing more capable Vision-Language Model architectures, though it is incremental as it builds on existing models without achieving broad SOTA.

The paper tackled the problem of opaque visual processing in Vision-Language Models by analyzing object recognition and spatial perception, revealing a two-stage process and geometric structures, and introduced a token compression algorithm and RoPE scaling technique to improve efficiency and spatial reasoning.

Vision-Language Models (VLMs) have demonstrated remarkable performance across a variety of real-world tasks. However, existing VLMs typically process visual information by serializing images, a method that diverges significantly from the parallel nature of human vision. Moreover, their opaque internal mechanisms hinder both deeper understanding and architectural innovation. Inspired by the dual-stream hypothesis of human vision, which distinguishes the "what" and "where" pathways, we deconstruct the visual processing in VLMs into object recognition and spatial perception for separate study. For object recognition, we convert images into text token maps and find that the model's perception of image content unfolds as a two-stage process from shallow to deep layers, beginning with attribute recognition and culminating in semantic disambiguation. For spatial perception, we theoretically derive and empirically verify the geometric structure underlying the positional representation in VLMs. Based on these findings, we introduce an instruction-agnostic token compression algorithm based on a plug-and-play visual decoder to improve decoding efficiency, and a RoPE scaling technique to enhance spatial reasoning. Through rigorous experiments, our work validates these analyses, offering a deeper understanding of VLM internals and providing clear principles for designing more capable future architectures.

Foundations

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

Your Notes