Skip to content

Implementation of the code from the article "Mining bias-target alignment from Voronoi cells"

License

Notifications You must be signed in to change notification settings

renahon/mining_bias_target_alignment_from_voronoi_cells

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mining bias-target Alignment from Voronoi Cells

paper arXiv

The official repository. Please cite as

@InProceedings{Nahon_2023_ICCV,
    author    = {Nahon, R\'emi and Nguyen, Van-Tam and Tartaglione, Enzo},
    title     = {Mining bias-target Alignment from Voronoi Cells},
    booktitle = {Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV)},
    month     = {October},
    year      = {2023},
    pages     = {4946-4955}
}

This is an example implementation of : Mining bias-target Alignment from Voronoi Cells.

This repository is tailored for Biased-MNIST but can be adapted to other datasets.

Installations

If you want to work with conda :

conda create -n voronoi_cells_bias_alignment python=3.9
conda activate voronoi_cells_bias_alignment
pip3 install -r pip_requirements.txt

If not, simply install the requirement with :

pip3 install -r pip_requirements.txt

Run our method on Biased-MNIST

  1. In a terminal, get inside the voronoi_cells_bias_alignment folder

  2. Run : python3 main.py

Possible extra arguments

  • --dev : to specify the device you want to work on (ex: cpu or cuda:0)

  • --rho : to select a level of digit-color correlation in Biased-MNIST (ex : 0.997)

  • other extra arguments detailed in utils/configs.py

About

Implementation of the code from the article "Mining bias-target alignment from Voronoi cells"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages