paper-with-me

홈 › Papers

Deep Unsupervised Feature Selection by Discarding Nuisance and Correlated Features

2021-10-11 · Uri Shaham, Ofir Lindenbaum, Jonathan Svirsky, Yuval Kluger

Modern datasets often contain large subsets of correlated features and nuisance features, which are not or loosely related to the main underlying structures of the data. Nuisance features can be identified using the Laplacian score criterion, which evaluates the importance of a given feature via its consistency with the Graph Laplacians' leading eigenvectors. We demonstrate that in the presence of large numbers of nuisance features, the Laplacian must be computed on the subset of selected features rather than on the complete feature set. To do this, we propose a fully differentiable approach for unsupervised feature selection, utilizing the Laplacian score criterion to avoid the selection of nuisance features. We employ an autoencoder architecture to cope with correlated features, trained to reconstruct the data from the subset of selected features. Building on the recently proposed concrete layer that allows controlling for the number of selected features via architectural design, simplifying the optimization process. Experimenting on several real-world datasets, we demonstrate that our proposed approach outperforms similar approaches designed to avoid only correlated or nuisance features, but not both. Several state-of-the-art clustering results are reported.

📄 PDF Abstract BibTeX arXiv:2110.05306

Code (1)

jsvir/lscae 공식 구현 pytorch

Tasks

feature selection

Similar Papers 제목 키워드 기반

Multi-modal Differentiable Unsupervised Feature Selection

2023-03-16 · Junchen Yang, Ofir Lindenbaum, Yuval Kluger, Ariel Jaffe

Multi-modal high throughput biological data presents a great scientific opportunity and a significant computational challenge. In multi-modal measurements, every sample is observed simultaneously by two or more sets of s…

feature selection

Accuracy on the wrong line: On the pitfalls of noisy data for out-of-distribution generalisation

2024-06-27 · Amartya Sanyal, Yaxi Hu, Yaodong Yu, Yian Ma 외

"Accuracy-on-the-line" is a widely observed phenomenon in machine learning, where a model's accuracy on in-distribution (ID) and out-of-distribution (OOD) data is positively correlated across different hyperparameters an…

RED-Sphere: Hyperspherical Residual Edge Debiasing for Cross-Population Fundus Disease Domain Generalization

2026-07-12 · Yan Lin, Ziheng Wang, Shuang Chen, Amir Atapour-Abarghouei 외 arxiv

Medical image classifiers are often trained within one source population, yet clinical deployment requires robustness to patients whose appearance, acquisition style, and disease prevalence differ from the source cohort.…

Domain GeneralizationImage Classification

Adaptive Graph-based Generalized Regression Model for Unsupervised Feature Selection

2020-12-27 · Yanyong Huang, Zongxin Shen, Fuxu Cai, Tianrui Li 외

Unsupervised feature selection is an important method to reduce dimensions of high dimensional data without labels, which is benefit to avoid ``curse of dimensionality'' and improve the performance of subsequent machine …

Clusteringfeature selectionregressionRetrieval

Fairness-Aware Unsupervised Feature Selection

2021-06-04 · Xiaoying Xing, Hongfu Liu, Chen Chen, Jundong Li

Feature selection is a prevalent data preprocessing paradigm for various learning tasks. Due to the expensive cost of acquiring supervision information, unsupervised feature selection sparks great interests recently. How…

Fairnessfeature selection