Terrain Classification using Transfer Learning on Hyperspectral Images: A Comparative study
Uphar Singh, Kumar Saurabh, Neelaksh Trehan, Ranjana Vyas, O.P. Vyas

TL;DR
This paper explores transfer learning with deep neural networks for hyperspectral image classification, demonstrating reduced training time and comparable accuracy compared to traditional training methods, through a comparative analysis of CNN and MLP models.
Contribution
It introduces a transfer learning approach for hyperspectral image classification that reduces training time and dependence on large labeled datasets, with a detailed comparison of CNN and MLP architectures.
Findings
Transfer learning significantly reduces training time.
Scaling layers can cause overfitting without accuracy gains.
Transfer learning maintains accuracy while decreasing training time.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRemote-Sensing Image Classification · Remote Sensing and Land Use
MethodsPrincipal Components Analysis
