SOTAVerified

On-the-Fly Guidance Training for Medical Image Registration

2023-08-29Code Available1· sign in to hype

Yuelin Xin, Yicheng Chen, Shengxiang Ji, Kun Han, Xiaohui Xie

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

This study introduces a novel On-the-Fly Guidance (OFG) training framework for enhancing existing learning-based image registration models, addressing the limitations of weakly-supervised and unsupervised methods. Weakly-supervised methods struggle due to the scarcity of labeled data, and unsupervised methods directly depend on image similarity metrics for accuracy. Our method proposes a supervised fashion for training registration models, without the need for any labeled data. OFG generates pseudo-ground truth during training by refining deformation predictions with a differentiable optimizer, enabling direct supervised learning. OFG optimizes deformation predictions efficiently, improving the performance of registration models without sacrificing inference speed. Our method is tested across several benchmark datasets and leading models, it significantly enhanced performance, providing a plug-and-play solution for training learning-based registration models. Code available at: https://github.com/cilix-ai/on-the-fly-guidance

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
IXIOFG + TransMorphDSC0.76Unverified
IXIOFG + ViT-V-NetDSC0.74Unverified
IXIOFG + VoxelMorphDSC0.74Unverified
OASISOFG + TransMorphDSC0.82Unverified
OASISOFG + ViT-V-NetDSC0.81Unverified
OASISOFG + VoxelMorphDSC0.79Unverified

Reproductions