轻量级Transformer实现高效高光谱图像重建
Efficient Hyperspectral Image Reconstruction Using Lightweight Separate Spectral Transformers
- 分路设计:分离光谱与空间处理,用分组自注意力建模光谱关系
- 参数少、计算量低:比基准模型减少37%参数,仅需12.6 GFLOPs
- 适合资源受限场景:适用于嵌入式设备或实时系统部署
高光谱成像在多个领域中至关重要,因其能捕捉丰富的光谱信息。然而,从压缩感知测量中高效重建高光谱图像仍面临重大挑战。为此,本文提出轻量级分光谱变换器(LSST),采用分而治之策略,利用高光谱图像独特的光谱与空间特性。该架构包含用于建模光谱关系的分光谱变换块(SSTB)和用于空间处理的轻量级空间卷积块(LSCB)。SSTB使用分组光谱自注意力和光谱洗牌操作,有效处理局部与非局部光谱关系;LSCB则通过深度可分离卷积和策略性排序提升空间信息处理能力。此外,引入焦点光谱损失(Focal Spectrum Loss),在训练过程中动态调整权重,增强对光谱复杂波段的重建效果。大量实验表明,所提方法在性能优越的同时,参数量与浮点运算量显著降低,验证了其高效性与有效性。代码已开源:https://github.com/wcz1124/LSST。
原文摘要 · Abstract (English)
Hyperspectral imaging (HSI) is essential across various disciplines for its capacity to capture rich spectral information. However, efficiently reconstructing hyperspectral images from compressive sensing measurements presents significant challenges. To tackle these, we adopt a divide-and-conquer strategy that capitalizes on the unique spectral and spatial characteristics of hyperspectral images. We introduce the Lightweight Separate Spectral Transformer (LSST), an innovative architecture tailored for efficient hyperspectral image reconstruction. This architecture consists of Separate Spectral Transformer Blocks (SSTB) for modeling spectral relationships and Lightweight Spatial Convolution Blocks (LSCB) for spatial processing. The SSTB employs Grouped Spectral Self-attention and a Spectrum Shuffle operation to effectively manage both local and non-local spectral relationships. Simultaneously, the LSCB utilizes depth-wise separable convolutions and strategic ordering to enhance spatial information processing. Furthermore, we implement the Focal Spectrum Loss, a novel loss weighting mechanism that dynamically adjusts during training to improve reconstruction across spectrally complex bands. Extensive testing demonstrates that our LSST achieves superior performance while requiring fewer FLOPs and parameters, underscoring its efficiency and effectiveness. The source code is available at: https://github.com/wcz1124/LSST.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。