vix.ing · top · new · best · stats · spec

Kernel Alignment for Unsupervised Feature Selection via Matrix Factorization

2024/03/13 by Ziyuan Lin, Lin, Ziyuan, Deanna Needell +1
Computer Science · #65F10 #65F22 #90C26 #FOS: Computer and information sciences #FOS: Mathematics #Face and Expression Recognition #Machine Learning (cs.LG) #Numerical Analysis (math.NA)

paper · pdf · doi:10.48550/arxiv.2403.14688

openalex publication_date 2024/03/13 · openalex created_date 2024/03/26 · openalex updated_date 2026/07/28

Abstract

By removing irrelevant and redundant features, feature selection aims to find a good representation of the original features. With the prevalence of unlabeled data, unsupervised feature selection has been proven effective in alleviating the so-called curse of dimensionality. Most existing matrix factorization-based unsupervised feature selection methods are built upon subspace learning, but they have limitations in capturing nonlinear structural information among features. It is well-known that kernel techniques can capture nonlinear structural information. In this paper, we construct a model by integrating kernel functions and kernel alignment, which can be equivalently characterized as a matrix factorization problem. However, such an extension raises another issue: the algorithm performance heavily depends on the choice of kernel, which is often unknown a priori. Therefore, we further propose a multiple kernel-based learning method. By doing so, our model can learn both linear and nonlinear similarity information and automatically generate the most appropriate kernel. Experimental analysis on real-world data demonstrates that the two proposed methods outperform other classic and state-of-the-art unsupervised feature selection methods in terms of clustering results and redundancy reduction in almost all datasets tested.

Related