paper-with-me

홈 › Papers

Learning Visual Abstract Reasoning through Dual-Stream Networks

2024-11-29 · Kai Zhao, Chang Xu, Bailu Si

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.

📄 PDF Abstract BibTeX arXiv:2411.19451

Code (1)

VecchioID/DRNet 공식 구현 pytorch

Tasks

Visual Reasoning

Similar Papers 제목 키워드 기반

Agentic Learner with Grow-and-Refine Multimodal Semantic Memory

2025-11-26 · Weihao Bo, Shan Zhang, Yanpeng Sun, Jingjing Wu 외 arxiv

MLLMs exhibit strong reasoning on isolated queries, yet they operate de novo -- solving each problem independently and often repeating the same mistakes. Existing memory-augmented agents mainly store past trajectories fo…

Logical Reasoning

Oedipus and the Sphinx: Benchmarking and Improving Visual Language Models for Complex Graphic Reasoning

2025-08-01 · Jianyi Zhang, Xu Ji, Ziyin Zhou, Yuchen Zhou 외 arxiv

Evaluating the performance of visual language models (VLMs) in graphic reasoning tasks has become an important research topic. However, VLMs still show obvious deficiencies in simulating human-level graphic reasoning cap…

Slot Abstractors: Toward Scalable Abstract Visual Reasoning

2024-03-06 · Shanka Subhra Mondal, Jonathan D. Cohen, Taylor W. Webb

Abstract visual reasoning is a characteristically human ability, allowing the identification of relational patterns that are abstracted away from object features, and the systematic generalization of those patterns to un…

ObjectSystematic GeneralizationVisual Reasoning

UnAC: Adaptive Visual Prompting with Abstraction and Stepwise Checking for Complex Multimodal Reasoning

2026-05-05 · Yifan Wang, Yun Fu arxiv

Although recent LMMs have become much stronger at visual perception, they remain unreliable on problems that require multi-step reasoning over visual evidence. In this paper, we present UnAC (Understanding, Abstracting, …

Multimodal Reasoning

GeoWeaver: Grounding Visual Tokens with Geometric Evidence before Scene Reasoning

2026-05-21 · Deshui Miao, Xingsen Huang, Yameng Gu, Xin Li 외 arxiv

Spatio-temporal reasoning in vision-language models requires visual representations that preserve physical geometry rather than merely semantic appearance. Recent multimodal models incorporate geometric information throu…

Spatial Reasoning