CVLGIVMay 15, 2020

Ventral-Dorsal Neural Networks: Object Detection via Selective Attention

arXiv:2005.09727v121 citations
AI Analysis

This work addresses the need for better object detection methods in computer vision, offering a novel approach that is not explicitly incremental but builds on biological inspiration.

The paper tackles the problem of improving object detection by proposing Ventral-Dorsal Networks (VDNets), a framework inspired by the human visual system's dual pathways for 'what' and 'where' information, resulting in performance gains of 8% mAP on PASCAL VOC 2007 and 3% mAP on PASCAL VOC 2012 over state-of-the-art methods.

Deep Convolutional Neural Networks (CNNs) have been repeatedly proven to perform well on image classification tasks. Object detection methods, however, are still in need of significant improvements. In this paper, we propose a new framework called Ventral-Dorsal Networks (VDNets) which is inspired by the structure of the human visual system. Roughly, the visual input signal is analyzed along two separate neural streams, one in the temporal lobe and the other in the parietal lobe. The coarse functional distinction between these streams is between object recognition -- the "what" of the signal -- and extracting location related information -- the "where" of the signal. The ventral pathway from primary visual cortex, entering the temporal lobe, is dominated by "what" information, while the dorsal pathway, into the parietal lobe, is dominated by "where" information. Inspired by this structure, we propose the integration of a "Ventral Network" and a "Dorsal Network", which are complementary. Information about object identity can guide localization, and location information can guide attention to relevant image regions, improving object recognition. This new dual network framework sharpens the focus of object detection. Our experimental results reveal that the proposed method outperforms state-of-the-art object detection approaches on PASCAL VOC 2007 by 8% (mAP) and PASCAL VOC 2012 by 3% (mAP). Moreover, a comparison of techniques on Yearbook images displays substantial qualitative and quantitative benefits of VDNet.

Foundations

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

Your Notes