SOTAVerified

Orthogonal Matching Pursuit for Text Classification

2018-07-12WS 2018Code Available0· sign in to hype

Konstantinos Skianis, Nikolaos Tziortziotis, Michalis Vazirgiannis

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

In text classification, the problem of overfitting arises due to the high dimensionality, making regularization essential. Although classic regularizers provide sparsity, they fail to return highly accurate models. On the contrary, state-of-the-art group-lasso regularizers provide better results at the expense of low sparsity. In this paper, we apply a greedy variable selection algorithm, called Orthogonal Matching Pursuit, for the text classification task. We also extend standard group OMP by introducing overlapping Group OMP to handle overlapping groups of features. Empirical analysis verifies that both OMP and overlapping GOMP constitute powerful regularizers, able to produce effective and very sparse models. Code and data are available online: https://github.com/y3nk0/OMP-for-Text-Classification .

Tasks

Reproductions