English

Learning to Upscale 3D Segmentations in Neuroimaging

Computer Vision and Pattern Recognition 2025-11-25 v2

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 {\mu}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.

Keywords

Cite

@article{arxiv.2505.21697,
  title  = {Learning to Upscale 3D Segmentations in Neuroimaging},
  author = {Xiaoling Hu and Peirong Liu and Dina Zemlyanker and Jonathan Williams Ramirez and Oula Puonti and Juan Eugenio Iglesias},
  journal= {arXiv preprint arXiv:2505.21697},
  year   = {2025}
}

Comments

13 pages, 4 figures

R2 v1 2026-07-01T02:44:28.737Z