🧠
Model

MeisenMeister

by Bubenpo hf-model--bubenpo--meisenmeister
Nexus Index
37.2 Top 100%
S: Semantic 50
A: Authority 0
P: Popularity 0
R: Recency 97
Q: Quality 50
Tech Context
Vital Performance
0 DL / 30D
0.0%
Audited 37.2 FNI Score
Tiny - Params
- Context
0 Downloads
Restricted CC License
Model Information Summary
Entity Passport
Registry ID hf-model--bubenpo--meisenmeister
License CC-BY-NC-SA-4.0
Provider huggingface
📜

Cite this model

Academic & Research Attribution

BibTeX
@misc{hf_model__bubenpo__meisenmeister,
  author = {Bubenpo},
  title = {MeisenMeister Model},
  year = {2026},
  howpublished = {\url{https://huggingface.co/bubenpo/meisenmeister}},
  note = {Accessed via Free2AITools Knowledge Fortress}
}
APA Style
Bubenpo. (2026). MeisenMeister [Model]. Free2AITools. https://huggingface.co/bubenpo/meisenmeister

đŸ”ŦTechnical Deep Dive

Full Specifications [+]

Quick Commands

🤗 HF Download
huggingface-cli download bubenpo/meisenmeister

âš–ī¸ Nexus Index V2.0

37.2
TOP 100% SYSTEM IMPACT
Semantic (S) 50
Authority (A) 0
Popularity (P) 0
Recency (R) 97
Quality (Q) 50

đŸ’Ŧ Index Insight

FNI V2.0 for MeisenMeister: Semantic (S:50), Authority (A:0), Popularity (P:0), Recency (R:97), Quality (Q:50).

Free2AITools Nexus Index

Verification Authority

Unbiased Data Node Refresh: VFS Live
---

🚀 What's Next?

Technical Deep Dive

MeisenMeister

MeisenMeister

MeisenMeister is a framework for breast cancer classification on DCE-MRI. It is designed to support reproducible multi-stage workflows from dataset fingerprinting and experiment planning to preprocessing, training, benchmarking, and ROI-level inference.

This repository contains trained MeisenMeister model weights for bilateral breast MRI classification into healthy, benign, and malignant classes.

The weights were trained on ODELIA and AMBL data.

🏆 The MeisenMeister framework was used for the winning solution of the MICCAI 2025 ODELIA Breast MRI Challenge on Grand Challenge:

https://odelia2025.grand-challenge.org/

Download From Hugging Face

Download the repository with:

bash
hf download Bubenpo/MeisenMeister --local-dir ./MeisenMeister

Then use the downloaded model path:

text
./MeisenMeister

If you use the default Hugging Face cache instead, the model will usually be stored under a path like:

text
~/.cache/huggingface/hub/models--Bubenpo--MeisenMeister/snapshots/

Installation

bash
git clone https://github.com/MIC-DKFZ/MeisenMeister.git
cd MeisenMeister
conda create -n meisenmeister python=3.12 -y
conda activate meisenmeister
pip install -e .

Contents

  • dataset.json
  • mmPlans.json
  • fold_0 to fold_6 with model_best.pt
  • optionally fold_all/model_best.pt for faster single-checkpoint inference

Input Format

Each case must have 3 channels:

  • _0000.nii.gz = pre
  • _0001.nii.gz = post1
  • _0002.nii.gz = post2

Example:

text
case001_0000.nii.gz
case001_0001.nii.gz
case001_0002.nii.gz

Usage

This model repository is intended to be used with the mm_predict_from_modelfolder CLI command.

Full ensemble mode:

bash
mm_predict_from_modelfolder \
  ./MeisenMeister \
  -i /path/to/input_images \
  -o /path/to/output \
  -f 0 1 2 3 4 5 6 \
  --checkpoint best

Faster mode using only fold_all:

bash
mm_predict_from_modelfolder \
  ./MeisenMeister \
  -i /path/to/input_images \
  -o /path/to/output \
  -f all \
  --checkpoint best

License

The MeisenMeister source code is licensed under the Apache License 2.0.

Model weights are licensed under CC BY-NC-SA 4.0 due to downstream dataset licensing constraints from the data used for training.

Citation

If you use MeisenMeister in research, please cite:

Hamm, B., Kirchhoff, Y., Rokuss, M., and Maier-Hein, K., MeisenMeister: A Simple Two Stage Pipeline for Breast Cancer Classification on MRI, arXiv:2510.27326 [cs.CV], 2025.

Paper:

https://arxiv.org/pdf/2510.27326

bibtex
@article{hamm2025meisenmeister,
  title={MeisenMeister: A Simple Two Stage Pipeline for Breast Cancer Classification on MRI},
  author={Hamm, Benjamin and Kirchhoff, Yannick and Rokuss, Maximilian and Maier-Hein, Klaus},
  journal={arXiv preprint arXiv:2510.27326},
  year={2025}
}

This model also relies on the BreastDivider dataset and segmentation work:

Dataset:

https://huggingface.co/datasets/Bubenpo/BreastDividerDataset

bibtex
@article{rokuss2025breastdivider,
  title     = {Divide and Conquer: A Large-Scale Dataset and Model for Left-Right Breast MRI Segmentation},
  author    = {Rokuss, Maximilian and Hamm, Benjamin and Kirchhoff, Yannick and Maier-Hein, Klaus},
  journal   = {arXiv preprint arXiv:2507.13830},
  year      = {2025}
}

âš ī¸ Incomplete Data

Some information about this model is not available. Use with Caution - Verify details from the original source before relying on this data.

View Original Source →

📝 Limitations & Considerations

  • â€ĸ Benchmark scores may vary based on evaluation methodology and hardware configuration.
  • â€ĸ VRAM requirements are estimates; actual usage depends on quantization and batch size.
  • â€ĸ FNI scores are relative rankings and may change as new models are added.
  • ⚠ License Unknown: Verify licensing terms before commercial use.
🔄 Daily sync (03:00 UTC)

AI Summary: Based on Hugging Face metadata. Not a recommendation.

📊 FNI Methodology 📚 Knowledge Baseâ„šī¸ Verify with original source

đŸ›Ąī¸ Model Transparency Report

Technical metadata sourced from upstream repositories.

Open Metadata

🆔 Identity & Source

id
hf-model--bubenpo--meisenmeister
slug
bubenpo--meisenmeister
source
huggingface
author
Bubenpo
license
CC-BY-NC-SA-4.0
tags
pytorch, medical-imaging, breast-mri, dce-mri, classification, meisenmeister, image-classification, arxiv:2510.27326, arxiv:2507.13830, license:cc-by-nc-sa-4.0, region:us

âš™ī¸ Technical Specs

architecture
null
params billions
null
context length
null
pipeline tag
image-classification

📊 Engagement & Metrics

downloads
0
stars
0
forks
0

Data indexed from public sources. Updated daily.