paper-with-me

Papers

A-SFS: Semi-supervised Feature Selection based on Multi-task Self-supervision

2022-07-19 · Zhifeng Qiu, Wanxin Zeng, Dahua Liao, Ning Gui

Feature selection is an important process in machine learning. It builds an interpretable and robust model by selecting the features that contribute the most to the prediction target. However, most mature feature selection algorithms, including supervised and semi-supervised, fail to fully exploit the complex potential structure between features. We believe that these structures are very important for the feature selection process, especially when labels are lacking and data is noisy. To this end, we innovatively introduce a deep learning-based self-supervised mechanism into feature selection problems, namely batch-Attention-based Self-supervision Feature Selection(A-SFS). Firstly, a multi-task self-supervised autoencoder is designed to uncover the hidden structure among features with the support of two pretext tasks. Guided by the integrated information from the multi-self-supervised learning model, a batch-attention mechanism is designed to generate feature weights according to batch-based feature selection patterns to alleviate the impacts introduced by a handful of noisy data. This method is compared to 14 major strong benchmarks, including LightGBM and XGBoost. Experimental results show that A-SFS achieves the highest accuracy in most datasets. Furthermore, this design significantly reduces the reliance on labels, with only 1/10 labeled data needed to achieve the same performance as those state of art baselines. Results show that A-SFS is also most robust to the noisy and missing data.

📄 PDF Abstract BibTeX arXiv:2207.09061

Code (0)

등록된 구현이 없습니다.

Tasks

feature selectionSelf-Supervised Learning

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 제목 키워드 기반

Semi-supervised Feature Analysis by Mining Correlations among Multiple Tasks

2014-11-23 · Xiaojun Chang, Yi Yang

In this paper, we propose a novel semi-supervised feature selection framework by mining correlations among multiple tasks and apply it to different multimedia applications. Instead of independently computing the importan…

feature selection

Semi-Supervised Federated Multi-Label Feature Selection with Fuzzy Information Measures

2025-11-21 · Afsaneh Mahanipour, Hana Khamfroush arxiv

Multi-label feature selection (FS) reduces the dimensionality of multi-label data by removing irrelevant, noisy, and redundant features, thereby boosting the performance of multi-label learning models. However, existing …

Multi-Label Learning

Semi-supervised Wrapper Feature Selection by Modeling Imperfect Labels

2019-11-12 · Vasilii Feofanov, Emilie Devijver, Massih-Reza Amini

In this paper, we propose a new wrapper feature selection approach with partially labeled training examples where unlabeled observations are pseudo-labeled using the predictions of an initial classifier trained on the la…

feature selection

Adaptive Collaborative Correlation Learning-based Semi-Supervised Multi-Label Feature Selection

2024-06-18 · Yanyong Huang, Li Yang, Dongjie Wang, Ke Li 외

Semi-supervised multi-label feature selection has recently been developed to solve the curse of dimensionality problem in high-dimensional multi-label data with certain samples missing labels. Although many efforts have …

feature selectionMissing Labelsregression

Fast and Scalable Training of Semi-Supervised CRFs with Application to Activity Recognition

2007-12-01 · NeurIPS 2007 12 · Maryam Mahdaviani, Tanzeem Choudhury

We present a new and efficient semi-supervised training method for parameter estimation and feature selection in conditional random fields (CRFs). In real-world applications such as activity recognition, unlabeled sensor…

Activity Recognitionfeature selectionparameter estimation