paper-with-me

Papers

Adversarial Sampling for Fairness Testing in Deep Neural Network

2023-03-06 · Tosin Ige, William Marfo, Justin Tonkinson, Sikiru Adewale, Bolanle Hafiz Matti

In this research, we focus on the usage of adversarial sampling to test for the fairness in the prediction of deep neural network model across different classes of image in a given dataset. While several framework had been proposed to ensure robustness of machine learning model against adversarial attack, some of which includes adversarial training algorithm. There is still the pitfall that adversarial training algorithm tends to cause disparity in accuracy and robustness among different group. Our research is aimed at using adversarial sampling to test for fairness in the prediction of deep neural network model across different classes or categories of image in a given dataset. We successfully demonstrated a new method of ensuring fairness across various group of input in deep neural network classifier. We trained our neural network model on the original image, and without training our model on the perturbed or attacked image. When we feed the adversarial samplings to our model, it was able to predict the original category/ class of the image the adversarial sample belongs to. We also introduced and used the separation of concern concept from software engineering whereby there is an additional standalone filter layer that filters perturbed image by heavily removing the noise or attack before automatically passing it to the network for classification, we were able to have accuracy of 93.3%. Cifar-10 dataset have ten categories of dataset, and so, in order to account for fairness, we applied our hypothesis across each categories of dataset and were able to get a consistent result and accuracy.

📄 PDF Abstract BibTeX arXiv:2303.02874

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial AttackFairness

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

Automatic Fairness Testing of Neural Classifiers through Adversarial Sampling

2021-07-17 · Peixin Zhang, Jingyi Wang, Jun Sun, Xinyu Wang 외

Although deep learning has demonstrated astonishing performance in many applications, there are still concerns about its dependability. One desirable property of deep learning applications with societal impact is fairnes…

Deep LearningFairnesstext-classificationText Classification

Fairness Testing of Deep Image Classification with Adequacy Metrics

2021-11-17 · Peixin Zhang, Jingyi Wang, Jun Sun, Xinyu Wang

As deep image classification applications, e.g., face recognition, become increasingly prevalent in our daily lives, their fairness issues raise more and more concern. It is thus crucial to comprehensively test the fairn…

ClassificationFace RecognitionFairnessimage-classification+1

Poisoning Attacks on Fair Machine Learning

2021-10-17 · Minh-Hao Van, Wei Du, Xintao Wu, Aidong Lu

Both fair machine learning and adversarial learning have been extensively studied. However, attacking fair machine learning models has received less attention. In this paper, we present a framework that seeks to effectiv…

BIG-bench Machine LearningFairness

On Adversarial Bias and the Robustness of Fair Machine Learning

2020-06-15 · Hongyan Chang, Ta Duy Nguyen, Sasi Kumar Murakonda, Ehsan Kazemi 외

Optimizing prediction accuracy can come at the expense of fairness. Towards minimizing discrimination against a group, fair machine learning algorithms strive to equalize the behavior of a model across different groups, …

BIG-bench Machine LearningData PoisoningFairness

On the Fairness of Generative Adversarial Networks (GANs)

2021-03-01 · Patrik Joslin Kenfack, Daniil Dmitrievich Arapov, Rasheed Hussain, S. M. Ahsan Kazmi 외

Generative adversarial networks (GANs) are one of the greatest advances in AI in recent years. With their ability to directly learn the probability distribution of data, and then sample synthetic realistic data. Many app…

Data AugmentationFairnessRepresentation Learning