On Data Synthesis and Post-training for Visual Abstract Reasoning
Ke Zhu, Yu Wang, Jiangjiang Liu, Qunyi Xie, Shanshan Liu, Gang Zhang
TL;DR
This work tackles abstract visual reasoning (AVR) in large vision-language models by introducing a data-centric approach that relieves task difficulty through two sources of synthesized data and a two-stage post-training strategy. Building on LLaVA-NeXT-7B, the authors generate regular puzzles via Attributed Stochastic Image Grammar and non-regular puzzles from CCSE data, enriched with visual-elicitation prompts and template-style chain-of-thought. The training regime combines perception-focused pretraining with process-level supervision and conditional multi-task learning to coax the model into step-by-step inference without sacrificing general multimodal abilities. Results on AVR benchmarks (RAVEN and MARVEL) set a new state-of-the-art, especially for perception and reasoning in structured and semi-structured visual reasoning tasks; limitations remain on more diverse, irregular puzzles, highlighting the need for scalable, high-quality annotations and larger attribute sets to close remaining gaps.
Abstract
This paper is a pioneering work attempting to address abstract visual reasoning (AVR) problems for large vision-language models (VLMs). We make a common LLaVA-NeXT 7B model capable of perceiving and reasoning about specific AVR problems, surpassing both open-sourced (e.g., Qwen-2-VL-72B) and closed-sourced powerful VLMs (e.g., GPT-4o) with significant margin. This is a great breakthrough since almost all previous VLMs fail or show nearly random performance on representative AVR benchmarks. Our key success is our innovative data synthesis and post-training process, aiming to fully relieve the task difficulty and elicit the model to learn, step by step. Our 7B model is also shown to be behave well on AVR without sacrificing common multimodal comprehension abilities. We hope our paper could serve as an early effort in this area and would inspire further research in abstract visual reasoning.
