Image Classification using Sequence of Pixels
Gajraj Kuldeep

TL;DR
This paper investigates how feature construction using Ramanujan periodic transform improves the training efficiency and accuracy of LSTM and BiLSTM networks in sequential image classification tasks.
Contribution
It introduces a simple feature construction method that significantly enhances training accuracy and reduces training time for LSTM-based image classifiers.
Findings
Feature construction increases training accuracy from 33% to 90%.
Training time is reduced by one-third with constructed features.
LSTM and BiLSTM perform better with engineered features than raw sequences.
Abstract
This study compares sequential image classification methods based on recurrent neural networks. We describe methods based on recurrent neural networks such as Long-Short-Term memory(LSTM), bidirectional Long-Short-Term memory(BiLSTM) architectures, etc. We also review the state-of-the-art sequential image classification architectures. We mainly focus on LSTM, BiLSTM, temporal convolution network, and independent recurrent neural network architecture in the study. It is known that RNN lacks in learning long-term dependencies in the input sequence. We use a simple feature construction method using orthogonal Ramanujan periodic transform on the input sequence. Experiments demonstrate that if these features are given to LSTM or BiLSTM networks, the performance increases drastically. Our focus in this study is to increase the training accuracy simultaneously reducing the training time for…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsFractal and DNA sequence analysis · Machine Learning in Bioinformatics · Remote-Sensing Image Classification
MethodsConvolution · Bidirectional LSTM · Sigmoid Activation · Tanh Activation · Long Short-Term Memory
