paper-with-me

Papers

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 problem in big data analytics is the selection of representative instances from large and massively-distributed data, which is formally known as the Column Subset Selection (CSS) problem. The solution to this problem enables data analysts to understand the insights of the data and explore its hidden structure. The selected instances can also be used for data preprocessing tasks such as learning a low-dimensional embedding of the data points or computing a low-rank approximation of the corresponding matrix. This paper presents a fast and accurate greedy algorithm for large-scale column subset selection. The algorithm minimizes an objective function which measures the reconstruction error of the data matrix based on the subset of selected columns. The paper first presents a centralized greedy algorithm for column subset selection which depends on a novel recursive formula for calculating the reconstruction error of the data matrix. The paper then presents a MapReduce algorithm which selects a few representative columns from a matrix whose columns are massively distributed across several commodity machines. The algorithm first learns a concise representation of all columns using random projection, and it then solves a generalized column subset selection problem at each machine in which a subset of columns are selected from the sub-matrix on that machine such that the reconstruction error of the concise representation is minimized. The paper demonstrates the effectiveness and efficiency of the proposed algorithm through an empirical evaluation on benchmark data sets.

📄 PDF Abstract BibTeX arXiv:1312.6838

Code (0)

등록된 구현이 없습니다.

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 …

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…

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 approximati…

Combinatorial Optimizationfeature selection

A Deep Reinforcement Learning Framework For Column Generation

2022-06-03 · Cheng Chi, Amine Mohamed Aboussalah, Elias B. Khalil, Juyoung Wang 외

Column Generation (CG) is an iterative algorithm for solving linear programs (LPs) with an extremely large number of variables (columns). CG is the workhorse for tackling large-scale \textit{integer} linear programs, whi…

Decision MakingDeep Reinforcement Learningreinforcement-learningReinforcement Learning+2

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