paper-with-me

홈 › Papers

Fair CoVariance Neural Networks

2024-09-13 · Andrea Cavallo, Madeline Navarro, Santiago Segarra, Elvin Isufi

Covariance-based data processing is widespread across signal processing and machine learning applications due to its ability to model data interconnectivities and dependencies. However, harmful biases in the data may become encoded in the sample covariance matrix and cause data-driven methods to treat different subpopulations unfairly. Existing works such as fair principal component analysis (PCA) mitigate these effects, but remain unstable in low sample regimes, which in turn may jeopardize the fairness goal. To address both biases and instability, we propose Fair coVariance Neural Networks (FVNNs), which perform graph convolutions on the covariance matrix for both fair and accurate predictions. Our FVNNs provide a flexible model compatible with several existing bias mitigation techniques. In particular, FVNNs allow for mitigating the bias in two ways: first, they operate on fair covariance estimates that remove biases from their principal components; second, they are trained in an end-to-end fashion via a fairness regularizer in the loss function so that the model parameters are tailored to solve the task directly in a fair manner. We prove that FVNNs are intrinsically fairer than analogous PCA approaches thanks to their stability in low sample regimes. We validate the robustness and fairness of our model on synthetic and real-world data, showcasing the flexibility of FVNNs along with the tradeoff between fair and accurate performance.

📄 PDF Abstract BibTeX arXiv:2409.08558

Code (0)

등록된 구현이 없습니다.

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 제목 키워드 기반

Bridging Fairness Gaps: A (Conditional) Distance Covariance Perspective in Fairness Learning

2024-12-01 · Ruifan Huang, Haixia Liu

We bridge fairness gaps from a statistical perspective by selectively utilizing either conditional distance covariance or distance covariance statistics as measures to assess the independence between predictions and sens…

Computational EfficiencyFairness

Covariance-Robust Dynamic Watermarking

2020-03-31 · Matt Olfat, Stephen Sloan, Pedro Hespanhol, Matt Porter 외

Attack detection and mitigation strategies for cyberphysical systems (CPS) are an active area of research, and researchers have developed a variety of attack-detection tools such as dynamic watermarking. However, such me…

Autonomous VehiclesFairnessTwo-sample testing

Machine Learning with Multitype Protected Attributes: Intersectional Fairness through Regularisation

2025-09-09 · Ho Ming Lee, Katrien Antonio, Benjamin Avanzi, Lorenzo Marchi 외 arxiv

Ensuring equitable treatment (fairness) across protected attributes (such as gender or ethnicity) is a critical issue in machine learning. Most existing literature focuses on binary classification, but achieving fairness…

Binary Classification

FAIRWELL: Fair Multimodal Self-Supervised Learning for Wellbeing Prediction

2025-08-22 · Jiaee Cheong, Abtin Mogharabin, Paul Liang, Hatice Gunes 외 arxiv

Early efforts on leveraging self-supervised learning (SSL) to improve machine learning (ML) fairness has proven promising. However, such an approach has yet to be explored within a multimodal context. Prior work has show…

Self-Supervised Learning

Learning Fairer Representations with FairVIC

2024-04-28 · Charmaine Barker, Daniel Bethell, Dimitar Kazakov

Mitigating bias in automated decision-making systems, particularly in deep learning models, is a critical challenge due to nuanced definitions of fairness, dataset-specific biases, and the inherent trade-off between fair…

Decision MakingDeep LearningFairness