🤖 AI Summary
To address insufficient spectral information utilization and limited pixel-level performance of vision-language models in multispectral remote sensing image land-cover extraction, this paper proposes SPEX: (1) the first spectral-prior-integrated vision-language instruction dataset, SPIE; (2) a multimodal architecture incorporating multi-scale feature aggregation, context token compression, and multispectral vision pretraining to achieve spectral–visual–linguistic alignment; and (3) unified support for instruction-driven pixel-wise segmentation and interpretable textual explanation generation. Evaluated on five public multispectral datasets, SPEX consistently outperforms state-of-the-art methods, achieving superior accuracy in identifying vegetation, buildings, water bodies, and other land-cover classes. Crucially, its predictions are accompanied by semantically coherent, human-readable textual explanations—enhancing model transparency and domain interpretability.
📝 Abstract
Spectral information has long been recognized as a critical cue in remote sensing observations. Although numerous vision-language models have been developed for pixel-level interpretation, spectral information remains underutilized, resulting in suboptimal performance, particularly in multispectral scenarios. To address this limitation, we construct a vision-language instruction-following dataset named SPIE, which encodes spectral priors of land-cover objects into textual attributes recognizable by large language models (LLMs), based on classical spectral index computations. Leveraging this dataset, we propose SPEX, a multimodal LLM designed for instruction-driven land cover extraction. To this end, we introduce several carefully designed components and training strategies, including multiscale feature aggregation, token context condensation, and multispectral visual pre-training, to achieve precise and flexible pixel-level interpretation. To the best of our knowledge, SPEX is the first multimodal vision-language model dedicated to land cover extraction in spectral remote sensing imagery. Extensive experiments on five public multispectral datasets demonstrate that SPEX consistently outperforms existing state-of-the-art methods in extracting typical land cover categories such as vegetation, buildings, and water bodies. Moreover, SPEX is capable of generating textual explanations for its predictions, thereby enhancing interpretability and user-friendliness. Code will be released at: https://github.com/MiliLab/SPEX.