Skip to main content

License PyPI version Python CI Paper

MRSegmentator-KonfAI

Fast and lightweight CLI for whole-body MRI segmentation using MRSegmentator models within the KonfAI framework.


🧩 Overview

MRSegmentator-KonfAI is a lightweight command-line interface (CLI) for running MRSegmentator models through the KonfAI deep learning framework.

It provides fast and efficient inference for whole-body MRI segmentation, including on low-resource hardware.

Pretrained models are automatically downloaded from Hugging Face Hub.

⭐ Key Advantages

📦 Lightweight model distribution

  • ~128 MB per model, with up to 5 folds available
  • Download only the folds you need
  • Total size with 5 folds: ~640 MB
  • 🔁 Compared to ~1.07 GB for the original full MRSegmentator model distribution

➡️ Faster setup, smaller disk footprint


⚡ Efficient inference

🔬 Performance comparison

Setup

  • Input: real whole-body MR, 295 × 259 × 219 (2 mm)
  • GPU: single NVIDIA RTX PRO 5000 (24 GB)
Tool (5-fold ensemble) Time Peak RAM Peak VRAM
MRSegmentator-KonfAI ~27 s ~2 GB ~18 GB
Original MRSegmentator ~35 s ~11 GB ~5 GB

📈 Key observations

  • Faster whole-body inference at equal accuracy
  • ~5× lower system RAM — the accumulator stays on the GPU, not in host memory
  • Byte-identical segmentation to the CPU reassembly path

🧠 Features

  • Fast inference powered by KonfAI
  • 🤗 Automatic model download from Hugging Face
  • 🧩 Multi-model ensembling
  • 🧠 Supports evaluation workflows with reference data, and uncertainty estimation without reference
  • 🧾 Multi-format compatibility: supports all major medical image formats handled by ITK

🚀 Installation

From PyPI:

python -m pip install mrsegmentator-konfai

From source:

git clone https://github.com/vboussot/KonfAI.git
python -m pip install -e apps/mrsegmentator

⚙️ Usage

The CLI is organised into sub-commands, mirroring the KonfAI Apps operations:

Sub-command Purpose
segment Run the segmentation (inference).
eval Evaluate a segmentation against a reference.
uncertainty Estimate uncertainty (fold-ensemble spread).
pipeline Segment, then evaluate and estimate uncertainty in one command.

Run segmentation on an MRI scan:

mrsegmentator-konfai segment -i path/to/input.nii.gz -o ./Output/

Evaluate against a reference, or run everything at once:

mrsegmentator-konfai eval -i input.nii.gz --gt reference.nii.gz -o ./Output/
mrsegmentator-konfai pipeline -i input.nii.gz --gt reference.nii.gz --gpu 0 -f 3 -uncertainty

Arguments

Flag Description Default
-i, --inputs Input MRI volume(s) or a dataset directory required
-o, --output Output directory ./Output/
-f, --folds Number of model folds to ensemble, 1–5 (segment / pipeline) 2
-uncertainty Also write the inference stack (segment / pipeline) False
--gt Reference segmentation(s) — required by eval, optional in pipeline unset
--mask Evaluation mask(s) (eval / pipeline) unset
--gpu GPU id(s), e.g. 0 or 0 1 CPU if unset
--cpu Number of CPU worker processes unset
-q, --quiet Suppress console output False

📖 Reference

If you use MRSegmentator-KonfAI in your work, please cite the original MRSegmentator work in addition to this CLI tool.

  • Häntze, H. et al. (2025).
    Segmenting Whole-Body MRI and CT for Multiorgan Anatomic Structure Delineation.
    Radiology: Artificial Intelligence, 7(6). https://doi.org/10.1148/ryai.240777

  • Boussot, V., & Dillenseger, J.-L. (2025).
    KonfAI: A Modular and Fully Configurable Framework for Deep Learning in Medical Imaging.
    arXiv preprint arXiv:2508.09823


⚡ Performance & VRAM

Benchmarked on a single NVIDIA RTX PRO 5000 (24 GB) with a real whole-body MR (295 × 259 × 219, 2 mm), patch [96, 128, 160], 5-fold ensemble, half precision (autocast). The app auto-selects the batch size from your free GPU VRAM (vram_plan); override it in SlicerKonfAI (⚙ Advanced) or on the CLI with --patch-size / --batch-size.

Free VRAM Batch (auto) Peak VRAM Time / case
8 GB 4 ~8 GB
16 GB 8 ~15 GB
24 GB 8 ~22 GB ~27 s

On a 24 GB card the accumulator stays on the GPU, keeping system RAM ~2 GB with a byte-identical result. The plan stops short of filling the card — a still-larger batch (12 → ~24 GB) saturates the allocator and slows inference ~2× without running faster. Inference scales with the case size.


🔗 Links

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mrsegmentator_konfai-1.6.0.tar.gz (15.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mrsegmentator_konfai-1.6.0-py3-none-any.whl (14.7 kB view details)

Uploaded Python 3

File details

Details for the file mrsegmentator_konfai-1.6.0.tar.gz.

File metadata

  • Download URL: mrsegmentator_konfai-1.6.0.tar.gz
  • Upload date:
  • Size: 15.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for mrsegmentator_konfai-1.6.0.tar.gz
Algorithm Hash digest
SHA256 5056f0e51d5f04961eb959b052ebf03268cb0d6fefd10c8a8a273b8da347918e
MD5 440b843f142240fac71fea88d1728d5c
BLAKE2b-256 2f668966a54a36d63f9c65eddade8abc74bcc798c39f6da4ed167859a5ad3ab9

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrsegmentator_konfai-1.6.0.tar.gz:

Publisher: publish.yml on fideus-labs/KonfAI

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mrsegmentator_konfai-1.6.0-py3-none-any.whl.

File metadata

File hashes

Hashes for mrsegmentator_konfai-1.6.0-py3-none-any.whl
Algorithm Hash digest
SHA256 b0a033f91a75c67be43f45a672d94edf6f451c9176fbc1171fab2ade337a0d63
MD5 a178c40a3bba63bebf2f932f0bead7b3
BLAKE2b-256 657d6eee1424a4a913534138e9453b996e4216ba0951bd95563d35389375fdaa

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrsegmentator_konfai-1.6.0-py3-none-any.whl:

Publisher: publish.yml on fideus-labs/KonfAI

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

1.8.1

2 files

1.8.0

2 files

1.7.0

2 files

This release

1.6.0 This release

2 files

1.5.9

2 files

1.5.8

2 files

1.5.7

2 files

1.5.6

2 files

1.5.5

2 files

1.5.4

2 files

1.5.3

2 files

1.5.2

2 files

1.5.1

2 files

1.5.0

2 files

1.4.9

2 files

1.4.8

2 files

1.4.7

2 files

1.4.6

2 files

1.4.5

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page