English

Learning Hyperspectral Images with Curated Text Prompts for Efficient Multimodal Alignment

Computer Vision and Pattern Recognition 2025-09-30 v1 Artificial Intelligence Machine Learning

Abstract

As data requirements continue to grow, efficient learning increasingly depends on the curation and distillation of high-value data rather than brute-force scaling of model sizes. In the case of a hyperspectral image (HSI), the challenge is amplified by the high-dimensional 3D voxel structure, where each spatial location is associated with hundreds of contiguous spectral channels. While vision and language models have been optimized effectively for natural image or text tasks, their cross-modal alignment in the hyperspectral domain remains an open and underexplored problem. In this article, we make an attempt to optimize a Vision-Language Model (VLM) for hyperspectral scene understanding by exploiting a CLIP-style contrastive training framework. Our framework maps voxel-level embeddings from a vision backbone onto the latent space of a frozen large embedding model (LEM), where a trainable probe aligns vision features with the model's textual token representations. The two modalities are aligned via a contrastive loss restricted to a curated set of hard (closest wrong classes) and semi-hard (random distractors) negatives, along with positive pairs. To further enhance alignment, descriptive prompts that encode class semantics are introduced and act as structured anchors for the HSI embeddings. It is seen that the proposed method updates only 0.07 percent of the total parameters, yet yields state-of-the-art performance. For example, on Indian Pines (IP) the model produces better results over unimodal and multimodal baselines by +0.92 Overall Accuracy (OA) and +1.60 Kappa (κ\kappa), while on Pavia University (PU) data it provides gains of +0.69 OA and +0.90 κ\kappa. Moreover, this is achieved with the set of parameters, nearly 50×\times smaller than DCTN and 90×\times smaller than SS-TMNet.

Keywords

Cite

@article{arxiv.2509.22697,
  title  = {Learning Hyperspectral Images with Curated Text Prompts for Efficient Multimodal Alignment},
  author = {Abhiroop Chatterjee and Susmita Ghosh},
  journal= {arXiv preprint arXiv:2509.22697},
  year   = {2025}
}

Comments

Accepted at the IEEE/CVF International Conference on Computer Vision (ICCV 2025), Workshop on Curated Data for Efficient Learning

R2 v1 2026-07-01T05:59:28.614Z