paper-with-me

홈 › Papers

Learning Abstract Visual Reasoning via Task Decomposition: A Case Study in Raven Progressive Matrices

2023-08-12 · Jakub Kwiatkowski, Krzysztof Krawiec

Learning to perform abstract reasoning often requires decomposing the task in question into intermediate subgoals that are not specified upfront, but need to be autonomously devised by the learner. In Raven Progressive Matrices (RPM), the task is to choose one of the available answers given a context, where both the context and answers are composite images featuring multiple objects in various spatial arrangements. As this high-level goal is the only guidance available, learning to solve RPMs is challenging. In this study, we propose a deep learning architecture based on the transformer blueprint which, rather than directly making the above choice, addresses the subgoal of predicting the visual properties of individual objects and their arrangements. The multidimensional predictions obtained in this way are then directly juxtaposed to choose the answer. We consider a few ways in which the model parses the visual input into tokens and several regimes of masking parts of the input in self-supervised training. In experimental assessment, the models not only outperform state-of-the-art methods but also provide interesting insights and partial explanations about the inference. The design of the method also makes it immune to biases that are known to be present in some RPM benchmarks.

📄 PDF Abstract BibTeX arXiv:2308.06528

Code (1)

jakubkwiatkowski/abstract_compositional_transformer 공식 구현 tf

Tasks

Visual Reasoning

Similar Papers 제목 키워드 기반

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

Visual Abstract Thinking Empowers Multimodal Reasoning

2025-05-26 · Dairu Liu, Ziyue Wang, Minyuan Ruan, Fuwen Luo 외

Images usually convey richer detail than text, but often include redundant information which potentially downgrades multimodal reasoning performance. When faced with lengthy or complex messages, humans tend to employ abs…

Multimodal ReasoningRelational ReasoningVisual Reasoning

Learning Differentiable Logic Programs for Abstract Visual Reasoning

2023-07-03 · Hikaru Shindo, Viktor Pfanschilling, Devendra Singh Dhami, Kristian Kersting

Visual reasoning is essential for building intelligent agents that understand the world and perform problem-solving beyond perception. Differentiable forward reasoning has been developed to integrate reasoning with gradi…

Program inductionVisual Reasoning

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 Prog…

Visual Reasoning

Attention on Abstract Visual Reasoning

2019-11-14 · Lukas Hahne, Timo Lüddecke, Florentin Wörgötter, David Kappel

Attention mechanisms have been boosting the performance of deep learning models on a wide range of applications, ranging from speech understanding to program induction. However, despite experiments from psychology which …

Program inductionRelationRelational ReasoningRelation Network+1