pith. sign in

arxiv: 2303.02874 · v1 · pith:AZG54LOGnew · submitted 2023-03-06 · 💻 cs.LG · cs.CY

Adversarial Sampling for Fairness Testing in Deep Neural Network

classification 💻 cs.LG cs.CY
keywords adversarialimagemodelnetworkdatasetfairnessneuralacross
0
0 comments X
read the original abstract

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.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Concolic Testing on Individual Fairness of Neural Network Models

    cs.LG 2025-09 unverdicted novelty 5.0

    PyFair adapts the PyCT concolic testing tool with a dual network to systematically detect discriminatory instances and verify individual fairness in DNNs, providing completeness guarantees for certain network types.