菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-04-28
📄 Abstract - MixerCA: An Efficient and Accurate Model for High-Performance Hyperspectral Image Classification

Over the past decade, hyperspectral image (HSI) classification has drawn considerable interest due to HSIs' ability to effectively distinguish terrestrial objects by capturing detailed, continuous spectral information. The strong performance of recent deep learning techniques in tasks like image classification and semantic segmentation has led to their growing use in HSI classification, due to their ability to capture complex spatial and spectral features more effectively than traditional methods. This paper presents MixerCA, a novel lightweight model for HSI classification that leverages depthwise convolution and a self-attention mechanism. MixerCA integrates depth-wise convolutions, token and channel mixing, and coordinate attention into a unified structure to decouple spatial and channel interactions, maintain consistent resolution throughout the network, and directly process HSI patches. Extensive experiments on four hyperspectral benchmark datasets reveal MixerCA's clear advantages over several competing algorithms, including 2D-CNN, 3D-CNN, Tri-CNN, HybridSN, ViT, and Swin Transformer. The source code is publicly available at this https URL.

顶级标签: computer vision machine learning
详细标签: hyperspectral image classification lightweight model depthwise convolution self-attention benchmark 或 搜索:

MixerCA:一种高效且精确的高性能高光谱图像分类模型 / MixerCA: An Efficient and Accurate Model for High-Performance Hyperspectral Image Classification


1️⃣ 一句话总结

本文提出了一种轻量级高光谱图像分类模型MixerCA,它通过结合深度可分离卷积、自注意力机制和坐标注意力,高效地提取空间和光谱特征,在多个基准数据集上超越了传统深度学习模型。

源自 arXiv: 2604.26138