#207 · Primary category: Computer Vision
MedSegDiff
Using Diffusion Models to Segment/Reconstruct Organs from Medical Images [AAAI Most influential Paper]
Project last updated:09/10/25
GitHub Stars
1.4K
Forks
201
Contributors
11
License
MIT
Why we included this project
MedSegDiff treats medical image segmentation as a denoising problem: a diffusion probabilistic model generates organ and lesion boundaries from scans rather than classifying each pixel with a conventional encoder-decoder. The repository includes data loaders and working scripts for training, sampling, and evaluation on two real benchmarks, ISIC skin-lesion segmentation and BraTS brain-tumor segmentation, plus guidance on extending it to your own data with a custom loader. The V2 branch swaps in a transformer backbone and reports better accuracy and stability, while the bundled DPM-Solver cuts sampling from 1000 diffusion steps to around 20, making experiments much cheaper. It's a research codebase from a paper named an AAAI most influential paper, so expect to adapt it rather than deploy it as-is. For teams comparing diffusion-based segmentation with classical models, this is a solid, actively maintained reference 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)