用超像素聚类提升高光谱图像分类精度与边界保持能力
Hyperspectral Image Classification via Efficient Global Spectral Supertoken Clustering

- 先聚类生成保留边界的光谱超令牌,再进行令牌级分类
- 在WHU-OHS数据集上达到0.728的CF1,速度达197.75 FPS
- 适合需要高精度边界分割的遥感图像分析任务
高光谱图像分类需要空间连贯的预测和精确的边界划分。然而,现有基于超像素的方法存在根本矛盾:聚类将相似像素合并为区域,但后续分类器仍以像素为单位操作,破坏了区域一致性。为此,我们提出双阶段谱约束聚类分类器(DSCC),端到端框架通过先将光谱相似且空间邻近的像素聚为光谱超令牌,再进行令牌级预测,实现聚类与分类解耦。DSCC计算像素与中心之间的图像级多准则特征距离,并引入局部感知分配正则化,生成保留边界的超令牌;基于密度-隔离的中心选择策略获得代表性、分离良好的中心,降低冗余并提升对尺度变化的鲁棒性。针对每个令牌内混合地物类型,引入软标签机制编码类别比例,增强对混合类令牌的鲁棒性。在WHU-OHS数据集上,DSCC取得0.728的CF1,推理速度达197.75 FPS,优于当前最先进方法的精度-效率权衡。大量实验验证了该双阶段范式的有效性和通用性。源代码已公开于https://github.com/laprf/DSCC。
原文摘要 · Abstract (English)
Hyperspectral image classification demands spatially coherent predictions and precise boundary delineation. Yet prevailing superpixel-based methods face an inherent contradiction: clustering aggregates similar pixels into regions, but the subsequent classifier operates pixel-wise, undermining regional consistency. Consequently, existing approaches do not guarantee region-level, boundary-aligned classification. To address this limitation, we propose the Dual-stage Spectrum-Constrained Clustering-based Classifier (DSCC), an end-to-end framework that explicitly decouples clustering from classification by first grouping spectral similar and spatially proximate pixels into spectral supertokens and then performing token-level prediction. At its core, DSCC computes an image-level multi-criteria feature distance between pixels and centers, followed by a locality-aware assignment regularization, enabling the generation of boundary-preserving spectral supertokens. A density-isolation based center selection further yields representative, well-separated centers, reducing redundancy and improving robustness to scale variation. To accommodate mixed land-cover compositions within each token, we introduce a soft-label scheme that encodes class proportions and improves robustness for mixed-class tokens. DSCC attains a CF1 of 0.728 at 197.75 FPS on the WHU-OHS dataset, offering a superior accuracy-efficiency trade-off compared with state-of-the-art methods. Extensive experiments further validate the effectiveness and generality of the proposed dual-stage paradigm for hyperspectral image classification. The source code is available at https://github.com/laprf/DSCC.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。