LGMLNov 14, 2024

Towards a Fairer Non-negative Matrix Factorization

arXiv:2411.09847v13 citationsh-index: 6
Originality Incremental advance
AI Analysis

This addresses fairness issues in dimensionality reduction for data groups, but it is incremental as it builds on existing NMF methods.

The paper tackled bias in Non-negative Matrix Factorization (NMF) by introducing Fairer-NMF, which minimizes maximum reconstruction loss across groups, resulting in algorithms with reduced computational time while maintaining similar performance.

Topic modeling, or more broadly, dimensionality reduction, techniques provide powerful tools for uncovering patterns in large datasets and are widely applied across various domains. We investigate how Non-negative Matrix Factorization (NMF) can introduce bias in the representation of data groups, such as those defined by demographics or protected attributes. We present an approach, called Fairer-NMF, that seeks to minimize the maximum reconstruction loss for different groups relative to their size and intrinsic complexity. Further, we present two algorithms for solving this problem. The first is an alternating minimization (AM) scheme and the second is a multiplicative updates (MU) scheme which demonstrates a reduced computational time compared to AM while still achieving similar performance. Lastly, we present numerical experiments on synthetic and real datasets to evaluate the overall performance and trade-offs of Fairer-NMF

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes