Project for open sourcing research efforts on Backward Compatibility in Machine Learning
Project description
Introduction
Updates that may improve an AI system’s accuracy can also introduce new and unanticipated errors that damage user trust. Updates that introduce new errors can also break trust between software components and machine learning models, as these errors are propagated and compounded throughout larger integrated AI systems. The Backward Compatibility ML library is an open-source project for evaluating AI system updates in a new way for increasing system reliability and human trust in AI predictions for actions.
The Backward Compatibility ML project has two components:
-
A series of loss functions in which users can vary the weight assigned to the dissonance factor and explore performance/capability tradeoffs during machine learning optimization.
-
Visualization widgets that help users examine metrics and error data in detail. They provide a view of error intersections between models and incompatibility distribution across classes.
Getting Started
- Setup a Python virtual environment or Conda environment and activate it.
- From within the root folder of this project do
pip install -r requirements.txt
- From within the root folder do
npm install
- From within the root folder of this project do
npx webpack && pip install -e .
- You should now be able to import the
backwardcompatibilityml
module and use it.
Examples
Start your Jupyter Notebooks server and load in the example notebook under the examples
folder
to see how the backwardcompatibilityml
module is used.
To demo the widget, open the notebook compatibility-analysis.ipynb
.
Tests
To run tests, make sure that you are in the project root folder and do:
pip install -r dev-requirements.txt
pytest tests/
Contributing
Check CONTRIBUTING page.
Research and Acknowledgements
This project materializes and implements ideas from ongoing research on Backward Compatibility in Machine Learning and Model Comparison. Here is a list of development and research contributors:
Current Project Leads: Xavier Fernandes, Juan Lema, Besmira Nushi
Research Contributors: Gagan Bansal, Megha Srivastava, Besmira Nushi, Ece Kamar, Eric Horvitz, Dan Weld, Shital Shah
References
"Updates in Human-AI Teams: Understanding and Addressing the Performance/Compatibility Tradeoff." Gagan Bansal, Besmira Nushi, Ece Kamar, Daniel S Weld, Walter S Lasecki, Eric Horvitz; AAAI 2019. Pdf
@inproceedings{bansal2019updates, title={Updates in human-ai teams: Understanding and addressing the performance/compatibility tradeoff}, author={Bansal, Gagan and Nushi, Besmira and Kamar, Ece and Weld, Daniel S and Lasecki, Walter S and Horvitz, Eric}, booktitle={Proceedings of the AAAI Conference on Artificial Intelligence}, volume={33}, pages={2429--2437}, year={2019} }
"An Empirical Analysis of Backward Compatibility in Machine Learning Systems." Megha Srivastava, Besmira Nushi, Ece Kamar, Shital Shah, Eric Horvitz; KDD 2020. Pdf
@inproceedings{srivastava2020empirical, title={An Empirical Analysis of Backward Compatibility in Machine Learning Systems}, author={Srivastava, Megha and Nushi, Besmira and Kamar, Ece and Shah, Shital and Horvitz, Eric}, booktitle={Proceedings of the 26th ACM SIGKDD International Conference on Knowledge Discovery \& Data Mining}, pages={3272--3280}, year={2020} }
"Towards Accountable AI: Hybrid Human-Machine Analyses for Characterizing System Failure." Besmira Nushi, Ece Kamar, Eric Horvitz; HCOMP 2018. Pdf
@article{nushi2018towards, title={Towards accountable ai: Hybrid human-machine analyses for characterizing system failure}, author={Nushi, Besmira and Kamar, Ece and Horvitz, Eric}, journal={ Proceedings of the Sixth AAAI Conference on Human Computation and Crowdsourcing}, pages = {126--135}, year={2018} }
Microsoft Open Source Code of Conduct
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.
License
This project is licensed under the terms of the MIT license. See LICENSE.txt for additional details.
Trademarks
This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow Microsoft's Trademark & Brand Guidelines. Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party's policies.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file backwardcompatibilityml-1.1.0.tar.gz
.
File metadata
- Download URL: backwardcompatibilityml-1.1.0.tar.gz
- Upload date:
- Size: 16.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fa7e5877afe7e8fa1768db8628a94ad6f4cfea29772b0e1085521b9048c201b2 |
|
MD5 | 112b4db49037c9c4b0703fd8d4b690f9 |
|
BLAKE2b-256 | 93675fc8060c0110becd1003237aaf034ee0c353a9aed81957ceac07cf8d82f5 |
File details
Details for the file backwardcompatibilityml-1.1.0-py3-none-any.whl
.
File metadata
- Download URL: backwardcompatibilityml-1.1.0-py3-none-any.whl
- Upload date:
- Size: 673.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9285641736dc67c3f74f3fb7c023eba7da3beb78abd6e1856dbbd6c19aad5559 |
|
MD5 | c6ae80a9bd78b868dab76911bd14336e |
|
BLAKE2b-256 | fdf39075c7c1db39c191ffc1069a2a1e12ddf7f88a4d49e0b51b828e2a8a5444 |