Learning to Upscale 3D Segmentations in Neuroimaging
Xiaoling Hu, Peirong Liu, Dina Zemlyanker, Jonathan Williams Ramirez, Oula Puonti, Juan Eugenio Iglesias
TL;DR
This work tackles the challenge of upsampling coarse, low-resolution neuroimaging segmentations to ultra-high-resolution 3D detail by regressing geometry-aware signed distance maps. It introduces a scalable class-conditional segmentation (SCCS) framework that trains on one class at a time to dramatically reduce memory usage, enabling end-to-end upsampling of large 3D volumes. By coupling SDF regression with geometry-aware regularizers and cross-resolution consistency, the approach yields sharper boundaries and better topological fidelity than traditional discrete segmentation, even when trained on synthetic data and coarse LR guidance. Domain randomization further enhances generalization across resolutions and scanners, and SCCS allows seamless generalization to unseen classes without retraining. The method demonstrates superior scalability, accuracy, and robustness on synthetic and real UHR brain MRI data, offering a practical pathway toward high-fidelity 3D label synthesis in neuroimaging.
Abstract
Obtaining high-resolution (HR) segmentations from coarse annotations is a pervasive challenge in computer vision. Applications include inferring pixel-level segmentations from token-level labels in vision transformers, upsampling coarse masks to full resolution, and transferring annotations from legacy low-resolution (LR) datasets to modern HR imagery. These challenges are especially acute in 3D neuroimaging, where manual labeling is costly and resolutions continually increase. We propose a scalable framework that generalizes across resolutions and domains by regressing signed distance maps, enabling smooth, boundary-aware supervision. Crucially, our model predicts one class at a time, which substantially reduces memory usage during training and inference (critical for large 3D volumes) and naturally supports generalization to unseen classes. Generalization is further improved through training on synthetic, domain-randomized data. We validate our approach on ultra-high-resolution (UHR) human brain MRI (~100 μm), where most existing methods operate at 1 mm resolution. Our framework effectively upsamples such standard-resolution segmentations to UHR detail. Results on synthetic and real data demonstrate superior scalability and generalization compared to conventional segmentation methods. Code is available at: https://github.com/HuXiaoling/Learn2Upscale.
