CVPR · 2026
Think Visually, Reason Textually: Vision-Language Synergy in ARC
Key takeaway
ARC-VL combines visual pattern abstraction and verification with textual rule execution, addressing the complementary strengths of vision and language on ARC-AGI puzzles. arXiv abstract · v2
Abstract
Abstract reasoning from minimal examples remains a core unsolved problem for frontier foundation models such as GPT-5 and Grok 4. These models still fail to infer structured transformation rules from a handful of examples, which is a key hallmark of human intelligence. The Abstraction and Reasoning Corpus for Artificial General Intelligence (ARC-AGI) provides a rigorous testbed for this capability, demanding conceptual rule induction and transfer to novel tasks. Most existing methods treat ARC-AGI as a purely textual reasoning task, overlooking the fact that humans rely heavily on visual abstraction when solving such puzzles. However, our pilot experiments reveal a paradox: naively rendering ARC-AGI grids as images degrades performance due to imprecise rule execution. This leads to our central hypothesis that vision and language possess complementary strengths across distinct reasoning stages: vision supports global pattern abstraction and verification, whereas language specializes in symbolic rule formulation and precise execution. Building on this insight, we introduce two synergistic strategies: (1) Vision-Language Synergy Reasoning (VLSR), which decomposes ARC-AGI into modality-aligned subtasks; and (2) Modality-Switch Self-Correction (MSSC), which leverages vision to verify text-based reasoning for intrinsic error correction. Extensive experiments demonstrate that our approach yields up to a 4.33% improvement over text-only baselines across diverse flagship models and multiple ARC-AGI tasks. Our findings suggest that unifying visual abstraction with linguistic reasoning is a crucial step toward achieving generalizable, human-like intelligence in future foundation models. Source code is released at https://github.com/InternLM/ARC-VL.
Author abstract · arXiv abstract · v2
Publication
IEEE Conference on Computer Vision and Pattern Recognition (CVPR), 2026
Paper and resources
Research topics
ARC-VL · ARC-AGI · Abstract reasoning · Visual abstraction · Symbolic rule execution · Vision-language synergy · Modality-switch self-correction · Few-shot reasoning
Research problem and approach
Treating ARC-AGI entirely as text ignores visual abstraction, while simply rendering grids as images can harm precise execution. The paper assigns different reasoning stages to the modality best suited to them. arXiv abstract · v2
Main contributions
- Introduces Vision-Language Synergy Reasoning to decompose puzzles into modality-aligned subtasks. arXiv abstract · v2
- Uses Modality-Switch Self-Correction for visual verification of text-based reasoning. arXiv abstract · v2
Method comparison
| Approach | Key difference |
|---|---|
| Text-only ARC reasoning | Represents puzzles symbolically but does not directly use visual pattern abstraction and verification. |
| Naive image rendering | Adds visual input without separating abstraction from precise rule execution; pilot results show degraded performance. |
| ARC-VL | Assigns abstraction and verification to vision, and rule formulation and execution to language. |
Selected results
- Combining vision-language synergy reasoning and modality-switch self-correction raises ARC-AGI accuracy from 8.25% to 14.5% for GPT-4o, 35.0% to 42.25% for Gemini-2.5-Pro, and 42.25% to 46.75% for o4-mini. Table 2 · training-free co-reasoning · arXiv v2
- Without external feedback, o4-mini reaches 44.75% after three modality-switch correction rounds versus 43.25% after three text-only rounds, from a 42.25% baseline. GPT-4o reaches 12.0% versus 8.75%, respectively. Table 4 · three-round self-correction ablation · arXiv v2
Cite this paper
Beichen Zhang, Yuhang Zang, Xiaoyi Dong, Yuhang Cao, Haodong Duan, Dahua Lin, Jiaqi Wang. Think Visually, Reason Textually: Vision-Language Synergy in Abstract Reasoning. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), 2026, pp. 41203–41212.
@inproceedings{arxiv251115703,
title = {{Think Visually, Reason Textually: Vision-Language Synergy in Abstract Reasoning}},
author = {Beichen Zhang and Yuhang Zang and Xiaoyi Dong and Yuhang Cao and Haodong Duan and Dahua Lin and Jiaqi Wang},
booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
month = {June},
year = {2026},
pages = {41203--41212},
url = {https://openaccess.thecvf.com/content/CVPR2026/html/Zhang_Think_Visually_Reason_Textually_Vision-Language_Synergy_in_Abstract_Reasoning_CVPR_2026_paper.html}
}