FigureQA: An Annotated Figure Dataset for Visual ReasoningDownload PDF

12 Feb 2018 (modified: 21 Apr 2024)ICLR 2018 Workshop SubmissionReaders: Everyone
TL;DR: We present a question-answering dataset, FigureQA, as a first step towards developing models that can intuitively recognize patterns from visual representations of data.
Abstract: We introduce FigureQA, a visual reasoning corpus of over one million question-answer pairs grounded in over 100,000 images. The images are synthetic, scientific-style figures from five classes: line plots, dot-line plots, vertical and horizontal bar graphs, and pie charts. We formulate our reasoning task by generating questions from 15 templates; questions concern various relationships between plot elements and examine characteristics like the maximum, the minimum, area-under-the-curve, smoothness, and intersection. To resolve, such questions often require reference to multiple plot elements and synthesis of information distributed spatially throughout a figure. To facilitate the training of machine learning systems, the corpus also includes side data that can be used to formulate auxiliary objectives. In particular, we provide the numerical data used to generate each figure as well as bounding-box annotations for all plot elements. We study the proposed visual reasoning task by training several models, including the recently proposed Relation Network as a strong baseline. Preliminary results indicate that the task poses a significant machine learning challenge. We envision FigureQA as a first step towards developing models that can intuitively recognize patterns from visual representations of data.
Code: [![github](/images/github_icon.svg) vmichals/FigureQA-baseline](https://github.com/vmichals/FigureQA-baseline)
Data: [FigureQA](https://paperswithcode.com/dataset/figureqa), [CLEVR](https://paperswithcode.com/dataset/clevr), [NLVR](https://paperswithcode.com/dataset/nlvr)
Community Implementations: [![CatalyzeX](/images/catalyzex_icon.svg) 2 code implementations](https://www.catalyzex.com/paper/arxiv:1710.07300/code)
1 Reply

Loading