CVAILGJun 19, 2022

Terrain Classification using Transfer Learning on Hyperspectral Images: A Comparative study

arXiv:2206.09414v12 citationsh-index: 10
Originality Synthesis-oriented
AI Analysis

This work addresses efficiency issues in hyperspectral image classification for remote sensing applications, but it is incremental as it applies existing transfer learning methods to a specific domain.

The study tackled the problem of long training times and large labeled data requirements for terrain classification using hyperspectral images by applying transfer learning with PCA preprocessing, achieving a significant reduction in training time without much loss in accuracy.

A Hyperspectral image contains much more number of channels as compared to a RGB image, hence containing more information about entities within the image. The convolutional neural network (CNN) and the Multi-Layer Perceptron (MLP) have been proven to be an effective method of image classification. However, they suffer from the issues of long training time and requirement of large amounts of the labeled data, to achieve the expected outcome. These issues become more complex while dealing with hyperspectral images. To decrease the training time and reduce the dependence on large labeled dataset, we propose using the method of transfer learning. The hyperspectral dataset is preprocessed to a lower dimension using PCA, then deep learning models are applied to it for the purpose of classification. The features learned by this model are then used by the transfer learning model to solve a new classification problem on an unseen dataset. A detailed comparison of CNN and multiple MLP architectural models is performed, to determine an optimum architecture that suits best the objective. The results show that the scaling of layers not always leads to increase in accuracy but often leads to overfitting, and also an increase in the training time.The training time is reduced to greater extent by applying the transfer learning approach rather than just approaching the problem by directly training a new model on large datasets, without much affecting the accuracy.

Foundations

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

Your Notes