Search papers, labs, and topics across Lattice.
The authors evaluate combinations of linear dimensionality reduction techniques (PCA and LDA) alongside supervised classifiers (KNN, SVM, and Random Forest) for high-dimensional hyperspectral satellite imagery. Efficient feature reduction is critical in Earth observation pipelines to mitigate high computational complexity and memory overhead caused by extreme spectral redundancy. Empirical evaluation on real-world hyperspectral data shows that pairing unsupervised PCA compression with Random Forest achieves the highest overall classification accuracy and Kappa coefficient.
Unsupervised PCA paired with Random Forest beats supervised LDA-based pipelines and SVMs in hyperspectral classification, challenging the assumption that class-aware dimensionality reduction is strictly necessary for high-dimensional remote sensing.
This paper addresses the issue of supervised classification in the context of hyperspectral satellite images. It deals with two fundamental aspects: dimensionality reduction of data and the selection of appropriate supervised classification techniques. Firstly, we delve into dimensionality reduction, a critical step in simplifying the management of hyperspectral data. The reduction aims to decrease complexity in terms of memory and computing time. We examine two commonly used methods: Principal Component Analysis (PCA) and Linear Discriminant Analysis (LDA). Subsequently, we explore the selection of the most suitable supervised classification algorithms for hyperspectral images. We compare the performance of three methods: K-Nearest Neighbors (KNN), Support Vector Machines (SVM), and Random Forest (RF) using real hyperspectral data. The results highlight that the combination of PCA and RF yields the highest overall accuracy and Kappa coefficient.