paper-with-me

Papers

Recurrent Convolutional Neural Network for Object Recognition

2015-06-01 · CVPR 2015 6 · Ming Liang, Xiaolin Hu

In recent years, the convolutional neural network (CNN) has achieved great success in many computer vision tasks. Partially inspired by neuroscience, CNN shares many properties with the visual system of the brain. A prominent difference is that CNN is typically a feed-forward architecture while in the visual system recurrent connections are abundant. Inspired by this fact, we propose a recurrent CNN (RCNN) for object recognition by incorporating recurrent connections into each convolutional layer. Though the input is static, the activities of RCNN units evolve over time so that the activity of each unit is modulated by the activities of its neighboring units. This property enhances the ability of the model to integrate the context information, which is important for object recognition. Like other recurrent neural networks, unfolding the RCNN through time can result in an arbitrarily deep network with a fixed number of parameters. Furthermore, the unfolded network has multiple paths, which can facilitate the learning process. The model is tested on four benchmark object recognition datasets: CIFAR-10, CIFAR-100, MNIST and SVHN. With fewer trainable parameters, RCNN outperforms the state-of-the-art models on all of these datasets. Increasing the number of parameters leads to even better performance. These results demonstrate the advantage of the recurrent structure over purely feed-forward structure for object recognition.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

ObjectObject Recognition

Similar Papers 제목 키워드 기반

Recurrent Connectivity Aids Recognition of Partly Occluded Objects

2019-09-12 · Markus Roland Ernst, Jochen Triesch, Thomas Burwick

Feedforward convolutional neural networks are the prevalent model of core object recognition. For challenging conditions, such as occlusion, neuroscientists believe that the recurrent connectivity in the visual cortex ai…

ObjectObject Recognition

Convolutional Neural Networks with Gated Recurrent Connections

2021-06-05 · JianFeng Wang, Xiaolin Hu

The convolutional neural network (CNN) has become a basic model for solving many computer vision problems. In recent years, a new class of CNNs, recurrent convolution neural network (RCNN), inspired by abundant recurrent…

object-detectionObject DetectionObject RecognitionScene Text Recognition

Recurrent Convolutional Fusion for RGB-D Object Recognition

2018-06-05 · Mohammad Reza Loghmani, Mirco Planamente, Barbara Caputo, Markus Vincze

Providing machines with the ability to recognize objects like humans has always been one of the primary goals of machine vision. The introduction of RGB-D cameras has paved the way for a significant leap forward in this …

ObjectObject CategorizationObject Recognition

ReNet: A Recurrent Neural Network Based Alternative to Convolutional Networks

2015-05-03 · Francesco Visin, Kyle Kastner, Kyunghyun Cho, Matteo Matteucci 외

In this paper, we propose a deep neural network architecture for object recognition based on recurrent neural networks. The proposed network, called ReNet, replaces the ubiquitous convolution+pooling layer of the deep co…

Image ClassificationObject Recognition

Inception Recurrent Convolutional Neural Network for Object Recognition

2017-04-25 · CVPR 2015 · Md Zahangir Alom, Mahmudul Hasan, Chris Yakopcic, Tarek M. Taha

Deep convolutional neural networks (DCNNs) are an influential tool for solving various problems in the machine learning and computer vision fields. In this paper, we introduce a new deep learning model called an Inceptio…

ObjectObject Recognition