https://github.com/ZerojumpLine/MOVAL
https://github.com/ZerojumpLine/MOVAL
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ZerojumpLine/MOVAL
- Owner: ZerojumpLine
- License: mit
- Created: 2023-07-28T00:53:59.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-09T20:52:35.000Z (about 1 year ago)
- Last Synced: 2024-04-10T03:19:56.129Z (about 1 year ago)
- Language: Python
- Size: 7.8 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
MOVALEstimating performance for safe deployment of machine learning models
[đź“– Documentation](https://moval.readthedocs.io/en/latest/index.html) |
[🏠Home Page](https://zerojumpline.github.io/moval)[](https://badge.fury.io/py/moval)
**MOVAL** is a Python package designed for assessing model performance in the absence of ground truth labels. It computes and calibrated confidence scores to accurately reflect the likelihood of predictions, leveraging these calibrated confidence scores to estimate the model's overall performance. Notably, MOVAL operates without the need for ground truth labels in the target domains and supports the evaluation of model performance in classification, 2D segmentation, and 3D segmentation.
**MOVAL** highlights a key feature—class-wise calibration, recognized as essential for addressing long-tailed distributions commonly found in real-world datasets. This proves especially significant in segmentation tasks where background samples often outnumber foregrounds. The inclusion of class-specific variants becomes crucial for accurately estimating segmentation performance. Additionally, MOVAL offers support for various types of confidence scores, enhancing its versatility.
What it offers:
## User Document
The latest documentation can be found [here](https://moval.readthedocs.io/en/latest/index.html).
## Reference
```
@inproceedings{li2022estimating,
title={Estimating model performance under domain shifts with class-specific confidence scores},
author={Li, Zeju and Kamnitsas, Konstantinos and Islam, Mobarakol and Chen, Chen and Glocker, Ben},
booktitle={International Conference on Medical Image Computing and Computer-Assisted Intervention},
pages={693--703},
year={2022},
organization={Springer}
}
```