paper-with-me

홈 › Papers

Abstract Visual Reasoning: An Algebraic Approach for Solving Raven's Progressive Matrices

2023-03-21 · CVPR 2023 1 · Jingyi Xu, Tushar Vaidya, Yufei Wu, Saket Chandra, Zhangsheng Lai, Kai Fong Ernest Chong

We introduce algebraic machine reasoning, a new reasoning framework that is well-suited for abstract reasoning. Effectively, algebraic machine reasoning reduces the difficult process of novel problem-solving to routine algebraic computation. The fundamental algebraic objects of interest are the ideals of some suitably initialized polynomial ring. We shall explain how solving Raven's Progressive Matrices (RPMs) can be realized as computational problems in algebra, which combine various well-known algebraic subroutines that include: Computing the Gr\"obner basis of an ideal, checking for ideal containment, etc. Crucially, the additional algebraic structure satisfied by ideals allows for more operations on ideals beyond set-theoretic operations. Our algebraic machine reasoning framework is not only able to select the correct answer from a given answer set, but also able to generate the correct answer with only the question matrix given. Experiments on the I-RAVEN dataset yield an overall $93.2\%$ accuracy, which significantly outperforms the current state-of-the-art accuracy of $77.0\%$ and exceeds human performance at $84.4\%$ accuracy.

📄 PDF Abstract BibTeX arXiv:2303.11730

Code (1)

xu-jingyi/algebraicmr 공식 구현 pytorch

Tasks

Visual Reasoning

Similar Papers 제목 키워드 기반

A Cognitively-Inspired Neural Architecture for Visual Abstract Reasoning Using Contrastive Perceptual and Conceptual Processing

2023-09-19 · Yuan Yang, Deepayan Sanyal, James Ainooson, Joel Michelson 외

We introduce a new neural architecture for solving visual abstract reasoning tasks inspired by human cognition, specifically by observations that human abstract reasoning often interleaves perceptual and conceptual proce…

Inductive Bias

Learning Algebraic Representation for Systematic Generalization in Abstract Reasoning

2021-11-25 · Chi Zhang, Sirui Xie, Baoxiong Jia, Ying Nian Wu 외

Is intelligence realized by connectionist or classicist? While connectionist approaches have achieved superhuman performance, there has been growing evidence that such task-specific superiority is particularly fragile in…

Abstract AlgebraSystematic Generalization

Learning Algebraic Representation for Abstract Spatial-Temporal Reasoning

2021-01-01 · Chi Zhang, Sirui Xie, Baoxiong Jia, Yixin Zhu 외

Is intelligence realized by connectionist or classicist? While connectionist approaches have achieved superhuman performance, there has been growing evidence that such task-specific superiority is particularly fragile in…

Abstract AlgebraSystematic Generalization

A Closer Look at Generalisation in RAVEN

2020-08-01 · ECCV 2020 8 · Steven Spratley, Krista Ehinger, Tim Miller

Humans have a remarkable capacity to draw parallels between concepts, generalising their experience to new domains. This skill is essential to solving the visual problems featured in the RAVEN and PGM datasets, yet, prev…

Visual Reasoning

Deep Learning Methods for Abstract Visual Reasoning: A Survey on Raven's Progressive Matrices

2022-01-28 · Mikołaj Małkiński, Jacek Mańdziuk

Abstract visual reasoning (AVR) domain encompasses problems solving which requires the ability to reason about relations among entities present in a given scene. While humans, generally, solve AVR tasks in a "natural" wa…

Visual Reasoning