Skip to content

Optron: Better Medical Image Registration via Optimizing in the Loop. Pre-print available in link below.

License

Notifications You must be signed in to change notification settings

Cycyes/optron

 
 

Repository files navigation

Optron

Better image registration via optimizing in the loop.

PWC

Optron is a general training archiecture incorporating the idea of optimizing in the loop. By iteratively optimizing the prediction result of a deep learning model through a plug-and-play optimizer module in the training loop, Optron introduces pseudo ground truth to an unsupervised training process. This pseudo supervision provides more direct guidance towards model training compared with unsupervised methods

Overall Architecture

optron-simple-trans Optron is a two stage method, integrating the advantages of optimization-based methods with deep learning models. It optimize the deep learning model's output in training time, which will provide pseudo supervision for the model, yielding a model with better registration performance.

Performance Benchmark

optron-bench

Optron consistently improves the deep learning methods it is used on, it achieves state-of-the-art performance on IXI with TransMorph.

Citation

Cite our work when comparing results:

@misc{optron2023,
    title={Optron: Better Medical Image Registration via Optimizing in the Loop}, 
    author={Yicheng Chen and Shengxiang Ji and Yuelin Xin and Kun Han and Xiaohui Xie},
    year={2023},
    eprint={2308.15216},
    archivePrefix={arXiv},
    primaryClass={cs.CV}
}

About

Optron: Better Medical Image Registration via Optimizing in the Loop. Pre-print available in link below.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.8%
  • TeX 0.2%