paper-with-me

Papers

Fast and Efficient MMD-based Fair PCA via Optimization over Stiefel Manifold

2021-09-23 · Junghyun Lee, Gwangsu Kim, Matt Olfat, Mark Hasegawa-Johnson, Chang D. Yoo

This paper defines fair principal component analysis (PCA) as minimizing the maximum mean discrepancy (MMD) between dimensionality-reduced conditional distributions of different protected classes. The incorporation of MMD naturally leads to an exact and tractable mathematical formulation of fairness with good statistical properties. We formulate the problem of fair PCA subject to MMD constraints as a non-convex optimization over the Stiefel manifold and solve it using the Riemannian Exact Penalty Method with Smoothing (REPMS; Liu and Boumal, 2019). Importantly, we provide local optimality guarantees and explicitly show the theoretical effect of each hyperparameter in practical settings, extending previous results. Experimental comparisons based on synthetic and UCI datasets show that our approach outperforms prior work in explained variance, fairness, and runtime.

📄 PDF Abstract BibTeX arXiv:2109.11196

Code (2)

nick-jhlee/fair-manifold-pca 공식 구현
amazon-science/fair-pca

Tasks

Fairness

Methods 이 논문이 사용한 방법론

PCA Principle Components Analysis (PCA) is an unsupervised method primary used for dimensionality reduction within machine learning. PCA is calculated via a singular value…

Similar Papers 제목 키워드 기반

Efficient Riemannian Optimization on the Stiefel Manifold via the Cayley Transform

2020-02-04 · ICLR 2020 1 · Jun Li, Li Fuxin, Sinisa Todorovic

Strictly enforcing orthonormality constraints on parameter matrices has been shown advantageous in deep learning. This amounts to Riemannian optimization on the Stiefel manifold, which, however, is computationally expens…

Riemannian optimization

Decentralized Riemannian Conjugate Gradient Method on the Stiefel Manifold

2023-08-21 · Jun Chen, Haishan Ye, Mengmeng Wang, Tianxin Huang 외

The conjugate gradient method is a crucial first-order optimization method that generally converges faster than the steepest descent method, and its computational cost is much lower than that of second-order methods. How…

Second-order methods

Riemannian optimization with a preconditioning scheme on the generalized Stiefel manifold

2019-02-05 · Boris Shustin, Haim Avron

Optimization problems on the generalized Stiefel manifold (and products of it) are prevalent across science and engineering. For example, in computational science they arise in symmetric (generalized) eigenvalue problems…

Dimensionality ReductionRiemannian optimization

Robust PCA: Optimization of the Robust Reconstruction Error over the Stiefel Manifold

2015-06-01 · Anastasia Podosinnikova, Simon Setzer, Matthias Hein

It is well known that Principal Component Analysis (PCA) is strongly affected by outliers and a lot of effort has been put into robustification of PCA. In this paper we present a new algorithm for robust PCA minimizing t…

Muon on the Stiefel Manifold Admits an Exact Closed-Form Update

2026-08-06 · Mikhail Solonko, Molozhavenko Alexander, Maxim Rakhuba arxiv

We study Muon, a recently proposed matrix-aware optimization method, in the context of the Stiefel manifold. This manifold consists of matrices with orthonormal columns and is ubiquitous in machine learning and scientifi…

Computational Efficiency