MESTCOMLMar 18, 2018

Rare Feature Selection in High Dimensions

arXiv:1803.06675v345 citations
Originality Highly original
AI Analysis

This addresses a prevalent but overlooked challenge in fields like NLP and biology, offering a practical solution for improving prediction with sparse data.

The paper tackles the problem of rare features in high-dimensional prediction by proposing a framework that aggregates rare features into denser ones using a tree-based similarity structure, achieving high accuracy on TripAdvisor review data where methods like lasso fail.

It is common in modern prediction problems for many predictor variables to be counts of rarely occurring events. This leads to design matrices in which many columns are highly sparse. The challenge posed by such "rare features" has received little attention despite its prevalence in diverse areas, ranging from natural language processing (e.g., rare words) to biology (e.g., rare species). We show, both theoretically and empirically, that not explicitly accounting for the rareness of features can greatly reduce the effectiveness of an analysis. We next propose a framework for aggregating rare features into denser features in a flexible manner that creates better predictors of the response. Our strategy leverages side information in the form of a tree that encodes feature similarity. We apply our method to data from TripAdvisor, in which we predict the numerical rating of a hotel based on the text of the associated review. Our method achieves high accuracy by making effective use of rare words; by contrast, the lasso is unable to identify highly predictive words if they are too rare. A companion R package, called rare, implements our new estimator, using the alternating direction method of multipliers.

Code Implementations1 repo
Foundations

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

Your Notes