HSR-KAN: Efficient Hyperspectral Image Super-Resolution via Kolmogorov-Arnold Networks
Baisong Li, Xingwang Wang, Haixiao Xu
TL;DR
This work tackles hyperspectral image super-resolution by fusing low-resolution hyperspectral data with high-resolution multispectral imagery. It introduces HSR-KAN, a hybrid network that integrates Kolmogorov-Arnold Networks (KANs) with CNNs/MLPs through a KAN-Fusion module and a spectral channel attention block (KAN-CAB), complemented by a Restructure module and sparsity-based regularization to mitigate the Curse of Dimensionality. The method achieves state-of-the-art results across CAVE, Chikusei, and Harvard datasets, with strong generalization and improved efficiency due to spline-based activations and lightweight design. The approach provides a scalable, accurate, and efficient solution for high-quality HR-HSI reconstruction, enabling better spectral-spatial analysis in practical imaging tasks.
Abstract
Hyperspectral images (HSIs) have great potential in various visual tasks due to their rich spectral information. However, obtaining high-resolution hyperspectral images remains challenging due to limitations of physical imaging. Inspired by Kolmogorov-Arnold Networks (KANs), we propose an efficient HSI super-resolution (HSI-SR) model to fuse a low-resolution HSI (LR-HSI) and a high-resolution multispectral image (HR-MSI), yielding a high-resolution HSI (HR-HSI). To achieve the effective integration of spatial information from HR-MSI, we design a fusion module based on KANs, called KAN-Fusion. Further inspired by the channel attention mechanism, we design a spectral channel attention module called KAN Channel Attention Block (KAN-CAB) for post-fusion feature extraction. As a channel attention module integrated with KANs, KAN-CAB not only enhances the fine-grained adjustment ability of deep networks, enabling networks to accurately simulate details of spectral sequences and spatial textures, but also effectively avoid Curse of Dimensionality. Extensive experiments show that, compared to current state-of-the-art HSI-SR methods, proposed HSR-KAN achieves the best performance in terms of both qualitative and quantitative assessments. Our code is available at: https://github.com/Baisonm-Li/HSR-KAN.
