CVApr 25, 2021

3D/2D regularized CNN feature hierarchy for Hyperspectral image classification

arXiv:2104.12136v11 citations
Originality Synthesis-oriented
AI Analysis

This work addresses generalization issues in hyperspectral image classification, but it is incremental as it applies label smoothing to an existing hybrid CNN approach.

The paper tackled the problem of overconfidence and poor generalization in hyperspectral image classification by proposing a hybrid CNN with soft labels, which improved generalization performance and model calibration compared to state-of-the-art models on public datasets.

Convolutional Neural Networks (CNN) have been rigorously studied for Hyperspectral Image Classification (HSIC) and are known to be effective in exploiting joint spatial-spectral information with the expense of lower generalization performance and learning speed due to the hard labels and non-uniform distribution over labels. Several regularization techniques have been used to overcome the aforesaid issues. However, sometimes models learn to predict the samples extremely confidently which is not good from a generalization point of view. Therefore, this paper proposed an idea to enhance the generalization performance of a hybrid CNN for HSIC using soft labels that are a weighted average of the hard labels and uniform distribution over ground labels. The proposed method helps to prevent CNN from becoming over-confident. We empirically show that in improving generalization performance, label smoothing also improves model calibration which significantly improves beam-search. Several publicly available Hyperspectral datasets are used to validate the experimental evaluation which reveals improved generalization performance, statistical significance, and computational complexity as compared to the state-of-the-art models. The code will be made available at https://github.com/mahmad00.

Foundations

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

Your Notes