CVMar 4, 2024

Superpixel Graph Contrastive Clustering with Semantic-Invariant Augmentations for Hyperspectral Images

arXiv:2403.01799v216 citationsh-index: 23Has CodeIEEE transactions on circuits and systems for video technology (Print)
AI Analysis

This work addresses clustering challenges in hyperspectral images, an incremental improvement for remote sensing applications.

The paper tackles hyperspectral image clustering by proposing a superpixel graph contrastive clustering model with semantic-invariant augmentations, achieving improved performance over state-of-the-art methods on several datasets.

Hyperspectral images (HSI) clustering is an important but challenging task. The state-of-the-art (SOTA) methods usually rely on superpixels, however, they do not fully utilize the spatial and spectral information in HSI 3-D structure, and their optimization targets are not clustering-oriented. In this work, we first use 3-D and 2-D hybrid convolutional neural networks to extract the high-order spatial and spectral features of HSI through pre-training, and then design a superpixel graph contrastive clustering (SPGCC) model to learn discriminative superpixel representations. Reasonable augmented views are crucial for contrastive clustering, and conventional contrastive learning may hurt the cluster structure since different samples are pushed away in the embedding space even if they belong to the same class. In SPGCC, we design two semantic-invariant data augmentations for HSI superpixels: pixel sampling augmentation and model weight augmentation. Then sample-level alignment and clustering-center-level contrast are performed for better intra-class similarity and inter-class dissimilarity of superpixel embeddings. We perform clustering and network optimization alternatively. Experimental results on several HSI datasets verify the advantages of the proposed SPGCC compared to SOTA methods. Our code is available at https://github.com/jhqi/spgcc.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes