CVAILGNov 29, 2024

Learning Visual Abstract Reasoning through Dual-Stream Networks

arXiv:2411.19451v114 citationsh-index: 2AAAI
Originality Highly original
AI Analysis

This work addresses limitations in deep neural networks for visual reasoning tasks, offering an incremental improvement with a novel method for a known bottleneck in AI.

The authors tackled the challenge of visual abstract reasoning in Raven's Progressive Matrices by proposing the Dual-stream Reasoning Network (DRNet), which achieved state-of-the-art average performance across multiple benchmarks and demonstrated robust generalization to out-of-distribution scenarios.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes