CVOct 7, 2025

Context Matters: Learning Global Semantics via Object-Centric Representation

arXiv:2510.05674v2
Originality Incremental advance
AI Analysis

This work addresses the gap in emergent capabilities like reasoning between language and vision models for AI researchers, offering a novel approach to enhance vision encoders, though it is incremental as it builds on existing masked image modeling frameworks.

The paper tackles the lack of semantic and contextual guidance in vision transformer training by proposing to model objects as visual equivalents of words, using masked image modeling on objects rather than patches. Results show that object-level representation helps learn real-world distributions and improves reasoning in multimodal LLMs on VQA tasks, with strong performance on benchmarks like GQA and ScienceQA.

Recent advances in language modeling have witnessed the rise of highly desirable emergent capabilities, such as reasoning and in-context learning. However, vision models have yet to exhibit comparable progress in these areas. In this paper, we argue that this gap could stem from the lack of semantic and contextual guidance in current vision transformer (ViT) training schemes, and such a gap can be narrowed through the design of a semantic-grounded objective. Specifically, we notice that individual words in natural language are inherently semantic, and modeling directly on word tokens naturally learns a realistic distribution. In contrast, ViTs rely on spatial patchification, which inevitably lacks semantic information. To bridge this gap, we propose to directly model "object" as the visual equivalence of "word," pushing the model to learn the global context and semantics among visual elements. We investigate our hypotheses via masked image modeling (MIM), a framework where our approach can be readily tested by applying masks to visual objects rather than random patches. Considerable evidence from qualitative and quantitative evaluations reveals a key finding: object-level representation alone helps to learn a real-world distribution, whereas pixel-averaging shortcuts are often learned without it. Moreover, further evaluations with multimodal LLMs (MLLM) on visual question answering (VQA, GQA, ScienceQA) tasks demonstrate the strong reasoning and contextual understanding gained with this simple objective. We hope our study highlights the effectiveness of object-level encoding and provides a plausible direction for developing stronger vision encoders and tokenizers. Code and model will be publicly released. Keywords: Semantic Visual Tokenizer, Vision Reasoning, In-context Learning, Multimodal Reasoning

Foundations

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

Your Notes