paper-with-me

홈 › Papers

Raven's Progressive Matrices Completion with Latent Gaussian Process Priors

2021-03-22 · Fan Shi, Bin Li, xiangyang xue

Abstract reasoning ability is fundamental to human intelligence. It enables humans to uncover relations among abstract concepts and further deduce implicit rules from the relations. As a well-known abstract visual reasoning task, Raven's Progressive Matrices (RPM) are widely used in human IQ tests. Although extensive research has been conducted on RPM solvers with machine intelligence, few studies have considered further advancing the standard answer-selection (classification) problem to a more challenging answer-painting (generating) problem, which can verify whether the model has indeed understood the implicit rules. In this paper we aim to solve the latter one by proposing a deep latent variable model, in which multiple Gaussian processes are employed as priors of latent variables to separately learn underlying abstract concepts from RPMs; thus the proposed model is interpretable in terms of concept-specific latent variables. The latent Gaussian process also provides an effective way of extrapolation for answer painting based on the learned concept-changing rules. We evaluate the proposed model on RPM-like datasets with multiple continuously-changing visual concepts. Experimental results demonstrate that our model requires only few training samples to paint high-quality answers, generate novel RPM panels, and achieve interpretability through concept-specific latent variables.

📄 PDF Abstract BibTeX arXiv:2103.12045

Code (2)

Accelerator66/latent-gaussian-process-priors 공식 구현 pytorch
fudanvi/generative-abstract-reasoning 공식 구현 pytorch

Tasks

Answer SelectionGaussian ProcessesVisual Reasoning

Methods 이 논문이 사용한 방법론

Gaussian Process Gaussian Processes are non-parametric models for approximating functions. They rely upon a measure of similarity between points (the kernel function) to predict the value for…

Similar Papers 제목 키워드 기반

Modeling Gestalt Visual Reasoning on the Raven's Progressive Matrices Intelligence Test Using Generative Image Inpainting Techniques

2019-11-18 · Tianyu Hua, Maithilee Kunda

Psychologists recognize Raven's Progressive Matrices as a very effective test of general human intelligence. While many computational models have been developed by the AI community to investigate different forms of top-d…

Image InpaintingVisual Reasoning

Visual-Imagery-Based Analogical Construction in Geometric Matrix Reasoning Task

2022-08-29 · Yuan Yang, Keith McGreggor, Maithilee Kunda

Raven's Progressive Matrices is a family of classical intelligence tests that have been widely used in both research and clinical settings. There have been many exciting efforts in AI communities to computationally model…

Solving Raven's Progressive Matrices with Multi-Layer Relation Networks

2020-03-25 · Marius Jahrens, Thomas Martinetz

Raven's Progressive Matrices are a benchmark originally designed to test the cognitive abilities of humans. It has recently been adapted to test relational reasoning in machine learning systems. For this purpose the so-c…

RelationRelational Reasoning

Improving Generalization for Abstract Reasoning Tasks Using Disentangled Feature Representations

2018-11-12 · Xander Steenbrugge, Sam Leroux, Tim Verbelen, Bart Dhoedt

In this work we explore the generalization characteristics of unsupervised representation learning by leveraging disentangled VAE's to learn a useful latent space on a set of relational reasoning problems derived from Ra…

Relational ReasoningRepresentation Learning

A-I-RAVEN and I-RAVEN-Mesh: Two New Benchmarks for Abstract Visual Reasoning

2024-06-16 · Mikołaj Małkiński, Jacek Mańdziuk

We study generalization and knowledge reuse capabilities of deep neural networks in the domain of abstract visual reasoning (AVR), employing Raven's Progressive Matrices (RPMs), a recognized benchmark task for assessing …

Transfer LearningVisual Reasoning