Skip to content
/ Bort Public

[ICLR 2023] The PyTorch implementation of Bort optimizer to breakthrough the trade-off between accuracy and interpretability!

Notifications You must be signed in to change notification settings

zbr17/Bort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bort

[ICLR 2023] Official PyTorch implementation for "Bort: Towards Explainable Neural Networks with Bounded Orthogonal Constraint".

results

This paper proposes Bort, an optimizer for improving model explainability with boundedness and orthogonality constraints on model parameters, derived from the sufficient conditions of model comprehensibility and invertibility.

framework

Installation Guide

pip install -r requirements.txt
pip install -e .

Citation

If you find this work helpful, please cite our paper:

@inproceedings{zhang2023bort,
  title={Bort: Towards Explainable Neural Networks with Bounded Orthogonal Constraint},
  author={Zhang, Borui and Zheng, Wenzhao and Zhou, Jie and Lu, Jiwen},
  booktitle={The Eleventh International Conference on Learning Representations},
  year={2023}
}

About

[ICLR 2023] The PyTorch implementation of Bort optimizer to breakthrough the trade-off between accuracy and interpretability!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages