LGMLJul 2, 2021

Few-shot Learning for Unsupervised Feature Selection

arXiv:2107.00816v1
Originality Incremental advance
AI Analysis

This addresses the challenge of feature selection in data-scarce scenarios for machine learning practitioners, though it is incremental as it builds on existing few-shot and feature selection techniques.

The paper tackles the problem of unsupervised feature selection when only a few unlabeled instances are available, proposing a few-shot learning method that trains on multiple source tasks and achieves better performance than existing methods.

We propose a few-shot learning method for unsupervised feature selection, which is a task to select a subset of relevant features in unlabeled data. Existing methods usually require many instances for feature selection. However, sufficient instances are often unavailable in practice. The proposed method can select a subset of relevant features in a target task given a few unlabeled target instances by training with unlabeled instances in multiple source tasks. Our model consists of a feature selector and decoder. The feature selector outputs a subset of relevant features taking a few unlabeled instances as input such that the decoder can reconstruct the original features of unseen instances from the selected ones. The feature selector uses the Concrete random variables to select features via gradient descent. To encode task-specific properties from a few unlabeled instances to the model, the Concrete random variables and decoder are modeled using permutation-invariant neural networks that take a few unlabeled instances as input. Our model is trained by minimizing the expected test reconstruction error given a few unlabeled instances that is calculated with datasets in source tasks. We experimentally demonstrate that the proposed method outperforms existing feature selection methods.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes