Cross-View-Prediction: Exploring Contrastive Feature for Hyperspectral Image Classification
Anyu Zhang, Haotian Wu, Zeyu Cao
TL;DR
This work tackles the reliance on labeled data in hyperspectral image classification by introducing a self-supervised Cross-View-Prediction framework that constructs two semantic views via cross-channel prediction using VAE and AAE, followed by a BYOL-style contrastive learning stage. The method maximizes mutual information between views while minimizing conditional entropy, yielding compact, discriminative features that transfer well to downstream SVM classification. Across IP, PU, and SA datasets, the approach achieves state-of-the-art unsupervised performance, with parity split performing best among cross-representation strategies and contrastive learning providing further gains. The proposed framework offers a practical, annotation-light route to robust hyperspectral representations with clear potential for real-world remote sensing tasks.
Abstract
This paper presents a self-supervised feature learning method for hyperspectral image classification. Our method tries to construct two different views of the raw hyperspectral image through a cross-representation learning method. And then to learn semantically consistent representation over the created views by contrastive learning method. Specifically, four cross-channel-prediction based augmentation methods are naturally designed to utilize the high dimension characteristic of hyperspectral data for the view construction. And the better representative features are learned by maximizing mutual information and minimizing conditional entropy across different views from our contrastive network. This 'Cross-View-Predicton' style is straightforward and gets the state-of-the-art performance of unsupervised classification with a simple SVM classifier.
