LGCLDec 13, 2024

Analyzing Fairness of Computer Vision and Natural Language Processing Models

arXiv:2412.09900v31 citationsh-index: 1Inf.
Originality Synthesis-oriented
AI Analysis

This addresses fairness issues in ML for domains like healthcare and finance, but it is incremental as it applies existing libraries to new data.

The research tackled fairness and bias in computer vision and natural language processing models by comparing mitigation algorithms from Fairlearn and AIF360 libraries, finding that sequential applications across ML stages improved bias reduction while maintaining model performance.

Machine learning (ML) algorithms play a critical role in decision-making across various domains, such as healthcare, finance, education, and law enforcement. However, concerns about fairness and bias in these systems have raised significant ethical and social challenges. To address these challenges, this research utilizes two prominent fairness libraries, Fairlearn by Microsoft and AIF360 by IBM. These libraries offer comprehensive frameworks for fairness analysis, providing tools to evaluate fairness metrics, visualize results, and implement bias mitigation algorithms. The study focuses on assessing and mitigating biases for unstructured datasets using Computer Vision (CV) and Natural Language Processing (NLP) models. The primary objective is to present a comparative analysis of the performance of mitigation algorithms from the two fairness libraries. This analysis involves applying the algorithms individually, one at a time, in one of the stages of the ML lifecycle, pre-processing, in-processing, or post-processing, as well as sequentially across more than one stage. The results reveal that some sequential applications improve the performance of mitigation algorithms by effectively reducing bias while maintaining the model's performance. Publicly available datasets from Kaggle were chosen for this research, providing a practical context for evaluating fairness in real-world machine learning workflows.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes