Adaptive Band Selection for Hyperspectral Classification with Spatially Disjoint Evaluation

· Source: cs.CV updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Data Science & Analytics · Depth: Expert, extended

Summary

SGBR-HC (Spectral-Group Band Ranking with Hard-Concrete initialization) is a two-stage method for hyperspectral band selection, addressing sensitivity to initialization and fixed band counts in differentiable selectors. Stage-1 ranks candidate bands from training pixels based on class discriminability and spectral diversity, seeding the gate logits for Stage-2. Stage-2 jointly trains sparse Hard-Concrete gates with a UNet-DS spatial classifier under an ℓ₀ regularizer, allowing the number of selected bands to be determined by training without a prescribed count. Evaluated under spatially disjoint protocols on Pavia University and Houston 2013, SGBR-HC achieved the highest mean overall accuracy and Cohen’s κ with approximately twenty bands. Bypassing Stage-1 degraded OA by 8.84 pp on Pavia University and 22.15 pp on Houston 2013, confirming the ranking prior's importance. Random pixel splits inflated OA on Pavia University by 30.56 pp, highlighting spatial leakage as a critical evaluation confound.

Key takeaway

For AI Scientists and Machine Learning Engineers developing hyperspectral imaging systems, you should prioritize robust band selection methods and rigorous evaluation. SGBR-HC demonstrates that initializing trainable sparse gates with a supervised spectral ranking significantly improves classification accuracy and stability, especially when aiming for compact spectral representations. Furthermore, always employ spatially disjoint evaluation protocols to avoid inflated performance metrics, ensuring your models generalize reliably to real-world scenarios.

Key insights

Combining supervised spectral ranking with trainable Hard-Concrete gates improves hyperspectral band selection and classification accuracy.

Principles

Method

SGBR-HC first ranks bands by discriminability/diversity, then initializes Hard-Concrete gates with these ranks. Gates are jointly optimized with a UNet-DS classifier using ℓ₀ regularization to determine the final band count.

In practice

Topics

Best for: AI Scientist, Machine Learning Engineer, Research Scientist

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CV updates on arXiv.org.