LGAIDec 31, 2020

Divergence Regulated Encoder Network for Joint Dimensionality Reduction and Classification

arXiv:2012.15764v62 citations
AI Analysis

This work offers an incremental improvement in feature representation and classification accuracy for remote-sensing image analysis.

This paper proposes a novel histogram neural network for joint dimensionality reduction and classification of remote-sensing images. It incorporates a classification loss in a low-dimensional embedding space, inspired by t-SNE, and shows that this approach maintains or improves classification performance.

Feature representation is an important aspect of remote-sensing based image classification. While deep convolutional neural networks are able to effectively amalgamate information, large numbers of parameters often make learned features inscrutable and difficult to transfer to alternative models. In order to better represent statistical texture information for remote-sensing image classification, in this paper, we investigate performing joint dimensionality reduction and classification using a novel histogram neural network. Motivated by a popular dimensionality reduction approach, t-Distributed Stochastic Neighbor Embedding (t-SNE), our proposed method incorporates a classification loss computed on samples in a low-dimensional embedding space. We compare the learned sample embeddings against coordinates found by t-SNE in terms of classification accuracy and qualitative assessment. We also explore use of various divergence measures in the t-SNE objective. The proposed method has several advantages such as readily embedding out-of-sample points and reducing feature dimensionality while retaining class discriminability. Our results show that the proposed approach maintains and/or improves classification performance and reveals characteristics of features produced by neural networks that may be helpful for other applications.

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