paper-with-me

Papers

Fair Column Subset Selection

2023-06-07 · Antonis Matakos, Bruno Ordozgoiti, Suhas Thejaswi

The problem of column subset selection asks for a subset of columns from an input matrix such that the matrix can be reconstructed as accurately as possible within the span of the selected columns. A natural extension is to consider a setting where the matrix rows are partitioned into two groups, and the goal is to choose a subset of columns that minimizes the maximum reconstruction error of both groups, relative to their respective best rank-k approximation. Extending the known results of column subset selection to this fair setting is not straightforward: in certain scenarios it is unavoidable to choose columns separately for each group, resulting in double the expected column count. We propose a deterministic leverage-score sampling strategy for the fair setting and show that sampling a column subset of minimum size becomes NP-hard in the presence of two groups. Despite these negative results, we give an approximation algorithm that guarantees a solution within 1.5 times the optimal solution size. We also present practical heuristic algorithms based on rank-revealing QR factorization. Finally, we validate our methods through an extensive set of experiments using real-world data.

📄 PDF Abstract BibTeX arXiv:2306.04489

Code (1)

matakos18/faircss 공식 구현

Similar Papers 제목 키워드 기반

On Socially Fair Low-Rank Approximation and Column Subset Selection

2024-12-08 · Zhao Song, Ali Vakilian, David P. Woodruff, Samson Zhou

Low-rank approximation and column subset selection are two fundamental and related problems that are applied across a wealth of machine learning applications. In this paper, we study the question of socially fair low-ran…

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

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…

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 …

Two-way Spectrum Pursuit for CUR Decomposition and Its Application in Joint Column/Row Subset Selection

2021-06-13 · Ashkan Esmaeili, Mohsen Joneidi, Mehrdad Salimitari, Umar Khalid 외

The problem of simultaneous column and row subset selection is addressed in this paper. The column space and row space of a matrix are spanned by its left and right singular vectors, respectively. However, the singular v…