📄
Abstract - FDIF: Formula-Driven supervised Learning with Implicit Functions for 3D Medical Image Segmentation
Deep learning-based 3D medical image segmentation methods relies on large-scale labeled datasets, yet acquiring such data is difficult due to privacy constraints and the high cost of expert annotation. Formula-Driven Supervised Learning (FDSL) offers an appealing alternative by generating training data and labels directly from mathematical formulas. However, existing voxel-based approaches are limited in geometric expressiveness and cannot synthesize realistic textures. We introduce Formula-Driven supervised learning with Implicit Functions (FDIF), a framework that enables scalable pre-training without using any real data and medical expert annotations. FDIF introduces an implicit-function representation based on signed distance functions (SDFs), enabling compact modeling of complex geometries while exploiting the surface representation of SDFs to support controllable synthesis of both geometric and intensity textures. Across three medical image segmentation benchmarks (AMOS, ACDC, and KiTS) and three architectures (SwinUNETR, nnUNet ResEnc-L, and nnUNet Primus-M), FDIF consistently improves over a formula-driven method, and achieves performance comparable to self-supervised approaches pre-trained on large-scale real datasets. We further show that FDIF pre-training also benefits 3D classification tasks, highlighting implicit-function-based formula supervision as a promising paradigm for data-free representation learning. Code is available at this https URL.
FDIF:基于隐式函数的公式驱动监督学习用于三维医学图像分割 /
FDIF: Formula-Driven supervised Learning with Implicit Functions for 3D Medical Image Segmentation
1️⃣ 一句话总结
这篇论文提出了一种名为FDIF的新方法,它无需使用任何真实的医学图像和专家标注,仅通过数学公式生成带有复杂几何形状和逼真纹理的训练数据,就能有效训练三维医学图像分割模型,其性能可媲美基于大量真实数据训练的自监督学习方法。