菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-04-30
📄 Abstract - Representative Spectral Correlation Network for Multi-source Remote Sensing Image Classification

Hyperspectral image (HSI) and SAR/LiDAR data offer complementary spectral and structural information for land-cover classification. However, their effective fusion remains challenging due to two major limitations: The spectral redundancy in high-dimensional HSI and the heterogeneous characteristics between multi-source data. To this end, we propose Representative Spectral Correlation Network (RSCNet), a novel multi-source image classification framework specifically designed to address the above challenges through spectral selection and adaptive interaction. The network incorporates two key components: (1) Key Band Selection Module (KBSM) that adaptively selects task-relevant spectral bands from the original HSI under cross-source guidance, thereby alleviating redundancy and mitigating information loss from conventional PCA-based spectral reduction. Moreover, the learned band subset exhibits highly discriminative spectral structures that align with discriminative semantic cues, promoting compact yet expressive representations. (2) Cross-source Adaptive Fusion Module (CAFM) that performs cross-source attention weighting and local-global contextual refinement to enhance cross-source feature interaction. Experiments on three public benchmark datasets demonstrate that our RSCNet achieves superior performance compared with state-of-the-art methods, while maintaining substantially lower computational complexity. Our codes are publicly available at this https URL.

顶级标签: computer vision multi-modal machine learning
详细标签: hyperspectral image sar/lidar multi-source fusion spectral band selection land-cover classification 或 搜索:

面向多源遥感图像分类的代表性光谱关联网络 / Representative Spectral Correlation Network for Multi-source Remote Sensing Image Classification


1️⃣ 一句话总结

这篇论文提出了一种名为RSCNet的新型网络框架,通过智能选择高光谱图像中最关键的光谱波段,并让这些波段与SAR或LiDAR等其它遥感数据自适应融合,从而在降低计算成本的同时显著提升地物分类的准确性。

源自 arXiv: 2604.27323