ViT-V-Net: Vision Transformer for Unsupervised Volumetric Medical Image Registration
Junyu Chen, Yufan He, Eric C. Frey, Ye Li, Yong Du
TL;DR
The paper tackles the limitation of conventional ConvNets in capturing long-range spatial relations for volumetric medical image registration. It introduces ViT-V-Net, a hybrid architecture that combines ConvNet feature encoding with a Vision Transformer operating on patch embeddings to model global context, followed by a V-Net–style decoder to produce a dense displacement field. Training relies on an unsupervised loss combining mean squared error and a diffusion regularizer to enforce smooth deformations, with long skip connections preserving localization details. Empirical results on brain MRI demonstrate substantial Dice improvements over state-of-the-art methods (SyN, NiftyReg, VoxelMorph), validating the effectiveness of ViT-based global context modeling for 3D DIR.
Abstract
In the last decade, convolutional neural networks (ConvNets) have dominated and achieved state-of-the-art performances in a variety of medical imaging applications. However, the performances of ConvNets are still limited by lacking the understanding of long-range spatial relations in an image. The recently proposed Vision Transformer (ViT) for image classification uses a purely self-attention-based model that learns long-range spatial relations to focus on the relevant parts of an image. Nevertheless, ViT emphasizes the low-resolution features because of the consecutive downsamplings, result in a lack of detailed localization information, making it unsuitable for image registration. Recently, several ViT-based image segmentation methods have been combined with ConvNets to improve the recovery of detailed localization information. Inspired by them, we present ViT-V-Net, which bridges ViT and ConvNet to provide volumetric medical image registration. The experimental results presented here demonstrate that the proposed architecture achieves superior performance to several top-performing registration methods.
