paper-with-me

홈 › Papers

GroupMixNorm Layer for Learning Fair Models

2023-12-19 · Anubha Pandey, Aditi Rai, Maneet Singh, Deepak Bhatt, Tanmoy Bhowmik

Recent research has identified discriminatory behavior of automated prediction algorithms towards groups identified on specific protected attributes (e.g., gender, ethnicity, age group, etc.). When deployed in real-world scenarios, such techniques may demonstrate biased predictions resulting in unfair outcomes. Recent literature has witnessed algorithms for mitigating such biased behavior mostly by adding convex surrogates of fairness metrics such as demographic parity or equalized odds in the loss function, which are often not easy to estimate. This research proposes a novel in-processing based GroupMixNorm layer for mitigating bias from deep learning models. The GroupMixNorm layer probabilistically mixes group-level feature statistics of samples across different groups based on the protected attribute. The proposed method improves upon several fairness metrics with minimal impact on overall accuracy. Analysis on benchmark tabular and image datasets demonstrates the efficacy of the proposed method in achieving state-of-the-art performance. Further, the experimental analysis also suggests the robustness of the GroupMixNorm layer against new protected attributes during inference and its utility in eliminating bias from a pre-trained network.

📄 PDF Abstract BibTeX arXiv:2312.11969

Code (0)

등록된 구현이 없습니다.

Tasks

AttributeFairness

Similar Papers 제목 키워드 기반

A Seven-Layer Model for Standardising AI Fairness Assessment

2022-12-21 · Avinash Agarwal, Harsh Agarwal

Problem statement: Standardisation of AI fairness rules and benchmarks is challenging because AI fairness and other ethical requirements depend on multiple factors such as context, use case, type of the AI system, and so…

BenchmarkingFairness

Differentiable Optimization Layers for Guaranteed Fairness in Deep Learning

2026-05-16 · David Troxell, Noah Roemer, Guido Montúfar arxiv

Differentiable optimization layers are traditionally integrated in predict-then-optimize frameworks where a neural model estimates parameters that subsequently serve as fixed inputs to downstream decision-making optimiza…

Fair-FLIP: Fair Deepfake Detection with Fairness-Oriented Final Layer Input Prioritising

2025-07-11 · Tomasz Szandala, Fatima Ezzeddine, Natalia Rusin, Silvia Giordano 외 arxiv

Artificial Intelligence-generated content has become increasingly popular, yet its malicious use, particularly the deepfakes, poses a serious threat to public trust and discourse. While deepfake detection methods achieve…

DeepFake Detection

Honor Among Bandits: No-Regret Learning for Online Fair Division

2024-07-01 · Ariel D. Procaccia, Benjamin Schiffer, Shirley Zhang

We consider the problem of online fair division of indivisible goods to players when there are a finite number of types of goods and player values are drawn from distributions with unknown means. Our goal is to maximize …

FairnessMulti-Armed Bandits

Enforcing Consistency and Fairness in Multi-level Hierarchical Classification with a Mask-based Output Layer

2025-03-19 · Shijing Chen, Shoaib Jameel, Mohamed Reda Bouadjenek, Feilong Tang 외

Traditional Multi-level Hierarchical Classification (MLHC) classifiers often rely on backbone models with $n$ independent output layers. This structure tends to overlook the hierarchical relationships between classes, le…

Fairness