Medical Image Reconstruction

June 26, 2026 · View on GitHub

This repository serves as an index of open-source medical image reconstruction projects developed by DeepMed Lab.

Important

The implementation of each paper is maintained in a separate public GitHub repository. Click the Code link in the table below to access the source code, pretrained checkpoints, data preparation instructions, and usage documentation available for each project.

News

  • [2026] 🎉 DP-NSL code has been released. Check out the repository for implementation details, training scripts, and pretrained checkpoints.
  • [2024] 🎉 I³Net has been published in IEEE Transactions on Medical Imaging and its code is publicly available.

Open-Source Projects

ModelPaperVenuePaperCode
I³NetI³Net: Inter-Intra-slice Interpolation Network for Medical Slice SynthesisIEEE TMI 2024Paper✅ Open-Source Code
DP-NSLDual-Prior Guided Null-Space Learning with Mixture-of-Splines for Arbitrary Medical Slice Super-ResolutionECCV 2026paper✅ Open-Source Code

Project Repositories

I³Net

I³Net: Inter-Intra-slice Interpolation Network for Medical Slice Synthesis

DP-NSL

Dual-Prior Guided Null-Space Learning with Mixture-of-Splines for Arbitrary Medical Slice Super-Resolution

The DP-NSL repository currently provides the project source code, training and evaluation scripts, a debug dataset, and an official checkpoint. Please refer to the individual repository for setup and usage instructions.

Citation

I³Net

@article{Song_2024,
  title     = {I³Net: Inter-Intra-slice Interpolation Network for Medical Slice Synthesis},
  author    = {Song, Haofei and Mao, Xintian and Yu, Jing and Li, Qingli and Wang, Yan},
  journal   = {IEEE Transactions on Medical Imaging},
  year      = {2024},
  volume    = {43},
  number    = {9},
  pages     = {3306--3318},
  doi       = {10.1109/TMI.2024.3394033}
}

DP-NSL

Coming soon.

:::