MTVNet: Mapping using Transformers for Volumes -- Network for Super-Resolution with Long-Range Interactions
August Leander Høeg, Sophia W. Bardenfleth, Hans Martin Kjer, Tim B. Dyrby, Vedrana Andersen Dahl, Anders Dahl
TL;DR
MTVNet addresses the challenge of applying transformers to 3D volumetric SR by introducing a three-level, multi-contextual architecture with carrier tokens and a shifting hierarchical attention mechanism (SVHAT). The model uses coarse-to-fine feature extraction and cross-scale fusion via cross-attention to expand the effective receptive field while keeping memory usage practical. On high-resolution volumetric data (FACTS), MTVNet achieves state-of-the-art performance, with ablations confirming gains from multi-context and CAT-based cross-scale interactions; on brain MRI datasets, it remains competitive, highlighting data-domain dependencies. The work demonstrates that multi-contextual transformer designs can unlock long-range dependencies in 3D SR and may generalize to other volumetric vision tasks such as segmentation and classification.
Abstract
Until now, it has been difficult for volumetric super-resolution to utilize the recent advances in transformer-based models seen in 2D super-resolution. The memory required for self-attention in 3D volumes limits the receptive field. Therefore, long-range interactions are not used in 3D to the extent done in 2D and the strength of transformers is not realized. We propose a multi-scale transformer-based model based on hierarchical attention blocks combined with carrier tokens at multiple scales to overcome this. Here information from larger regions at coarse resolution is sequentially carried on to finer-resolution regions to predict the super-resolved image. Using transformer layers at each resolution, our coarse-to-fine modeling limits the number of tokens at each scale and enables attention over larger regions than what has previously been possible. We experimentally compare our method, MTVNet, against state-of-the-art volumetric super-resolution models on five 3D datasets demonstrating the advantage of an increased receptive field. This advantage is especially pronounced for images that are larger than what is seen in popularly used 3D datasets. Our code is available at https://github.com/AugustHoeg/MTVNet
