1: \begin{abstract}
2: %%%
3: 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.
4: Semi-supervised learning (SSL) solves 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 foreground objects.
5: In this paper, we introduce the \underline{Tra}nslation \underline{Co}nsistent \underline{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 foreground objects. Furthermore, we propose the replacement of the commonly used mean squared error (MSE) semi-supervised loss by a new Confident Regional Cross entropy (CRC) 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.
6: Our TraCoCo shows state-of-the-art results for the Left Atrium (LA), Pancreas-CT (Pancreas), and Brain Tumor Segmentation (BRaTS19) datasets with different backbones. Our code, training logs and checkpoints are available at \url{https://github.com/yyliu01/TraCoCo}.
7: %%%%
8: \end{abstract}
9: