TopoPerception: A Shortcut-Free Evaluation of Global Visual Perception in Large Vision-Language Models
Wenhao Zhou, Hao Zheng, Rong Zhao
TL;DR
This work targets the global visual perception bottleneck in LVLMs and argues that existing benchmarks embed local shortcuts that inflate performance. It introduces TopoPerception, a topology-based, shortcut-free benchmark that uses fixed prompts and synthetic topological images across multiple granularity levels to probe global perception. Empirical results show state-of-the-art LVLMs perform near random at the coarsest level, with larger models sometimes doing worse, highlighting that scaling up reasoning does not fix perceptual fidelity. The authors discuss shortcuts, advocate synthetic data to isolate global structure, and call for new training paradigms or architectures to preserve global visual information; code and data are publicly available to facilitate further research.
Abstract
Large Vision-Language Models (LVLMs) typically align visual features from an encoder with a pre-trained Large Language Model (LLM). However, this makes the visual perception module a bottleneck, which constrains the overall capabilities of LVLMs. Conventional evaluation benchmarks, while rich in visual semantics, often contain unavoidable local shortcuts that can lead to an overestimation of models' perceptual abilities. Here, we introduce TopoPerception, a benchmark that leverages topological properties to rigorously evaluate the global visual perception capabilities of LVLMs across various granularities. Since topology depends on the global structure of an image and is invariant to local features, TopoPerception enables a shortcut-free assessment of global perception, fundamentally distinguishing it from semantically rich tasks. We evaluate state-of-the-art models on TopoPerception and find that even at the coarsest perceptual granularity, all models perform no better than random chance, indicating a profound inability to perceive global visual features. Notably, a consistent trend emerge within model families: more powerful models with stronger reasoning capabilities exhibit lower accuracy. This suggests that merely scaling up models is insufficient to address this deficit and may even exacerbate it. Progress may require new training paradigms or architectures. TopoPerception not only exposes a critical bottleneck in current LVLMs but also offers a lens and direction for improving their global visual perception. The data and code are publicly available at: https://github.com/Wenhao-Zhou/TopoPerception.
