CVSep 4, 2023

Locality-Aware Hyperspectral Classification

arXiv:2309.01561v16 citations
Originality Incremental advance
AI Analysis

This work improves classification for remote sensing applications, but it is incremental as it builds on vision transformers with a focus on locality.

The paper tackles the problem of hyperspectral image classification by addressing the lack of locality attention in existing models, resulting in up to 10% accuracy gains over baselines.

Hyperspectral image classification is gaining popularity for high-precision vision tasks in remote sensing, thanks to their ability to capture visual information available in a wide continuum of spectra. Researchers have been working on automating Hyperspectral image classification, with recent efforts leveraging Vision-Transformers. However, most research models only spectra information and lacks attention to the locality (i.e., neighboring pixels), which may be not sufficiently discriminative, resulting in performance limitations. To address this, we present three contributions: i) We introduce the Hyperspectral Locality-aware Image TransformEr (HyLITE), a vision transformer that models both local and spectral information, ii) A novel regularization function that promotes the integration of local-to-global information, and iii) Our proposed approach outperforms competing baselines by a significant margin, achieving up to 10% gains in accuracy. The trained models and the code are available at HyLITE.

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