paper-with-me

Papers

Rethinking Recurrent Neural Networks and Other Improvements for Image Classification

2020-07-30 · Nguyen Huu Phong, Bernardete Ribeiro

Over the long history of machine learning, which dates back several decades, recurrent neural networks (RNNs) have been used mainly for sequential data and time series and generally with 1D information. Even in some rare studies on 2D images, these networks are used merely to learn and generate data sequentially rather than for image recognition tasks. In this study, we propose integrating an RNN as an additional layer when designing image recognition models. We also develop end-to-end multimodel ensembles that produce expert predictions using several models. In addition, we extend the training strategy so that our model performs comparably to leading models and can even match the state-of-the-art models on several challenging datasets (e.g., SVHN (0.99), Cifar-100 (0.9027) and Cifar-10 (0.9852)). Moreover, our model sets a new record on the Surrey dataset (0.949). The source code of the methods provided in this article is available at https://github.com/leonlha/e2e-3m and http://nguyenhuuphong.me.

📄 PDF Abstract BibTeX arXiv:2007.15161

Code (1)

leonlha/e2e-3m 공식 구현 tf

Tasks

General Classificationimage-classificationImage ClassificationTime SeriesTime Series Analysis

Methods 이 논문이 사용한 방법론

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$…

Similar Papers 제목 키워드 기반

Learning with Rethinking: Recurrently Improving Convolutional Neural Networks through Feedback

2017-08-15 · Xin Li, Zequn Jie, Jiashi Feng, Changsong Liu 외

Recent years have witnessed the great success of convolutional neural network (CNN) based models in the field of computer vision. CNN is able to learn hierarchically abstracted features from images in an end-to-end train…

Deep Learning with a Rethinking Structure for Multi-label Classification

2018-02-05 · Yao-Yuan Yang, Yi-An Lin, Hong-Min Chu, Hsuan-Tien Lin

Multi-label classification (MLC) is an important class of machine learning problems that come with a wide spectrum of applications, each demanding a possibly different evaluation criterion. When solving the MLC problems,…

ClassificationDeep LearningGeneral ClassificationMulti-Label Classification+1

Rethinking the Relationship between Recurrent and Non-Recurrent Neural Networks: A Study in Sparsity

2024-04-01 · Quincy Hershey, Randy Paffenroth, Harsh Pathak, Simon Tavener

Neural networks (NN) can be divided into two broad categories, recurrent and non-recurrent. Both types of neural networks are popular and extensively studied, but they are often treated as distinct families of machine le…

GRAPHMOE: Amplifying Cognitive Depth of Mixture-of-Experts Network via Introducing Self-Rethinking Mechanism

2025-01-14 · Chen Tang, Bo Lv, Zifan Zheng, Bohao Yang 외

Traditional Mixture-of-Experts (MoE) networks benefit from utilizing multiple smaller expert models as opposed to a single large network. However, these experts typically operate independently, leaving a question open ab…

Mixture-of-Experts

RingFormer: Rethinking Recurrent Transformer with Adaptive Level Signals

2025-02-18 · Jaemu Heo, Eldor Fozilov, Hyunmin Song, Taehwan Kim

Transformers have achieved great success in effectively processing sequential data such as text. Their architecture consisting of several attention and feedforward blocks can model relations between elements of a sequenc…

image-classificationImage Classification