Bongards at the Boundary of Perception and Reasoning: Programs or Language?
Cassidy Langenfeld, Claas Beger, Gloria Geng, Wasu Top Piriyakulkij, Keya Hu, Yewen Pu, Kevin Ellis
TL;DR
This work addresses visual reasoning limits by evaluating Bongard Problems (BPs) as a testbed for generalization beyond perceptual cues. It introduces a neurosymbolic pipeline that uses Vision-Language Models to hypothesize parameterized rules and Bayesian optimization to fit executable programs, complemented by a verifier that can leverage either programmatic reasoning or Chain-of-Thought prompting. The approach demonstrates that combining natural language reasoning with executable programs yields superior performance on both verifying ground-truth BP rules and solving BPs from scratch, surpassing average human accuracy on the solution task in the reported experiments. The findings suggest a promising direction for AI systems to acquire and operate with new perceptual concepts through integrated NL and symbolic reasoning, with implications for robust concept learning in open-world visual tasks.
Abstract
Vision-Language Models (VLMs) have made great strides in everyday visual tasks, such as captioning a natural image, or answering commonsense questions about such images. But humans possess the puzzling ability to deploy their visual reasoning abilities in radically new situations, a skill rigorously tested by the classic set of visual reasoning challenges known as the Bongard problems. We present a neurosymbolic approach to solving these problems: given a hypothesized solution rule for a Bongard problem, we leverage LLMs to generate parameterized programmatic representations for the rule and perform parameter fitting using Bayesian optimization. We evaluate our method on classifying Bongard problem images given the ground truth rule, as well as on solving the problems from scratch.
