Learning Visual Abstract Reasoning through Dual-Stream Networks
Kai Zhao, Chang Xu, Bailu Si
TL;DR
The paper tackles non-verbal visual abstract reasoning in Raven's Progressive Matrices (RPM) benchmarks by proposing DRNet, a dual-stream network that simulates ventral and dorsal visual streams using a CNN and a ViT as parallel encoders. A learnable LIN fusion combines the two high-level representations, which are then fed to a rule extractor to produce eight abstract rule embeddings subsequently scored by an MLP to select the correct candidate. DRNet reports state-of-the-art average performance across PGM, RAVEN, I-RAVEN, and RAVEN-FAIR and demonstrates strong out-of-distribution generalization, with ablations validating the necessity and complementary roles of the two streams. The work provides insight into how separate local and spatial representations can yield clearer rule representations and robust reasoning, with potential extensions to hippocampal-like processing and multimodal inputs for broader AI capabilities.
Abstract
Visual abstract reasoning tasks present challenges for deep neural networks, exposing limitations in their capabilities. In this work, we present a neural network model that addresses the challenges posed by Raven's Progressive Matrices (RPM). Inspired by the two-stream hypothesis of visual processing, we introduce the Dual-stream Reasoning Network (DRNet), which utilizes two parallel branches to capture image features. On top of the two streams, a reasoning module first learns to merge the high-level features of the same image. Then, it employs a rule extractor to handle combinations involving the eight context images and each candidate image, extracting discrete abstract rules and utilizing an multilayer perceptron (MLP) to make predictions. Empirical results demonstrate that the proposed DRNet achieves state-of-the-art average performance across multiple RPM benchmarks. Furthermore, DRNet demonstrates robust generalization capabilities, even extending to various out-of-distribution scenarios. The dual streams within DRNet serve distinct functions by addressing local or spatial information. They are then integrated into the reasoning module, leveraging abstract rules to facilitate the execution of visual reasoning tasks. These findings indicate that the dual-stream architecture could play a crucial role in visual abstract reasoning.
