paper-with-me

홈 › Papers

Machine Number Sense: A Dataset of Visual Arithmetic Problems for Abstract and Relational Reasoning

2020-04-25 · Wenhe Zhang, Chi Zhang, Yixin Zhu, Song-Chun Zhu

As a comprehensive indicator of mathematical thinking and intelligence, the number sense (Dehaene 2011) bridges the induction of symbolic concepts and the competence of problem-solving. To endow such a crucial cognitive ability to machine intelligence, we propose a dataset, Machine Number Sense (MNS), consisting of visual arithmetic problems automatically generated using a grammar model--And-Or Graph (AOG). These visual arithmetic problems are in the form of geometric figures: each problem has a set of geometric shapes as its context and embedded number symbols. Solving such problems is not trivial; the machine not only has to recognize the number, but also to interpret the number with its contexts, shapes, and relations (e.g., symmetry) together with proper operations. We benchmark the MNS dataset using four predominant neural network models as baselines in this visual reasoning task. Comprehensive experiments show that current neural-network-based models still struggle to understand number concepts and relational operations. We show that a simple brute-force search algorithm could work out some of the problems without context information. Crucially, taking geometric context into account by an additional perception module would provide a sharp performance gain with fewer search steps. Altogether, we call for attention in fusing the classic search-based algorithms with modern neural networks to discover the essential number concepts in future research.

📄 PDF Abstract BibTeX arXiv:2004.12193

Code (2)

zwh1999anne/Machine-Number-Sense-Dataset 공식 구현 pytorch
mikomel/machine-number-sense pytorch

Tasks

Relational ReasoningVisual Reasoning

Similar Papers 제목 키워드 기반

Cognitive Deficit of Deep Learning in Numerosity

2018-02-09 · Xiaolin Wu, Xi Zhang, Xiao Shu

Subitizing, or the sense of small natural numbers, is an innate cognitive function of humans and primates; it responds to visual stimuli prior to the development of any symbolic skills, language or arithmetic. Given succ…

Deep Learning

Visual Learning of Arithmetic Operations

2015-06-07 · Yedid Hoshen, Shmuel Peleg

A simple Neural Network model is presented for end-to-end visual learning of arithmetic operations from pictures of numbers. The input consists of two pictures, each showing a 7-digit number. The output, also a picture, …

Multi-modal Reasoning with LLMs for Visual Semantic Arithmetic

2026-04-21 · Chuou Xu, Liya Ji, Qifeng Chen arxiv

Reinforcement learning (RL) as post-training is crucial for enhancing the reasoning ability of large language models (LLMs) in coding and math. However, their capacity for visual semantic arithmetic, inferring relationsh…

Reinforcement LearningRelational Reasoning

OC-NMN: Object-centric Compositional Neural Module Network for Generative Visual Analogical Reasoning

2023-10-28 · Rim Assouel, Pau Rodriguez, Perouz Taslakian, David Vazquez 외

A key aspect of human intelligence is the ability to imagine -- composing learned concepts in novel ways -- to make sense of new scenarios. Such capacity is not yet attained for machine learning systems. In this work, in…

Data AugmentationOut-of-Distribution GeneralizationVisual Reasoning

VisNumBench: Evaluating Number Sense of Multimodal Large Language Models

2025-03-19 · Tengjin Weng, Jingyi Wang, Wenhao Jiang, Zhong Ming

Can Multimodal Large Language Models (MLLMs) develop an intuitive number sense similar to humans? Targeting this problem, we introduce Visual Number Benchmark (VisNumBench) to evaluate the number sense abilities of MLLMs…

Multiple-choice