IVCVLGSPAug 8, 2020

Dimensionality Reduction via Diffusion Map Improved with Supervised Linear Projection

arXiv:2008.03440v14 citations
AI Analysis

This work addresses classification tasks by enhancing dimensionality reduction with label information, but it appears incremental as it builds on existing Diffusion Map methods.

The paper tackles the problem of redundant high-dimensional features in classification by proposing a supervised linear projection to optimize intra-class and inter-class similarities before applying Diffusion Map for dimensionality reduction, resulting in improved classification accuracy on benchmark datasets.

When performing classification tasks, raw high dimensional features often contain redundant information, and lead to increased computational complexity and overfitting. In this paper, we assume the data samples lie on a single underlying smooth manifold, and define intra-class and inter-class similarities using pairwise local kernel distances. We aim to find a linear projection to maximize the intra-class similarities and minimize the inter-class similarities simultaneously, so that the projected low dimensional data has optimized pairwise distances based on the label information, which is more suitable for a Diffusion Map to do further dimensionality reduction. Numerical experiments on several benchmark datasets show that our proposed approaches are able to extract low dimensional discriminate features that could help us achieve higher classification 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