Table of Contents
Fetching ...

Hyperspectral Images Efficient Spatial and Spectral non-Linear Model with Bidirectional Feature Learning

Judy X Yang, Jing Wang, Zekun Long, Chenhong Sui, Jun Zhou

TL;DR

The paper tackles hyperspectral image classification under high dimensionality and limited computational resources by introducing the SS non-linear Model, a bidirectional spectral–spatial framework that fuses spectral and spatial features with low FLOPs. It combines forward and backward spectral processing guided by transformation matrices $A$ and $B$ and a spatial convolutional pathway, forming a four-block architecture that processes patches and outputs class probabilities with a lightweight classifier. Across Houston 2013, Indian Pines, and University of Pavia, the model achieves state-of-the-art or near-state-of-the-art accuracy while significantly reducing computational demand and memory footprint compared with CNN and transformer baselines. The results demonstrate strong practical potential for real-time, resource-constrained remote sensing applications, enabling accurate HSI analysis on edge devices and large-scale deployments.

Abstract

Classifying hyperspectral images (HSIs) is a complex task in remote sensing due to the high-dimensional nature and volume of data involved. To address these challenges, we propose the Spectral-Spatial non-Linear Model, a novel framework that significantly reduces data volume while enhancing classification accuracy. Our model employs a bidirectional reversed convolutional neural network (CNN) to efficiently extract spectral features, complemented by a specialized block for spatial feature analysis. This hybrid approach leverages the operational efficiency of CNNs and incorporates dynamic feature extraction inspired by attention mechanisms, optimizing performance without the high computational demands typically associated with transformer-based models. The SS non-Linear Model is designed to process hyperspectral data bidirectionally, achieving notable classification and efficiency improvements by fusing spectral and spatial features effectively. This approach yields superior classification accuracy compared to existing benchmarks while maintaining computational efficiency, making it suitable for resource-constrained environments. We validate the SS non-Linear Model on three widely recognized datasets, Houston 2013, Indian Pines, and Pavia University, demonstrating its ability to outperform current state-of-the-art models in HSI classification and efficiency. This work highlights the innovative methodology of the SS non-Linear Model and its practical benefits for remote sensing applications, where both data efficiency and classification accuracy are critical. For further details, please refer to our code repository on GitHub: HSILinearModel.

Hyperspectral Images Efficient Spatial and Spectral non-Linear Model with Bidirectional Feature Learning

TL;DR

The paper tackles hyperspectral image classification under high dimensionality and limited computational resources by introducing the SS non-linear Model, a bidirectional spectral–spatial framework that fuses spectral and spatial features with low FLOPs. It combines forward and backward spectral processing guided by transformation matrices and and a spatial convolutional pathway, forming a four-block architecture that processes patches and outputs class probabilities with a lightweight classifier. Across Houston 2013, Indian Pines, and University of Pavia, the model achieves state-of-the-art or near-state-of-the-art accuracy while significantly reducing computational demand and memory footprint compared with CNN and transformer baselines. The results demonstrate strong practical potential for real-time, resource-constrained remote sensing applications, enabling accurate HSI analysis on edge devices and large-scale deployments.

Abstract

Classifying hyperspectral images (HSIs) is a complex task in remote sensing due to the high-dimensional nature and volume of data involved. To address these challenges, we propose the Spectral-Spatial non-Linear Model, a novel framework that significantly reduces data volume while enhancing classification accuracy. Our model employs a bidirectional reversed convolutional neural network (CNN) to efficiently extract spectral features, complemented by a specialized block for spatial feature analysis. This hybrid approach leverages the operational efficiency of CNNs and incorporates dynamic feature extraction inspired by attention mechanisms, optimizing performance without the high computational demands typically associated with transformer-based models. The SS non-Linear Model is designed to process hyperspectral data bidirectionally, achieving notable classification and efficiency improvements by fusing spectral and spatial features effectively. This approach yields superior classification accuracy compared to existing benchmarks while maintaining computational efficiency, making it suitable for resource-constrained environments. We validate the SS non-Linear Model on three widely recognized datasets, Houston 2013, Indian Pines, and Pavia University, demonstrating its ability to outperform current state-of-the-art models in HSI classification and efficiency. This work highlights the innovative methodology of the SS non-Linear Model and its practical benefits for remote sensing applications, where both data efficiency and classification accuracy are critical. For further details, please refer to our code repository on GitHub: HSILinearModel.

Paper Structure

This paper contains 37 sections, 13 equations, 5 figures, 11 tables, 1 algorithm.

Figures (5)

  • Figure 1: The architectural overview of the Proposed SS non-linear Model model. The framework consists of four main components: (A) A hyperspectral image patch with dimensions $p \times p \times \text{CH}$; (B) The Hyperspectral Bi-networks Block; (C) The Spatial Processing Block; (D) The classifier. The process begins by extracting patches that serve as input to the SS non-linear Model block. This block includes a spatial processing stage that precedes the unique forward and backward operations, and the concatenation between the Bi-networks output and the spatial feature process is the input of the classifier block.
  • Figure 2: classification maps for the Houston 2013 dataset. Ground-Truth map, 9 comparative methods and Our SS non-Linear Model Method
  • Figure 3: Visualization and classification maps for the Indian Pines dataset. Ground-Truth map, 9 comparative methods and Our SS non-Linear Model Method
  • Figure 4: Visualization and classification maps for the University Pavia dataset. Ground-Truth map, 9 comparative methods and Our SS non-Linear ModelMethod
  • Figure 5: OA Performance Comparison of Different patch size based on UH2013, Indian Pines, and Pavia University