Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 2.43 KB

File metadata and controls

42 lines (30 loc) · 2.43 KB

Debiasing Global Workspace: A Cognitive Neural Framework for Learning Debiased and Interpretable Representations

This is the official implementation of Debiasing Global Workspace (DGW). This work has been accepted to:

Requirments

conda create --name py38DGW python=3.8
conda activate py38DGW
pip install -r requirements.txt

Datasets

Please check the repo of Learning Debiased Represntations via Disentangled Feature Augmentation (LFA). You can download all dataests via the link.

Usage

  • For [vanilla, lfa, dgw], check script files in the folder scripts to execute models. You can execute [vanilla, lfa, dgw].
  • For [ReBias, LfF], we re-implemented them based on their repos. Please check dev branch in our repo to see our implementations of the two baselines.

Our Pretrained Models

You can download our pretrained models of DGW via the following links to check their test accuracies in our paper.

Acknowledgement

Our source codes are based on: