CVLGOct 31, 2022

Improving Fairness in Image Classification via Sketching

arXiv:2211.00168v121 citationsh-index: 18Has Code
Originality Incremental advance
AI Analysis

This addresses fairness issues in AI systems for applications like image classification, though it appears incremental as it builds on existing sketching techniques.

The paper tackled unfair predictions in deep neural networks caused by biased training data by using image-to-sketching methods to filter out bias while preserving semantic information, achieving improved fairness in experiments on general and medical datasets.

Fairness is a fundamental requirement for trustworthy and human-centered Artificial Intelligence (AI) system. However, deep neural networks (DNNs) tend to make unfair predictions when the training data are collected from different sub-populations with different attributes (i.e. color, sex, age), leading to biased DNN predictions. We notice that such a troubling phenomenon is often caused by data itself, which means that bias information is encoded to the DNN along with the useful information (i.e. class information, semantic information). Therefore, we propose to use sketching to handle this phenomenon. Without losing the utility of data, we explore the image-to-sketching methods that can maintain useful semantic information for the target classification while filtering out the useless bias information. In addition, we design a fair loss to further improve the model fairness. We evaluate our method through extensive experiments on both general scene dataset and medical scene dataset. Our results show that the desired image-to-sketching method improves model fairness and achieves satisfactory results among state-of-the-art.

Code Implementations1 repo
Foundations

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

Your Notes