Adaptive Band Selection for Hyperspectral Classification with Spatially Disjoint Evaluation
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
- Supervised priors stabilize sparse gate optimization.
- Spectral diversity is crucial for multi-class discrimination.
- Spatially disjoint evaluation prevents inflated accuracy.
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
- Implement two-stage band selection for HSI.
- Use Hard-Concrete gates with ℓ₀ regularization.
- Adopt leakage-aware spatially disjoint evaluation.
Topics
- Hyperspectral Band Selection
- L0 Regularization
- Hard-Concrete Gates
- Remote Sensing
- Image Classification
- Spatial Leakage
- UNet-DS
Best for: AI Scientist, Machine Learning Engineer, Research Scientist
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CV updates on arXiv.org.