Skip to content

Minimal version of the source code for the paper "Fairness through Aleatoric Uncertainty"

Notifications You must be signed in to change notification settings

aniquetahir/GAIA

Repository files navigation

Introduction

This repository contains the code for the paper Fairness through Aleatoric Uncertainty. This paper will be presented at the 32nd ACM International Conference on Information and Knowledge Management (CIKM).

Installation

Desired pre-requisites are mentioned in requirements.txt. Please add additional requirements if needed.

Running Experiments

Please use the script run_experiments.py. The results will be stored in the compiled_results folder.

Image Experiments

Please use the fair-mixup papers code and run data_processing.py to generate the train/test splits. Change the CELEBA_PATH variable in utils/jax/models/image.py to point to the celeba directory generated with the splits.

Image experiments can be executed using run_image_experiments.py.

Citation

If you find this code useful, please cite our paper:

@article{tahir2023fairness,
  title={Fairness through Aleatoric Uncertainty},
  author={Tahir, Anique and Cheng, Lu and Liu, Huan},
  journal={arXiv preprint arXiv:2304.03646},
  year={2023}
}

About

Minimal version of the source code for the paper "Fairness through Aleatoric Uncertainty"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages