Kernel alignment unsupervised discriminative dimensionality reduction

Yunlong Gao,Sizhe Luo,Jinyan Pan,Zhihao Wang,Peng Gao,Yunlong Gao,Sizhe Luo,Jinyan Pan,Zhihao Wang,Peng Gao
DOI: https://doi.org/10.1016/j.neucom.2021.03.127
IF: 6
2021-09-01
Neurocomputing
Abstract:<p>The performance of most existing adaptive graph learning methods, which adjust data similarity matrix according to the data representation, depends on the hypotheses that the data representation is a good indicator of the underlying data structure. However, this hypothesis is not always applicable when dealing with high dimensional data. In this paper, we propose a novel kernel alignment unsupervised discriminative dimensionality reduction (KaUDDR) algorithm. By integrating adaptive graph learning and feature learning into a joint learning framework, graph construction and dimensionality reduction are conducted simultaneously to guarantee the optimality of graph for feature learning in the proposed algorithm. Data kernel and similarity indicator kernel are defined by learned graph and the projected data in a low-dimensional subspace, a compact and discriminative data representation in the projected subspace is obtained by means of kernel alignment to explore the consistency between the projected data kernel and similarity indicator kernel. Experimental results on dimensionality reduction as well as clustering show that our method consistently outperforms the related unsupervised dimensionality reduction algorithm.</p>
computer science, artificial intelligence
What problem does this paper attempt to address?
### Problems Addressed by the Paper This paper proposes a new unsupervised discriminative dimensionality reduction algorithm—Kernel Alignment Unsupervised Discriminative Dimensionality Reduction (KaUDDR), aiming to address several key issues in high-dimensional data dimensionality reduction: 1. **Limitations of Existing Adaptive Graph Learning Methods**: - Existing adaptive graph learning methods assume that the data representation can well reflect the underlying data structure when adjusting the data similarity matrix. However, this assumption is not always applicable when dealing with high-dimensional data. 2. **Preserving Local Intrinsic Geometric Structure During Dimensionality Reduction**: - KaUDDR ensures the simultaneous execution of graph construction and dimensionality reduction by integrating adaptive graph learning and feature learning into a unified learning framework, thereby guaranteeing the optimality of the learned graph for feature learning. 3. **Enhancing the Discriminative Ability of Dimensionality Reduction Results**: - By introducing kernel alignment technology, this algorithm can maximize the preservation of local intrinsic geometric structure in the low-dimensional subspace and make data points within different clusters more separable. 4. **Robustness and Stability**: - Due to the strong convexity and stability characteristics of kernel alignment, KaUDDR exhibits good robustness to noisy data and can achieve stable intrinsic structure representation. In summary, this paper primarily addresses how to maintain local intrinsic geometric structure and enhance the discriminative ability of dimensionality reduction results in the process of high-dimensional data dimensionality reduction through adaptive graph learning and kernel alignment technology.