Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ZerojumpLine/MOVAL
https://github.com/ZerojumpLine/MOVAL
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ZerojumpLine/MOVAL
- Owner: ZerojumpLine
- License: mit
- Created: 2023-07-28T00:53:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-09T20:52:35.000Z (7 months ago)
- Last Synced: 2024-04-10T03:19:56.129Z (7 months 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)[![PyPI version](https://badge.fury.io/py/moval.svg)](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}
}
```