#391 · Primary category: Computer Vision
MedNeXt
[MICCAI 2023] MedNeXt is a fully ConvNeXt architecture for 3D medical image segmentation.
Project last updated:11/02/24
GitHub Stars
528
Forks
71
Contributors
3
License
Apache-2.0
Why we included this project
Clinical CT and MRI segmentation often runs into a labeling bottleneck. MedNeXt, a fully convolutional 3D architecture from the German Cancer Research Center, was built for those sparse-annotation settings. It reuses the ConvNeXt block design and scales it to volumetric data, so you get a strong baseline for multi-class segmentation without needing a pile of annotated scans. The code ships as PyTorch modules, which lets you drop in the full network or just individual blocks and keep your own training loop, or use the bundled nnU-Net-based pipeline from the MICCAI 2023 paper. Model variants from small to large and gradient checkpointing help fit GPU-limited setups. Good fit for researchers and small medical imaging teams that want a reproducible starting point.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
opencv
Open Source Computer Vision Library
RuView
π RuView turns commodity WiFi signals into real-time spatial intelligence, vital sign monitoring, and presence detection — all without a single pixel of video.
PaddleOCR
Turn any PDF or image document into structured data for your AI. A powerful, lightweight OCR toolkit that bridges the gap between images/PDFs and LLMs. Supports 100+ languages.
MinerU
Transforms complex documents like PDFs and Office docs into LLM-ready markdown/JSON for your Agentic workflows.
tesseract
Tesseract Open Source OCR Engine (main repository)