paper-with-me

Papers

A Blended Likelihood Approach for Achieving Fairness Using Naive Bayes

2026-05-24 · John Arthur Junior, Abdul Lateef Yussif, Maame G. Asante-Mensah, Charles R. Haruna, Sandro Amofa, Elliot Attipoe arxiv

Concerns about algorithmic bias and fairness have increased as artificial intelligence has been incorporated into high-stakes decision-making. Traditional Naive Bayes classifiers, while efficient and interpretable, lack fairness-awareness mechanisms and perpetuate historical biases in sensitive domains such as hiring, credit scoring, and criminal justice. This study develops a fairness-aware extension of the Naive Bayes classifier that mitigates bias while maintaining computational efficiency. We propose the Bias Mitigating Naive Bayes (BMNB) classifier, integrating in-processing and post-processing interventions. The in-processing stage employs a blended likelihood approach combining group-specific and pooled likelihood estimates through a tunable blending parameter alpha to balance fairness and accuracy. The post-processing stage applies output calibration with adaptive thresholding to fine-tune group-specific decision boundaries. Experimental results indicate that BMNB attains Disparate Impact (DI) values of 1.000, 1.171, and 0.997 and Equal Opportunity Difference (EOD) values of -0.217, -0.226, and -0.053 on the Adult, ProPublica, and Framingham datasets, respectively, while maintaining computational efficiency. Ablation studies confirm that the combination of blended likelihood and adaptive thresholding yields superior performance compared to either technique in isolation.

📄 PDF Abstract BibTeX arXiv:2605.25228

Code (0)

등록된 구현이 없습니다.

Tasks

Computational Efficiency

Similar Papers 제목 키워드 기반

Learning Fair Naive Bayes Classifiers by Discovering and Eliminating Discrimination Patterns

2019-06-10 · YooJung Choi, Golnoosh Farnadi, Behrouz Babaki, Guy Van Den Broeck

As machine learning is increasingly used to make real-world decisions, recent research efforts aim to define and ensure fairness in algorithmic decision making. Existing methods often assume a fixed set of observable fea…

Decision MakingFairness

Fairness-Aware Naive Bayes Classifier for Data with Multiple Sensitive Features

2022-02-23 · Stelios Boulitsakis-Logothetis

Fairness-aware machine learning seeks to maximise utility in generating predictions while avoiding unfair discrimination based on sensitive attributes such as race, sex, religion, etc. An important line of work in this f…

AttributeBinary ClassificationFairness

Early Prediction of Course Grades: Models and Feature Selection

2018-12-03 · Hengxuan Li, Collin F. Lynch, Tiffany Barnes

In this paper, we compare predictive models for students' final performance in a blended course using a set of generic features collected from the first six weeks of class. These features were extracted from students' on…

feature selectionregression

Improved Naive Bayes with Mislabeled Data

2023-04-13 · Qianhan Zeng, Yingqiu Zhu, Xuening Zhu, Feifei Wang 외

Labeling mistakes are frequently encountered in real-world applications. If not treated well, the labeling mistakes can deteriorate the classification performances of a model seriously. To address this issue, we propose …

Classificationtext-classificationText Classification

Naive Feature Selection: a Nearly Tight Convex Relaxation for Sparse Naive Bayes

2019-05-23 · Armin Askari, Alexandre d'Aspremont, Laurent El Ghaoui

Due to its linear complexity, naive Bayes classification remains an attractive supervised learning method, especially in very large-scale settings. We propose a sparse version of naive Bayes, which can be used for featur…

feature selection