paper-with-me

홈 › Papers

Differentiable Unsupervised Feature Selection based on a Gated Laplacian

2020-07-09 · NeurIPS 2021 12 · Ofir Lindenbaum, Uri Shaham, Jonathan Svirsky, Erez Peterfreund, Yuval Kluger

Scientific observations may consist of a large number of variables (features). Identifying a subset of meaningful features is often ignored in unsupervised learning, despite its potential for unraveling clear patterns hidden in the ambient space. In this paper, we present a method for unsupervised feature selection, and we demonstrate its use for the task of clustering. We propose a differentiable loss function that combines the Laplacian score, which favors low-frequency features, with a gating mechanism for feature selection. We improve the Laplacian score, by replacing it with a gated variant computed on a subset of features. This subset is obtained using a continuous approximation of Bernoulli variables whose parameters are trained to gate the full feature space. We mathematically motivate the proposed approach and demonstrate that in the high noise regime, it is crucial to compute the Laplacian on the gated inputs, rather than on the full feature set. Experimental demonstration of the efficacy of the proposed approach and its advantage over current baselines is provided using several real-world examples.

📄 PDF Abstract BibTeX arXiv:2007.04728

Code (1)

Ofirlin/DUFS 공식 구현 tf

Tasks

Clusteringfeature selection

Similar Papers 제목 키워드 기반

Marginal Laplacian Score

2023-11-29 · Guy Hay, Ohad Volk

High-dimensional imbalanced data poses a machine learning challenge. In the absence of sufficient or high-quality labels, unsupervised feature selection methods are crucial for the success of subsequent algorithms. There…

feature selection

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 Lapl…

feature selection

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

Gradient-based Laplacian Feature Selection

2014-04-10 · Bo Wang, Anna Goldenberg

Analysis of high dimensional noisy data is of essence across a variety of research fields. Feature selection techniques are designed to find the relevant feature subset that can facilitate classification or pattern detec…

feature selectionObject Recognition

Unsupervised Feature Selection Through Group Discovery

2025-11-12 · Shira Lifshitz, Ofir Lindenbaum, Gal Mishne, Ron Meir 외 arxiv

Unsupervised feature selection (FS) is essential for high-dimensional learning tasks where labels are not available. It helps reduce noise, improve generalization, and enhance interpretability. However, most existing uns…