Preprint
Computer Vision

Weakly-supervised convolutional neural networks for multimodal image registration

Yipeng Hu(University of Oxford), Marc Modat(Wellcome / EPSRC Centre for Interventional and Surgical Sciences), Eli Gibson(University College London), Wenqi Li(Wellcome / EPSRC Centre for Interventional and Surgical Sciences), Nooshin Ghavami(University College London), Ester Bonmati(University College London), Guotai Wang(Wellcome / EPSRC Centre for Interventional and Surgical Sciences), Steven Bandula(University College London), Caroline M. Moore(University College London), Mark Emberton(University College London), Sébastien Ourselin(Wellcome / EPSRC Centre for Interventional and Surgical Sciences), J. Alison Noble(University of Oxford), Dean C. Barratt(Wellcome / EPSRC Centre for Interventional and Surgical Sciences), Tom Vercauteren(Wellcome / EPSRC Centre for Interventional and Surgical Sciences)
July 4, 2018Medical Image Analysis466 citations

466

Citations

21

Influential Citations

Medical Image Analysis

Venue

2018

Year

Abstract

One of the fundamental challenges in supervised learning for multimodal image registration is the lack of ground-truth for voxel-level spatial correspondence. This work describes a method to infer voxel-level transformation from higher-level correspondence information contained in anatomical labels. We argue that such labels are more reliable and practical to obtain for reference sets of image pairs than voxel-level correspondence. Typical anatomical labels of interest may include solid organs, vessels, ducts, structure boundaries and other subject-specific ad hoc landmarks. The proposed end-to-end convolutional neural network approach aims to predict displacement fields to align multiple labelled corresponding structures for individual image pairs during the training, while only unlabelled image pairs are used as the network input for inference. We highlight the versatility of the proposed strategy, for training, utilising diverse types of anatomical labels, which need not to be identifiable over all training image pairs. At inference, the resulting 3D deformable image registration algorithm runs in real-time and is fully-automated without requiring any anatomical labels or initialisation. Several network architecture variants are compared for registering T2-weighted magnetic resonance images and 3D transrectal ultrasound images from prostate cancer patients. A median target registration error of 3.6 mm on landmark centroids and a median Dice of 0.87 on prostate glands are achieved from cross-validation experiments, in which 108 pairs of multimodal images from 76 patients were tested with high-quality anatomical labels.

Analysis

Why This Paper Matters

Multimodal image registration is a critical task in medical imaging, enabling fusion of complementary information from different modalities. Traditional supervised approaches require voxel-level ground-truth correspondences, which are extremely difficult and expensive to obtain, especially for soft tissues. This paper addresses this fundamental challenge by proposing a weakly-supervised learning framework that leverages anatomical labels—which are more reliable and practical to acquire—to train a CNN to predict dense displacement fields. This shift from voxel-level to label-level supervision is a significant conceptual advance, as it makes training data collection feasible in clinical settings.

The paper is also notable for its practical focus: the resulting registration algorithm runs in real-time and is fully-automated at inference, requiring no anatomical labels or manual initialization. This is a crucial step toward integrating such algorithms into clinical workflows, where speed and ease of use are paramount. The authors demonstrate the method on a challenging multimodal problem—registering T2-weighted MRI and 3D transrectal ultrasound (TRUS) for prostate cancer patients—showing that the approach can handle real-world variability and achieve high accuracy.

Technical Contributions

The key technical contributions of this work are:

  • Weakly-supervised learning strategy: Instead of requiring voxel-level ground-truth, the network is trained to align multiple labelled anatomical structures. This is a more practical form of supervision that can be obtained from expert annotations or segmentation algorithms.
  • Flexibility in label usage: The method can utilize diverse types of anatomical labels (e.g., organs, vessels, boundaries) that need not be present in all training image pairs. This increases the amount of usable training data and reduces annotation burden.
  • End-to-end CNN architecture: The network directly predicts displacement fields from input image pairs, enabling real-time inference. The authors compare several architecture variants, providing insights into effective design choices for registration networks.
  • No label requirement at inference: The trained model operates on unlabelled image pairs, making it fully automated and suitable for clinical deployment.

Results

The method was evaluated on a dataset of 108 multimodal image pairs from 76 prostate cancer patients. Using cross-validation, the authors report a median target registration error (TRE) of 3.6 mm on landmark centroids and a median Dice similarity coefficient of 0.87 on prostate gland segmentation. These metrics indicate high registration accuracy, comparable to or better than existing methods, while offering the advantage of real-time performance. The comparison of network architectures also provides valuable guidance for future work in learning-based registration.

Significance

The broader impact of this work extends beyond the specific application. By demonstrating that high-quality registration can be learned from weak supervision, the paper opens the door to applying deep learning to a wider range of registration problems where dense ground-truth is unavailable. This is particularly relevant in medical imaging, where obtaining voxel-level correspondences is often impractical. The real-time, fully-automated nature of the method also makes it clinically viable, potentially improving image-guided interventions and diagnosis. Moreover, the idea of using anatomical labels as a form of supervision could inspire similar approaches in other domains of computer vision where spatial correspondence is needed but difficult to annotate.