Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/liu-yushan/label-consistency
Improving Labeling Consistency in Medical Imaging for Cell Type Classification
https://github.com/liu-yushan/label-consistency
bioinformatics classification hidden-markov-model machine-learning
Last synced: 7 days ago
JSON representation
Improving Labeling Consistency in Medical Imaging for Cell Type Classification
- Host: GitHub
- URL: https://github.com/liu-yushan/label-consistency
- Owner: liu-yushan
- License: apache-2.0
- Created: 2019-08-09T09:04:12.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-17T08:27:29.000Z (over 4 years ago)
- Last Synced: 2024-08-02T15:37:02.926Z (3 months ago)
- Topics: bioinformatics, classification, hidden-markov-model, machine-learning
- Language: Python
- Homepage:
- Size: 419 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### TIMELY: Improving Labeling Consistency in Medical Imaging for Cell Type Classification
ECAI 2020: http://ecai2020.eu/papers/1174_paper.pdfDiagnosing diseases such as leukemia or anemia requires reliable counts of blood cells. Hematologists usually label and count microscopy images of blood cells manually. In many cases, however, cells in different maturity states are difficult to distinguish, and in combination with image noise and subjectivity, humans are prone to make labeling mistakes. This results in labels that are often not reproducible, which can directly affect the diagnoses. We introduce TIMELY, a probabilistic model that combines pseudotime inference methods with inhomogeneous hidden Markov trees, which addresses this challenge of label inconsistency.
We show first on simulation data that TIMELY is able to identify and correct wrong labels with higher precision and recall than baseline methods for labeling correction. We then apply our method to two real-world datasets of blood cell data and show that TIMELY successfully finds inconsistent labels, thereby improving the quality of human-generated labels.The folder `demo` contains notebooks for the applications to a cell lineage line (`hmm.ipynb`) and a cell lineage tree (`hmt.ipynb`).
Unfortunately, the data used cannot be made publicly available.