CortexNet: a Generic Network Family for Robust Visual Temporal Representations
Abstract
In the past five years we have observed the rise of incredibly well performing feed-forward neural networks trained supervisedly for vision related tasks. These models have achieved super-human performance on object recognition, localisation, and detection in still images. However, there is a need to identify the best strategy to employ these networks with temporal visual inputs and obtain a robust and stable representation of video data. Inspired by the human visual system, we propose a deep neural network family, CortexNet, which features not only bottom-up feed-forward connections, but also it models the abundant top-down feedback and lateral connections, which are present in our visual cortex. We introduce two training schemes - the unsupervised MatchNet and weakly supervised TempoNet modes - where a network learns how to correctly anticipate a subsequent frame in a video clip or the identity of its predominant subject, by learning egomotion clues and how to automatically track several objects in the current scene. Find the project website at https://engineering.purdue.edu/elab/CortexNet/.
Cite
@article{arxiv.1706.02735,
title = {CortexNet: a Generic Network Family for Robust Visual Temporal Representations},
author = {Alfredo Canziani and Eugenio Culurciello},
journal= {arXiv preprint arXiv:1706.02735},
year = {2017}
}
Comments
8 pages, 4 figures. Edit: 4.2 - define n = t - 1; fix grammar/meaning in last sentence. 5.2 - add Open Images data set ref