paper-with-me

홈 › Papers

Bi-Sparse Unsupervised Feature Selection

2024-12-22 · Xianchao Xiu, Chenyi Huang, Pan Shang, Wanquan Liu

To efficiently deal with high-dimensional datasets in many areas, unsupervised feature selection (UFS) has become a rising technique for dimension reduction. Even though there are many UFS methods, most of them only consider the global structure of datasets by embedding a single sparse regularization or constraint. In this paper, we introduce a novel bi-sparse UFS method, called BSUFS, to simultaneously characterize both global and local structures. The core idea of BSUFS is to incorporate $\ell_{2,p}$-norm and $\ell_q$-norm into the classical principal component analysis (PCA), which enables our proposed method to select relevant features and filter out irrelevant noise accurately. Here, the parameters $p$ and $q$ are within the range of [0,1). Therefore, BSUFS not only constructs a unified framework for bi-sparse optimization, but also includes some existing works as special cases. To solve the resulting non-convex model, we propose an efficient proximal alternating minimization (PAM) algorithm using Riemannian manifold optimization and sparse optimization techniques. Theoretically, PAM is proven to have global convergence, i.e., for any random initial point, the generated sequence converges to a critical point that satisfies the first-order optimality condition. Extensive numerical experiments on synthetic and real-world datasets demonstrate the effectiveness of our proposed BSUFS. Specifically, the average accuracy (ACC) is improved by at least 4.71% and the normalized mutual information (NMI) is improved by at least 3.14% on average compared to the existing UFS competitors. The results validate the advantages of bi-sparse optimization in feature selection and show its potential for other fields in image processing. Our code will be available at https://github.com/xianchaoxiu.

📄 PDF Abstract BibTeX arXiv:2412.16819

Code (1)

zjj20212035/spca-psd 공식 구현

Tasks

Dimensionality Reductionfeature selection

Methods 이 논문이 사용한 방법론

Feature Selection Feature selection, also known as variable selection, attribute selection or variable subset selection, is the process of selecting a subset of relevant features (variables,…

Similar Papers 제목 키워드 기반

Automatically Redundant Features Removal for Unsupervised Feature Selection via Sparse Feature Graph

2017-05-13 · Shuchu Han, Hao Huang, Hong Qin

The redundant features existing in high dimensional datasets always affect the performance of learning and mining algorithms. How to detect and remove them is an important research topic in machine learning and data mini…

feature selectionSparse Learning

Second-Order Unsupervised Feature Selection via Knowledge Contrastive Distillation

2021-09-29 · Han Yue, Jundong Li, Hongfu Liu

Unsupervised feature selection aims to select a subset from the original features that are most useful for the downstream tasks without external guidance information. While most unsupervised feature selection methods foc…

feature selection

Sparse PCA via $l_{2,p}$-Norm Regularization for Unsupervised Feature Selection

2020-12-29 · Zhengxin Li, Feiping Nie, Jintang Bian, Xuelong Li

In the field of data mining, how to deal with high-dimensional data is an inevitable problem. Unsupervised feature selection has attracted more and more attention because it does not rely on labels. The performance of sp…

feature selection

Global and Local Structure Preserving Sparse Subspace Learning: An Iterative Approach to Unsupervised Feature Selection

2015-06-02 · Nan Zhou, Yangyang Xu, Hong Cheng, Jun Fang 외

As we aim at alleviating the curse of high-dimensionality, subspace learning is becoming more popular. Existing approaches use either information about global or local structure of the data, and few studies simultaneousl…

feature selection

Similarity Preserving Unsupervised Feature Selection based on Sparse Learning

2020-12-15 · 10th International Symposium on Telecommunications (IST) 2020 12 · Hadi Zare, Mohsen Ghassemi Parsa, Mehdi Ghatee, Sasan H. Alizadeh

Various feature selection methods have been recently proposed on different applications to reduce the computational burden of machine learning algorithms as well as the complexity of learned models. Preserving sample sim…

feature selectionSparse Learning