Table of Contents
Fetching ...

Self-Supervised Masked Autoencoders with Dense-Unet for Coronary Calcium Removal in limited CT Data

Mo Chen

TL;DR

This work tackles the challenge of calcium blooming artifacts in CCTA by introducing Dense-MAE, a self-supervised, voxel-level pretraining framework built on a 3D Dense-Unet backbone. By performing vessel-centered masking on unlabeled healthy vessel blocks and training with a masked reconstruction objective, the model learns robust vascular anatomy priors that transfer to calcium removal in a two-stage process (pretraining followed by fine-tuning). The method yields substantial improvements over training from scratch and demonstrates strong data efficiency, achieving comparable performance with only $25\%$ of labeled data while reducing misinterpretation of lumen diameter. Clinically, this approach can enhance the specificity of CCTA by reducing false positives from calcification, potentially lowering unnecessary invasive procedures, with future plans for broader validation and integration into FFR$_{CT}$ pipelines.

Abstract

Coronary calcification creates blooming artifacts in Computed Tomography Angiography (CTA), severely hampering the diagnosis of lumen stenosis. While Deep Convolutional Neural Networks (DCNNs) like Dense-Unet have shown promise in removing these artifacts via inpainting, they often require large labeled datasets which are scarce in the medical domain. Inspired by recent advancements in Masked Autoencoders (MAE) for 3D point clouds, we propose \textbf{Dense-MAE}, a novel self-supervised learning framework for volumetric medical data. We introduce a pre-training strategy that randomly masks 3D patches of the vessel lumen and trains the Dense-Unet to reconstruct the missing geometry. This forces the encoder to learn high-level latent features of arterial topology without human annotation. Experimental results on clinical CTA datasets demonstrate that initializing the Calcium Removal network with our MAE-based weights significantly improves inpainting accuracy and stenosis estimation compared to training from scratch, specifically in few-shot scenarios.

Self-Supervised Masked Autoencoders with Dense-Unet for Coronary Calcium Removal in limited CT Data

TL;DR

This work tackles the challenge of calcium blooming artifacts in CCTA by introducing Dense-MAE, a self-supervised, voxel-level pretraining framework built on a 3D Dense-Unet backbone. By performing vessel-centered masking on unlabeled healthy vessel blocks and training with a masked reconstruction objective, the model learns robust vascular anatomy priors that transfer to calcium removal in a two-stage process (pretraining followed by fine-tuning). The method yields substantial improvements over training from scratch and demonstrates strong data efficiency, achieving comparable performance with only of labeled data while reducing misinterpretation of lumen diameter. Clinically, this approach can enhance the specificity of CCTA by reducing false positives from calcification, potentially lowering unnecessary invasive procedures, with future plans for broader validation and integration into FFR pipelines.

Abstract

Coronary calcification creates blooming artifacts in Computed Tomography Angiography (CTA), severely hampering the diagnosis of lumen stenosis. While Deep Convolutional Neural Networks (DCNNs) like Dense-Unet have shown promise in removing these artifacts via inpainting, they often require large labeled datasets which are scarce in the medical domain. Inspired by recent advancements in Masked Autoencoders (MAE) for 3D point clouds, we propose \textbf{Dense-MAE}, a novel self-supervised learning framework for volumetric medical data. We introduce a pre-training strategy that randomly masks 3D patches of the vessel lumen and trains the Dense-Unet to reconstruct the missing geometry. This forces the encoder to learn high-level latent features of arterial topology without human annotation. Experimental results on clinical CTA datasets demonstrate that initializing the Calcium Removal network with our MAE-based weights significantly improves inpainting accuracy and stenosis estimation compared to training from scratch, specifically in few-shot scenarios.
Paper Structure (27 sections, 2 equations, 2 figures, 1 table)