CVIVDec 24, 2019

Deep Manifold Embedding for Hyperspectral Image Classification

arXiv:1912.11264v334 citations
Originality Incremental advance
AI Analysis

This is an incremental improvement for hyperspectral image classification, addressing the limitation of ignoring intrinsic data structure in existing deep learning methods.

The paper tackled the problem of hyperspectral image classification by developing a deep manifold embedding method that preserves intrinsic data structure, achieving effective results on three real-world datasets.

Deep learning methods have played a more and more important role in hyperspectral image classification. However, the general deep learning methods mainly take advantage of the information of sample itself or the pairwise information between samples while ignore the intrinsic data structure within the whole data. To tackle this problem, this work develops a novel deep manifold embedding method(DMEM) for hyperspectral image classification. First, each class in the image is modelled as a specific nonlinear manifold and the geodesic distance is used to measure the correlation between the samples. Then, based on the hierarchical clustering, the manifold structure of the data can be captured and each nonlinear data manifold can be divided into several sub-classes. Finally, considering the distribution of each sub-class and the correlation between different subclasses, the DMEM is constructed to preserve the estimated geodesic distances on the data manifold between the learned low dimensional features of different samples. Experiments over three real-world hyperspectral image datasets have demonstrated the effectiveness of the proposed method.

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