paper-with-me

Papers

Regularized Greedy Column Subset Selection

2018-04-12 · Bruno Ordozgoiti, Alberto Mozo, Jesús García López de Lacalle

The Column Subset Selection Problem provides a natural framework for unsupervised feature selection. Despite being a hard combinatorial optimization problem, there exist efficient algorithms that provide good approximations. The drawback of the problem formulation is that it incorporates no form of regularization, and is therefore very sensitive to noise when presented with scarce data. In this paper we propose a regularized formulation of this problem, and derive a correct greedy algorithm that is similar in efficiency to existing greedy methods for the unregularized problem. We study its adequacy for feature selection and propose suitable formulations. Additionally, we derive a lower bound for the error of the proposed problems. Through various numerical experiments on real and synthetic data, we demonstrate the significantly increased robustness and stability of our method, as well as the improved conditioning of its output, all while remaining efficient for practical use.

📄 PDF Abstract BibTeX arXiv:1804.04421

Code (0)

등록된 구현이 없습니다.

Tasks

Combinatorial Optimizationfeature selection

Similar Papers 제목 키워드 기반

A Fast Greedy Algorithm for Generalized Column Subset Selection

2013-12-24 · Ahmed K. Farahat, Ali Ghodsi, Mohamed S. Kamel

This paper defines a generalized column subset selection problem which is concerned with the selection of a few columns from a source matrix A that best approximate the span of a target matrix B. The paper then proposes …

Greedy Column Subset Selection for Large-scale Data Sets

2013-12-24 · Ahmed K. Farahat, Ahmed Elgohary, Ali Ghodsi, Mohamed S. Kamel

In today's information systems, the availability of massive amounts of data necessitates the development of fast and accurate algorithms to summarize these data and represent them in a succinct format. One crucial proble…

An Efficient Protocol for Distributed Column Subset Selection in the Entrywise $\ell_p$ Norm

2021-01-01 · Shuli Jiang, Dongyu Li, Irene Mengze Li, Arvind V. Mahankali 외

We give a distributed protocol with nearly-optimal communication and number of rounds for Column Subset Selection with respect to the entrywise {$\ell_1$} norm ($k$-CSS$_1$), and more generally, for the $\ell_p$-norm wit…

3D Reconstruction

Scalable Graph Coreset Selection via Greedy Sampling

2026-07-30 · Zhaiming Shen, Alexander Cloninger arxiv

Sampling representative nodes from large graphs is fundamental to graph signal processing and network analysis, yet existing methods require access to the full graph Laplacian, making them impractical at scale. We propos…

Provably Correct Algorithms for Matrix Column Subset Selection with Selectively Sampled Data

2015-05-17 · Yining Wang, Aarti Singh

We consider the problem of matrix column subset selection, which selects a subset of columns from an input matrix such that the input can be well approximated by the span of the selected columns. Column subset selection …

Computational EfficiencyRecommendation Systems