ReNet: A Recurrent Neural Network Based Alternative to Convolutional Networks
2015-05-03Code Available0· sign in to hype
Francesco Visin, Kyle Kastner, Kyunghyun Cho, Matteo Matteucci, Aaron Courville, Yoshua Bengio
Code Available — Be the first to reproduce this paper.
ReproduceCode
- github.com/brian-moser/dartsrenetpytorch★ 4
- github.com/fvisin/resegnone★ 0
- github.com/NisTa24/ReNet-Implementationpytorch★ 0
- github.com/SConsul/ReSegpytorch★ 0
Abstract
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 convolutional neural network with four recurrent neural networks that sweep horizontally and vertically in both directions across the image. We evaluate the proposed ReNet on three widely-used benchmark datasets; MNIST, CIFAR-10 and SVHN. The result suggests that ReNet is a viable alternative to the deep convolutional neural network, and that further investigation is needed.
Tasks
Benchmark Results
| Dataset | Model | Metric | Claimed | Verified | Status |
|---|---|---|---|---|---|
| CIFAR-10 | ReNet | Percentage correct | 87.7 | — | Unverified |
| MNIST | ReNet | Percentage error | 0.5 | — | Unverified |
| SVHN | ReNet | Percentage error | 2.4 | — | Unverified |