CVJun 1

MixerSENet: A Lightweight Framework for Efficient Hyperspectral Image Classification

arXiv:2606.0170012.71 citationsHas Code
AI Analysis

This work addresses the need for efficient HSI classification in resource-constrained environments, offering a practical balance between accuracy and computational cost.

MixerSENet introduces a lightweight framework for hyperspectral image classification that decouples spatial and channel mixing with a squeeze-and-excitation block, achieving 82.47% OA on Houston13 and 96.70% on Qingyun with only 53,146 parameters, outperforming several state-of-the-art methods.

In this paper, a novel framework, MixerSENet, is introduced for hyperspectral image (HSI) classification, designed to address the challenges of computational efficiency and limited labeled data. The proposed model processes hyperspectral image patches while maintaining consistent size and resolution throughout the network, effectively decoupling the mixing of spatial and channel dimensions. Notably, MixerSENet is lightweight and computationally efficient, requiring fewer parameters compared to traditional models, making it suitable for resource-constrained environments. A squeeze and excitation block is incorporated into the model to refine feature extraction, enhancing the network's ability to capture more informative features. Experimental results on two benchmark datasets demonstrate that MixerSENet achieves superior performance, reaching an overall accuracy (OA) of 82.47% on Houston13 dataset and 96.70% on the Qingyun dataset, outperforming state-of-the-art methods including 3D-CNN, HybridKAN, HSIFormer, SimPoolFormer, and MorphMamba. Furthermore, a detailed analysis of computational efficiency shows that MixerSENet achieves a favorable balance between accuracy and efficiency, with only 53,146 parameters and an low inference time, confirming its practicality for real-world applications. At publication, source code will be publicly available at https://github.com/mqalkhatib/MixerSENet.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes