论文标题
部分可观测时空混沌系统的无模型预测
Translation Consistent Semi-supervised Segmentation for 3D Medical Images
论文作者
论文摘要
3D医学图像分割方法已经成功,但是它们对大量体素级注释数据的依赖是一个缺点,鉴于要获得这种注释的高成本,需要解决。半监督学习(SSL)通过培训大型未标记和小标记的数据集来解决此问题。最成功的SSL方法是基于一致性学习,该学习可以最大程度地减少从未标记数据的扰动视图中获得的模型响应之间的距离。这些扰动通常使视图之间的空间输入上下文保持相当一致,这可能会导致模型从空间输入上下文而不是分段对象学习分割模式。在本文中,我们介绍了翻译一致的共同训练(tracoco),这是一种一致性学习SSL方法,它通过改变其空间输入上下文来启用输入数据视图,从而允许模型从视觉对象学习分割模式。此外,我们建议通过新的跨模型自信的二进制跨熵(CBC)损失替换常用的均方根误差(MSE)半监督损失,从而改善了训练的收敛性,并保持了与共同训练伪taber的稳健性。我们还将cutmix扩展扩展到3D SSL,以进一步改善概括。我们的tracoco显示了具有不同骨架的左心房(LA)和脑肿瘤分割(BRATS19)数据集的最新结果。我们的代码可在https://github.com/yyliu01/tracoco上找到。
3D medical image segmentation methods have been successful, but their dependence on large amounts of voxel-level annotated data is a disadvantage that needs to be addressed given the high cost to obtain such annotation. Semi-supervised learning (SSL) solve this issue by training models with a large unlabelled and a small labelled dataset. The most successful SSL approaches are based on consistency learning that minimises the distance between model responses obtained from perturbed views of the unlabelled data. These perturbations usually keep the spatial input context between views fairly consistent, which may cause the model to learn segmentation patterns from the spatial input contexts instead of the segmented objects. In this paper, we introduce the Translation Consistent Co-training (TraCoCo) which is a consistency learning SSL method that perturbs the input data views by varying their spatial input context, allowing the model to learn segmentation patterns from visual objects. Furthermore, we propose the replacement of the commonly used mean squared error (MSE) semi-supervised loss by a new Cross-model confident Binary Cross entropy (CBC) loss, which improves training convergence and keeps the robustness to co-training pseudo-labelling mistakes. We also extend CutMix augmentation to 3D SSL to further improve generalisation. Our TraCoCo shows state-of-the-art results for the Left Atrium (LA) and Brain Tumor Segmentation (BRaTS19) datasets with different backbones. Our code is available at https://github.com/yyliu01/TraCoCo.