CVNCAug 17, 2015

Deep Networks Can Resemble Human Feed-forward Vision in Invariant Object Recognition

arXiv:1508.03929v4184 citations
Originality Incremental advance
AI Analysis

This addresses the problem of understanding how AI vision models compare to human visual processing for researchers in neuroscience and computer vision, though it is incremental as it builds on prior DCNN studies with controlled variations.

The study investigated whether deep convolutional neural networks (DCNNs) match human performance in view-invariant object recognition, finding that shallow nets outperformed deep nets and humans with weak viewpoint variations, but deeper nets (up to 18 layers) matched or exceeded human performance and error distributions with larger variations.

Deep convolutional neural networks (DCNNs) have attracted much attention recently, and have shown to be able to recognize thousands of object categories in natural image databases. Their architecture is somewhat similar to that of the human visual system: both use restricted receptive fields, and a hierarchy of layers which progressively extract more and more abstracted features. Yet it is unknown whether DCNNs match human performance at the task of view-invariant object recognition, whether they make similar errors and use similar representations for this task, and whether the answers depend on the magnitude of the viewpoint variations. To investigate these issues, we benchmarked eight state-of-the-art DCNNs, the HMAX model, and a baseline shallow model and compared their results to those of humans with backward masking. Unlike in all previous DCNN studies, we carefully controlled the magnitude of the viewpoint variations to demonstrate that shallow nets can outperform deep nets and humans when variations are weak. When facing larger variations, however, more layers were needed to match human performance and error distributions, and to have representations that are consistent with human behavior. A very deep net with 18 layers even outperformed humans at the highest variation level, using the most human-like representations.

Foundations

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

Your Notes