paper-with-me

Papers

Non-convex Regularizations for Feature Selection in Ranking With Sparse SVM

2015-07-02 · Léa Laporte, Rémi Flamary, Stephane Canu, Sébastien Déjean, Josiane Mothe

Feature selection in learning to rank has recently emerged as a crucial issue. Whereas several preprocessing approaches have been proposed, only a few works have been focused on integrating the feature selection into the learning process. In this work, we propose a general framework for feature selection in learning to rank using SVM with a sparse regularization term. We investigate both classical convex regularizations such as $\ell\_1$ or weighted $\ell\_1$ and non-convex regularization terms such as log penalty, Minimax Concave Penalty (MCP) or $\ell\_p$ pseudo norm with $p\textless{}1$. Two algorithms are proposed, first an accelerated proximal approach for solving the convex problems, second a reweighted $\ell\_1$ scheme to address the non-convex regularizations. We conduct intensive experiments on nine datasets from Letor 3.0 and Letor 4.0 corpora. Numerical results show that the use of non-convex regularizations we propose leads to more sparsity in the resulting models while prediction performance is preserved. The number of features is decreased by up to a factor of six compared to the $\ell\_1$ regularization. In addition, the software is publicly available on the web.

📄 PDF Abstract BibTeX arXiv:1507.00500

Code (0)

등록된 구현이 없습니다.

Tasks

feature selectionLearning-To-Rank

Methods 이 논문이 사용한 방법론

SVM A Support Vector Machine, or SVM, is a non-parametric supervised learning model. For non-linear classification and regression, they utilise the kernel trick to map inputs…

Similar Papers 제목 키워드 기반

A Unified Framework for Constructing Nonconvex Regularizations

2021-06-11 · Zhiyong Zhou

Over the past decades, many individual nonconvex methods have been proposed to achieve better sparse recovery performance in various scenarios. However, how to construct a valid nonconvex regularization function remains …

valid

Successive Convex Approximation Algorithms for Sparse Signal Estimation with Nonconvex Regularizations

2018-06-28 · Yang Yang, Marius Pesavento, Symeon Chatzinotas, Björn Ottersten

In this paper, we propose a successive convex approximation framework for sparse optimization where the nonsmooth regularization function in the objective function is nonconvex and it can be written as the difference of …

Anomaly DetectionClustering

Top-$k$ Regularization for Supervised Feature Selection

2021-06-04 · Xinxing Wu, Qiang Cheng

Feature selection identifies subsets of informative features and reduces dimensions in the original feature space, helping provide insights into data generation or a variety of domain problems. Existing methods mainly de…

Benchmarkingfeature selection

Factorization Machines with Regularization for Sparse Feature Interactions

2020-10-19 · Kyohei Atarashi, Satoshi Oyama, Masahito Kurihara

Factorization machines (FMs) are machine learning predictive models based on second-order feature interactions and FMs with sparse regularization are called sparse FMs. Such regularizations enable feature selection, whic…

feature selection

Partition-wise Linear Models

2014-10-31 · NeurIPS 2014 12 · Hidekazu Oiwa, Ryohei Fujimaki

Region-specific linear models are widely used in practical applications because of their non-linear but highly interpretable model representations. One of the key challenges in their use is non-convexity in simultaneous …