Take A Step Back: Rethinking the Two Stages in Visual Reasoning
Mingyu Zhang, Jiting Cai, Mingyu Liu, Yue Xu, Cewu Lu, Yong-Lu Li
TL;DR
This work reframes visual reasoning as a two-stage problem: symbolization (domain-specific grounding) followed by generic symbolic reasoning. It shows that a shared reasoner paired with task-specific encoders generalizes better across diverse domains than fully entangled or fully shared designs, supporting an approximation principle: training on multiple domains yields a stronger, cross-domain reasoner. Through extensive experiments across 2D puzzles, 3D intuitive physics, and VQA benchmarks, the authors demonstrate that a lightweight MLP-based reasoner with separated encoders achieves strong generalization and consistency, often outperforming more complex architectures and even some SOTA baselines. The study provides practical design principles, including optimal symbolization depth per task and multi-domain training strategies, paving the way for scalable, generalizable visual reasoning systems.
Abstract
Visual reasoning, as a prominent research area, plays a crucial role in AI by facilitating concept formation and interaction with the world. However, current works are usually carried out separately on small datasets thus lacking generalization ability. Through rigorous evaluation of diverse benchmarks, we demonstrate the shortcomings of existing ad-hoc methods in achieving cross-domain reasoning and their tendency to data bias fitting. In this paper, we revisit visual reasoning with a two-stage perspective: (1) symbolization and (2) logical reasoning given symbols or their representations. We find that the reasoning stage is better at generalization than symbolization. Thus, it is more efficient to implement symbolization via separated encoders for different data domains while using a shared reasoner. Given our findings, we establish design principles for visual reasoning frameworks following the separated symbolization and shared reasoning. The proposed two-stage framework achieves impressive generalization ability on various visual reasoning tasks, including puzzles, physical prediction, and visual question answering (VQA), encompassing both 2D and 3D modalities. We believe our insights will pave the way for generalizable visual reasoning.
