paper-with-me

Papers

A novel feature selection framework for incomplete data

2023-12-07 · Cong Guo

Feature selection on incomplete datasets is an exceptionally challenging task. Existing methods address this challenge by first employing imputation methods to complete the incomplete data and then conducting feature selection based on the imputed data. Since imputation and feature selection are entirely independent steps, the importance of features cannot be considered during imputation. However, in real-world scenarios or datasets, different features have varying degrees of importance. To address this, we propose a novel incomplete data feature selection framework that considers feature importance. The framework mainly consists of two alternating iterative stages: the M-stage and the W-stage. In the M-stage, missing values are imputed based on a given feature importance vector and multiple initial imputation results. In the W-stage, an improved reliefF algorithm is employed to learn the feature importance vector based on the imputed data. Specifically, the feature importance vector obtained in the current iteration of the W-stage serves as input for the next iteration of the M-stage. Experimental results on both artificially generated and real incomplete datasets demonstrate that the proposed method outperforms other approaches significantly.

📄 PDF Abstract BibTeX arXiv:2312.04171

Code (0)

등록된 구현이 없습니다.

Tasks

Feature Importancefeature selectionImputationMissing Values

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

TRUST-FS: Tensorized Reliable Unsupervised Multi-View Feature Selection for Incomplete Data

2025-09-16 · Minghui Lu, Yanyong Huang, Minbo Ma, Jinyuan Chang 외 arxiv

Multi-view unsupervised feature selection (MUFS), which selects informative features from multi-view unlabeled data, has attracted increasing research interest in recent years. Although great efforts have been devoted to…

Post Selection Inference with Incomplete Maximum Mean Discrepancy Estimator

2018-02-17 · ICLR 2019 5 · Makoto Yamada, Denny Wu, Yao-Hung Hubert Tsai, Ichiro Takeuchi 외

Measuring divergence between two distributions is essential in machine learning and statistics and has various applications including binary classification, change point detection, and two-sample test. Furthermore, in th…

Binary ClassificationChange Point Detectionfeature selection

Joint Learning of Unsupervised Multi-view Feature and Instance Co-selection with Cross-view Imputation

2025-12-17 · Yuxin Cai, Yanyong Huang, Jinyuan Chang, Dongjie Wang 외 arxiv

Feature and instance co-selection, which aims to reduce both feature dimensionality and sample size by identifying the most informative features and instances, has attracted considerable attention in recent years. Howeve…

Incremental Unsupervised Feature Selection for Dynamic Incomplete Multi-view Data

2022-04-05 · Yanyong Huang, Kejun Guo, Xiuwen Yi, Zhong Li 외

Multi-view unsupervised feature selection has been proven to be efficient in reducing the dimensionality of multi-view unlabeled data with high dimensions. The previous methods assume all of the views are complete. Howev…

Clusteringfeature selection

Incomplete Depression Feature Selection with Missing EEG Channels

2025-11-10 · Zhijian Gong, Wenjia Dong, Xueyuan Xu, Fulin Wei 외 arxiv

As a critical mental health disorder, depression has severe effects on both human physical and mental well-being. Recent developments in EEG-based depression analysis have shown promise in improving depression detection …