MIP Candy: A Modular PyTorch Framework for Medical Image Processing
Tianhao Fu, Yucheng Chen

TL;DR
MIP Candy is a modular, PyTorch-based framework tailored for medical image processing, enabling flexible, customizable workflows with minimal coding effort and extensive built-in features for research and development.
Contribution
It introduces a fully modular, easy-to-extend framework for medical image processing that simplifies pipeline customization and integrates advanced features like runtime module substitution.
Findings
Supports high-dimensional volumetric data processing
Provides automatic region-of-interest detection
Enables flexible runtime configuration of network components
Abstract
Medical image processing demands specialized software that handles high-dimensional volumetric data, heterogeneous file formats, and domain-specific training procedures. Existing frameworks either provide low-level components that require substantial integration effort or impose rigid, monolithic pipelines that resist modification. We present MIP Candy (MIPCandy), a freely available, PyTorch-based framework designed specifically for medical image processing. MIPCandy provides a complete, modular pipeline spanning data loading, training, inference, and evaluation, allowing researchers to obtain a fully functional process workflow by implementing a single method, \texttt{build_network}, while retaining fine-grained control over every component. Central to the design is , a deferred configuration mechanism that enables runtime substitution of convolution, normalization,…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning in Materials Science · Cell Image Analysis Techniques · Advanced Neural Network Applications
