IVCVLGJul 8, 2021

Label-set Loss Functions for Partial Supervision: Application to Fetal Brain 3D MRI Parcellation

arXiv:2107.03846v230 citationsHas Code
Originality Highly original
AI Analysis

This work addresses the challenge of making better use of partially annotated medical imaging datasets for segmentation, which is incremental as it builds on existing loss functions but introduces a novel theoretical framework.

The paper tackles the problem of training deep neural networks for segmentation with partially annotated datasets by proposing an axiomatic definition of label-set loss functions, proving a unique conversion method from classical loss functions, and introducing the leaf-Dice loss. It achieves a new state of the art in partially supervised learning for fetal brain 3D MRI segmentation, segmenting multiple brain structures based on MRI scans of normal fetuses or those with open spina bifida.

Deep neural networks have increased the accuracy of automatic segmentation, however, their accuracy depends on the availability of a large number of fully segmented images. Methods to train deep neural networks using images for which some, but not all, regions of interest are segmented are necessary to make better use of partially annotated datasets. In this paper, we propose the first axiomatic definition of label-set loss functions that are the loss functions that can handle partially segmented images. We prove that there is one and only one method to convert a classical loss function for fully segmented images into a proper label-set loss function. Our theory also allows us to define the leaf-Dice loss, a label-set generalization of the Dice loss particularly suited for partial supervision with only missing labels. Using the leaf-Dice loss, we set a new state of the art in partially supervised learning for fetal brain 3D MRI segmentation. We achieve a deep neural network able to segment white matter, ventricles, cerebellum, extra-ventricular CSF, cortical gray matter, deep gray matter, brainstem, and corpus callosum based on fetal brain 3D MRI of anatomically normal fetuses or with open spina bifida. Our implementation of the proposed label-set loss functions is available at https://github.com/LucasFidon/label-set-loss-functions

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes