paper-with-me

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 features to define individuals, but lack a discussion of certain features not being observed at test time. In this paper, we study fairness of naive Bayes classifiers, which allow partial observations. In particular, we introduce the notion of a discrimination pattern, which refers to an individual receiving different classifications depending on whether some sensitive attributes were observed. Then a model is considered fair if it has no such pattern. We propose an algorithm to discover and mine for discrimination patterns in a naive Bayes classifier, and show how to learn maximum likelihood parameters subject to these fairness constraints. Our approach iteratively discovers and eliminates discrimination patterns until a fair model is learned. An empirical evaluation on three real-world datasets demonstrates that we can remove exponentially many discrimination patterns by only adding a small fraction of them as constraints.

📄 PDF Abstract BibTeX arXiv:1906.03843

Code (1)

UCLA-StarAI/LearnFairNB 공식 구현

Tasks

Decision MakingFairness

Similar 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 외 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 …

Computational Efficiency

Hierarchical Dependency Constrained Tree Augmented Naive Bayes Classifiers for Hierarchical Feature Spaces

2022-02-08 · Cen Wan, Alex A. Freitas

The Tree Augmented Naive Bayes (TAN) classifier is a type of probabilistic graphical model that constructs a single-parent dependency tree to estimate the distribution of the data. In this work, we propose two novel Hier…

FuzzyClass: A family of Fuzzy and Non-Fuzzy probabilistic-based classifiers

2023-08-26 · Journal of Open Source Software 2023 8 · Jodavid A. Ferreira, Ronei M. Moraes

This paper presents a package written in the language R for classifiers based on Naive Bayes and Fuzzy Naive Bayes named FuzzyClass. This R package implements eight fuzzy classifiers, with option for using the classica…

Exploring Naive Bayes Classifiers for Tabular Data to Knowledge Graph Matching

2023-11-20 · SemTab@ISWC 2023 11 · Brice Foko, Azanzi Jiomekong, Hippolyte TAPAMO, Jérémy Buisson 외

The present research investigates the use of Naive Bayes classifiers to match knowledge graphs and tabular data, with particular emphasis on Column Type Annotation, Cell Entity Annotation, Column Property Annotation and …

Cell Entity AnnotationColumns Property AnnotationColumn Type AnnotationGraph Matching+1

Naive Bayes and Text Classification I - Introduction and Theory

2014-10-16 · Sebastian Raschka

Naive Bayes classifiers, a family of classifiers that are based on the popular Bayes' probability theorem, are known for creating simple yet well performing models, especially in the fields of document classification and…

ClassificationDisease PredictionDocument ClassificationGeneral Classification+2