Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 929 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 929 Bytes

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}
}