# Spatial-Spectral Feature Extraction via Deep ConvLSTM Neural Networks   for Hyperspectral Image Classification

**Authors:** Wen-Shuai Hu, Heng-Chao Li, Lei Pan, Wei Li, Ran Tao, and Qian Du

arXiv: 1905.03577 · 2022-04-12

## TL;DR

This paper introduces two novel deep ConvLSTM-based models for hyperspectral image classification that effectively capture spatial and spectral features, outperforming existing methods on standard datasets.

## Contribution

The paper proposes spatial-spectral ConvLSTM neural networks, SSCL2DNN and SSCL3DNN, to enhance feature extraction and classification accuracy in hyperspectral images.

## Key findings

- Proposed models outperform state-of-the-art methods.
- SSCL3DNN achieves higher classification accuracy.
- Models effectively model long-range spectral dependencies.

## Abstract

In recent years, deep learning has presented a great advance in hyperspectral image (HSI) classification. Particularly, long short-term memory (LSTM), as a special deep learning structure, has shown great ability in modeling long-term dependencies in the time dimension of video or the spectral dimension of HSIs. However, the loss of spatial information makes it quite difficult to obtain the better performance. In order to address this problem, two novel deep models are proposed to extract more discriminative spatial-spectral features by exploiting the Convolutional LSTM (ConvLSTM). By taking the data patch in a local sliding window as the input of each memory cell band by band, the 2-D extended architecture of LSTM is considered for building the spatial-spectral ConvLSTM 2-D Neural Network (SSCL2DNN) to model long-range dependencies in the spectral domain. To better preserve the intrinsic structure information of the hyperspectral data, the spatial-spectral ConvLSTM 3-D Neural Network (SSCL3DNN) is proposed by extending LSTM to 3-D version for further improving the classification performance. The experiments, conducted on three commonly used HSI data sets, demonstrate that the proposed deep models have certain competitive advantages and can provide better classification performance than other state-of-the-art approaches.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1905.03577/full.md

## Figures

14 figures with captions in the complete paper: https://tomesphere.com/paper/1905.03577/full.md

## References

57 references — full list in the complete paper: https://tomesphere.com/paper/1905.03577/full.md

---
Source: https://tomesphere.com/paper/1905.03577