On Socially Fair Low-Rank Approximation and Column Subset Selection
Zhao Song, Ali Vakilian, David P. Woodruff, Samson Zhou
TL;DR
This work studies socially fair low-rank approximation and socially fair column subset selection, aiming to minimize the worst-case reconstruction loss across multiple demographic groups. It establishes strong hardness results showing that constant-factor fair LRA is intractable under standard complexity assumptions, while offering practical, scalable alternatives for a fixed number of groups via $2^{\mathrm{poly}(k)}$-time algorithms and poly-time bicriteria methods. The paper develops a suite of techniques—affine embeddings, leverage-score/Lewis-weight sampling, and DVoretzky-type embeddings—to achieve near-optimal fair reconstructions and to select informative column subsets in a fairness-aware manner, with rigorous guarantees. Empirical evaluations on real (credit-card) and synthetic data validate the effectiveness of the proposed bicriteria algorithms, demonstrating improved fairness-sensitive objective values and favorable runtimes compared with traditional non-fair baselines. Overall, the results provide both theoretical limits and practical tools for integrating fairness into core linear-algebra tasks used in machine learning and data analysis.
Abstract
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-rank approximation and socially fair column subset selection, where the goal is to minimize the loss over all sub-populations of the data. We show that surprisingly, even constant-factor approximation to fair low-rank approximation requires exponential time under certain standard complexity hypotheses. On the positive side, we give an algorithm for fair low-rank approximation that, for a constant number of groups and constant-factor accuracy, runs in $2^{\text{poly}(k)}$ time rather than the naïve $n^{\text{poly}(k)}$, which is a substantial improvement when the dataset has a large number $n$ of observations. We then show that there exist bicriteria approximation algorithms for fair low-rank approximation and fair column subset selection that run in polynomial time.
