用文字描述提升高光谱图像分类准确率
Label Semantics for Robust Hyperspectral Image Classification
- 用大模型生成类别文字描述,融合语义信息增强特征学习
- 在三个数据集上准确率提升显著,最高达9.2%
- 适合需要高精度分类的农业、医学等应用领域
高光谱成像(HSI)分类在农业、环境监测、医学和材料科学等领域具有广泛应用。由于高质量训练样本有限且光谱数据维度高,现有模型易过拟合,难以平衡精度与计算复杂度。多数方法仅依赖光谱-空间数据,缺乏语义理解。为此,我们提出通用的语义光谱-空间融合网络(S3FN),利用大语言模型为每个类别生成包含独特特征与光谱行为的文字描述,并通过BERT或RoBERTa等预训练文本编码器将其嵌入向量空间,提取有意义的标签语义,实现更好的特征-标签对齐。在三个基准数据集(Hyperspectral Wood、HyperspectralBlueberries、DeepHS-Fruit)上的实验表明,该方法显著提升分类性能,验证了文本语义与光谱-空间数据的协同效应。代码已开源。
原文摘要 · Abstract (English)
Hyperspectral imaging (HSI) classification is a critical tool with widespread applications across diverse fields such as agriculture, environmental monitoring, medicine, and materials science. Due to the limited availability of high-quality training samples and the high dimensionality of spectral data, HSI classification models are prone to overfitting and often face challenges in balancing accuracy and computational complexity. Furthermore, most of HSI classification models are monomodal, where it solely relies on spectral-spatial data to learn decision boundaries in the high dimensional embedding space. To address this, we propose a general-purpose Semantic Spectral-Spatial Fusion Network (S3FN) that uses contextual, class specific textual descriptions to complement the training of an HSI classification model. Specifically, S3FN leverages LLMs to generate comprehensive textual descriptions for each class label that captures their unique characteristics and spectral behaviors. These descriptions are then embedded into a vector space using a pre-trained text encoder such as BERT or RoBERTa to extract meaningful label semantics which in turn leads to a better feature-label alignment for improved classification performance. To demonstrate the effectiveness of our approach, we evaluate our model on three diverse HSI benchmark datasets - Hyperspectral Wood, HyperspectralBlueberries, and DeepHS-Fruit and report significant performance boost. Our results highlight the synergy between textual semantics and spectral-spatial data, paving the way for further advancements in semantically augmented HSI classification models. Codes are be available in: https://github.com/milab-nsu/S3FN
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。