CVMar 29, 2018

Iterative Visual Reasoning Beyond Convolutions

arXiv:1803.11189v1224 citations
Originality Incremental advance
AI Analysis

This addresses the limitation of current recognition systems in reasoning capabilities, offering a domain-specific advancement for computer vision tasks.

The paper tackles the problem of visual reasoning beyond convolutional networks by introducing a framework with local and global graph-reasoning modules that iteratively refine predictions, resulting in an 8.4% absolute improvement in per-class average precision on the ADE dataset.

We present a novel framework for iterative visual reasoning. Our framework goes beyond current recognition systems that lack the capability to reason beyond stack of convolutions. The framework consists of two core modules: a local module that uses spatial memory to store previous beliefs with parallel updates; and a global graph-reasoning module. Our graph module has three components: a) a knowledge graph where we represent classes as nodes and build edges to encode different types of semantic relationships between them; b) a region graph of the current image where regions in the image are nodes and spatial relationships between these regions are edges; c) an assignment graph that assigns regions to classes. Both the local module and the global module roll-out iteratively and cross-feed predictions to each other to refine estimates. The final predictions are made by combining the best of both modules with an attention mechanism. We show strong performance over plain ConvNets, \eg achieving an $8.4\%$ absolute improvement on ADE measured by per-class average precision. Analysis also shows that the framework is resilient to missing regions for reasoning.

Foundations

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

Your Notes