Skip to content

kurtisdavid/MetaOrthogonalization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MetaOrthogonalization

Kurtis Evan David, Qiang Liu, Ruth Fong

Citation

@article{david2020debiasing,
      title={Debiasing Convolutional Neural Networks via Meta Orthogonalization},
      author={Kurtis Evan David and Qiang Liu and Ruth Fong},
      year={2020},
      journal={arXiv preprint arXiv:2011.07453},
}

Overview

This is the official implementation of Meta Orthogonalization in PyTorch. Our main idea is to debias convolutional networks by making downstream concepts be orthogonal to a learned bias direction. This is directly inspired by similar methods in NLP by Bolukbasi et al. (2016).

Required Libraries

To successfully run the code in this repo, make sure you have the following libraries installed:

Acknowledgement

We would like to thank Tianlu Wang for collaborating and providing more details with adversarial debiasing and their models. Please also cite their paper if you use this codebase for COCO, as we use theirs provided here.

Contact

If you have any questions, please contact us through kurtis.e.david(at)gmail.com.

About

Code for Debiasing Convolutional Neural Networks via Meta Orthogonalization (NeuRIPS 2020 AFCI Workshop).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors