MSR:Hybrid Field Modeling for CT-MRI Rigid-Deformable Registration of the Cervical Spine with an Annotated Dataset

arXiv cs.CV / 5/1/2026

📰 NewsDeveloper Stack & InfrastructureSignals & Early TrendsModels & Research

Key Points

  • The study targets accurate CT–MRI registration of the cervical spine for preoperative planning, noting that this area is complex and clinically risky while remaining underexplored in rigid–deformable hybrid approaches.
  • It introduces and releases a comprehensively annotated multimodal CT–MRI dataset (R-D-Reg) to address the lack of high-quality labeled data for this task.
  • The proposed MSR framework uses a two-stage rigid-deformable hybrid design: a rigid module for independent local rigid alignment of individual vertebrae and a deformable module built with an MSL block.
  • Within the deformable module, Mamba-based global modeling and Swin Transformer-based local modeling are combined via adaptive gating, and the resulting rigid and deformable deformation fields are fused to better preserve local anatomical consistency.
  • The authors make the code and dataset publicly available, enabling reproducibility and further research in cervical CT–MRI registration.

Abstract

Accurate CT-MRI registration of the cervical spine is essential for preoperative planning because this region is anatomically complex,highly variable,and vulnerable to injury of the vertebral arteries and spinal cord. However,cervical CT-MRI registration remains underexplored,particularly for rigid-deformable hybrid modeling,and the lack of high-quality annotated multimodal data further limits progress. To address these challenges, we construct and release a comprehensively annotated CT-MRI dataset, R-D-Reg, and propose MSR, a rigid-deformable hybrid registration framework for complex joint structures. Specifically, MSR includes a rigid registration module for independent local rigid alignment of individual vertebrae and a deformable registration module with an MSL block that combines Mamba-based global modeling and Swin Transformer-based local modeling through adaptive gating. The rigid and deformable deformation fields are then fused to generate a hybrid field that better preserves local anatomical consistency. The code and dataset are publicly available at https://github.com/ssc1230609-spec/MSR-registration.