CVAug 7, 2019

SpatialSense: An Adversarially Crowdsourced Benchmark for Spatial Relation Recognition

arXiv:1908.02660v288 citationsHas Code
AI Analysis

This addresses the problem of dataset bias and limited reasoning in computer vision for spatial relations, providing a benchmark to advance spatial reasoning capabilities, though it is incremental as it builds on existing dataset creation methods.

The authors tackled the challenge of spatial relation recognition in images by introducing SpatialSense, an adversarially crowdsourced benchmark dataset that captures complex spatial relations, and found that state-of-the-art models perform comparably to simple baselines, indicating reliance on straightforward cues rather than full reasoning.

Understanding the spatial relations between objects in images is a surprisingly challenging task. A chair may be "behind" a person even if it appears to the left of the person in the image (depending on which way the person is facing). Two students that appear close to each other in the image may not in fact be "next to" each other if there is a third student between them. We introduce SpatialSense, a dataset specializing in spatial relation recognition which captures a broad spectrum of such challenges, allowing for proper benchmarking of computer vision techniques. SpatialSense is constructed through adversarial crowdsourcing, in which human annotators are tasked with finding spatial relations that are difficult to predict using simple cues such as 2D spatial configuration or language priors. Adversarial crowdsourcing significantly reduces dataset bias and samples more interesting relations in the long tail compared to existing datasets. On SpatialSense, state-of-the-art recognition models perform comparably to simple baselines, suggesting that they rely on straightforward cues instead of fully reasoning about this complex task. The SpatialSense benchmark provides a path forward to advancing the spatial reasoning capabilities of computer vision systems. The dataset and code are available at https://github.com/princeton-vl/SpatialSense.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes