An Image Classification Method Based on Echo State Network

Jingyu Sun,Lixiang Li,Haipeng Peng
DOI: https://doi.org/10.1109/icnc52316.2021.9607999
2021-01-01
Abstract:As a traditional neural network architecture, Echo State Network(ESN) has achieved good results in time series forecasting. However, in the past ten years, few people have conducted research on its application to images, especially in classification tasks. Echo State Network is a kind of Recurrent Neural Network, it has the advantages of simple structure and convenient training. It only needs to train its output weight $w_{out}$, which saves a lot of time and resources. In this article, we input the whole picture into ESN in multi-input mode to classify images, and use the traditional Long Short-Term Memory(LSTM) model to compare experiments with it, and the results found that esn has better stability and accuracy.
What problem does this paper attempt to address?