https://github.com/berenslab/learning-disease-state
Learning Disease State from Noisy Ordinal Disease Progression Labels
Science Score: 10.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
○DOI references
-
✓Academic publication links
Links to: arxiv.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (10.2%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
Learning Disease State from Noisy Ordinal Disease Progression Labels
Basic Info
- Host: GitHub
- Owner: berenslab
- License: mit
- Language: Jupyter Notebook
- Default Branch: main
- Size: 473 KB
Statistics
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
- Releases: 0
Fork of GustavKS/Learning-Disease-State
Created over 1 year ago
· Last pushed over 1 year ago
https://github.com/berenslab/Learning-Disease-State/blob/main/
# Learning Disease State from Noisy Ordinal Disease Progression Labels
This repository contains the code for the MICCAI Submission "Learning Disease State from Noisy Ordinal Disease Progression Labels".
# Installation
Set up a python environment with a python version `3.13`. Then, download the repository,
activate the environment and install all other dependencies with
```bash
cd Learning-Disease-State
pip install --editable .
```
This installs the code in `src` as an editable package and all the dependencies in
[requirements.txt](requirements.txt).
# Organization of the repo
* [configs](./configs/): Configuration files for both mario and internal experiments.
* [src](./src/): Main source code to run the experiments.
* [train_mario.py](./src/train_mario.py): Training on the Mario challenge dataset.
* [train_internal.py](./src/train_internal.py): Running the trained models on out-of-domain dataset.
* [loss.py](./src/loss.py): Contains the loss function.
* [dataset.py](./src/dataset.py): Contains mario dataset.
# Running the Model
## Mario Challenge Dataset
To train the model on the **Mario Challenge** dataset:
1. Update the dataset path in the `train_mario.yaml` config file.
2. Run the following command:
```bash
python src/train_mario.py
```
## Custom Dataset
To train the model on a **different dataset**:
1. Create your own pytorch dataset.
2. Update the dataset path and pretrained model path in the `train_internal.yaml` config file.
3. Run the following command:
```bash
python src/train_internal.py
```
# Cite
If you find our code or paper useful, please consider citing this work:
```bibtex
@misc{schmidt2025ordinal,
title={{Learning Disease State from Noisy Ordinal Disease Progression Labels}},
author={Gustav Schmidt and Holger Heidrich and Philipp Berens and Sarah M\"uller},
year={2025},
eprint={2503.10440},
archivePrefix={arXiv},
primaryClass={cs.CV},
url={https://arxiv.org/abs/2503.10440},
}
```
Owner
- Name: Berens Lab @ University of Tübingen
- Login: berenslab
- Kind: organization
- Email: philipp.berens@uni-tuebingen.de
- Location: Tübingen, Germany
- Website: https://hertie.ai/data-science
- Repositories: 60
- Profile: https://github.com/berenslab
Department of Data Science at the Hertie Institute for AI in Brain Health, University of Tübingen
GitHub Events
Total
- Watch event: 5
- Push event: 3
Last Year
- Watch event: 5
- Push event: 3