paper-with-me

Papers

Improved Inception-Residual Convolutional Neural Network for Object Recognition

2017-12-28 · Md Zahangir Alom, Mahmudul Hasan, Chris Yakopcic, Tarek M. Taha, Vijayan K. Asari

Machine learning and computer vision have driven many of the greatest advances in the modeling of Deep Convolutional Neural Networks (DCNNs). Nowadays, most of the research has been focused on improving recognition accuracy with better DCNN models and learning approaches. The recurrent convolutional approach is not applied very much, other than in a few DCNN architectures. On the other hand, Inception-v4 and Residual networks have promptly become popular among computer the vision community. In this paper, we introduce a new DCNN model called the Inception Recurrent Residual Convolutional Neural Network (IRRCNN), which utilizes the power of the Recurrent Convolutional Neural Network (RCNN), the Inception network, and the Residual network. This approach improves the recognition accuracy of the Inception-residual network with same number of network parameters. In addition, this proposed architecture generalizes the Inception network, the RCNN, and the Residual network with significantly improved training accuracy. We have empirically evaluated the performance of the IRRCNN model on different benchmarks including CIFAR-10, CIFAR-100, TinyImageNet-200, and CU3D-100. The experimental results show higher recognition accuracy against most of the popular DCNN models including the RCNN. We have also investigated the performance of the IRRCNN approach against the Equivalent Inception Network (EIN) and the Equivalent Inception Residual Network (EIRN) counterpart on the CIFAR-100 dataset. We report around 4.53%, 4.49% and 3.56% improvement in classification accuracy compared with the RCNN, EIN, and EIRN on the CIFAR-100 dataset respectively. Furthermore, the experiment has been conducted on the TinyImageNet-200 and CU3D-100 datasets where the IRRCNN provides better testing accuracy compared to the Inception Recurrent CNN (IRCNN), the EIN, and the EIRN.

📄 PDF Abstract BibTeX arXiv:1712.09888

Code (0)

등록된 구현이 없습니다.

Tasks

ObjectObject Recognition

Methods 이 논문이 사용한 방법론

DCNN Diffusion-convolutional neural networks (DCNN) is a model for graph-structured data. Through the introduction of a diffusion-convolution operation, diffusion-based representations…
Average Pooling 설명 없음
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Inception-C Inception-C is an image model block used in the Inception-v4 architecture.
Inception-B Inception-B is an image model block used in the Inception-v4 architecture.
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

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

Breast Cancer Classification from Histopathological Images with Inception Recurrent Residual Convolutional Neural Network

2018-11-10 · Md Zahangir Alom, Chris Yakopcic, Tarek M. Taha, Vijayan K. Asari

The Deep Convolutional Neural Network (DCNN) is one of the most powerful and successful deep learning approaches. DCNNs have already provided superior performance in different modalities of medical imaging including brea…

Cancer ClassificationClassificationGeneral ClassificationObject Recognition

Inception-v4, Inception-ResNet and the Impact of Residual Connections on Learning

2016-02-23 · Christian Szegedy, Sergey Ioffe, Vincent Vanhoucke, Alex Alemi

Very deep convolutional networks have been central to the largest advances in image recognition performance in recent years. One example is the Inception architecture that has been shown to achieve very good performance …

ClassificationGeneral ClassificationImage Classification

Naturally Computed Scale Invariance in the Residual Stream of ResNet18

2025-04-22 · André Longon

An important capacity in visual object recognition is invariance to image-altering variables which leave the identity of objects unchanged, such as lighting, rotation, and scale. How do neural networks achieve this? Prio…

Object Recognition

Wide-Residual-Inception Networks for Real-time Object Detection

2017-02-04 · Youngwan Lee, Byeonghak Yim, Huien Kim, Eunsoo Park 외

Since convolutional neural network(CNN)models emerged,several tasks in computer vision have actively deployed CNN models for feature extraction. However,the conventional CNN models have a high computational cost and requ…

Objectobject-detectionObject DetectionReal-Time Object Detection