Example: quiz answers

Abstract - arxiv.org

Proceedings of Machine Learning Research Under Review:1 14, 2022 Full Paper MIDL 2022 submissionSemi-Supervised Medical Image Segmentation via CrossTeaching between CNN and TransformerXiangde Wang1,2, of Electronic Science and Technology of China, Chengdu, China2 Shanghai AI Lab, Shanghai, China;3 SenseTime, Shanghai, China; Corresponding authorEditors:Under Review for MIDL 2022 AbstractRecently, deep learning with Convolutional Neural Networks (CNNs) and Transformers hasshown encouraging results in fully supervised medical image segmentation.

Swin-UNet(Transformer) U. L. Label. Figure 1: Overview of Cross Teaching between CNN and Transformer. performance; (2) To the best of our knowledge, this is the rst attempt to use transformers to perform the semi-supervised medical image segmentation task and demonstrate it …

Tags:

  Tunes

Information

Domain:

Source:

Link to this page:

Please notify us if you found a problem with this document:

Other abuse

Advertisement

Transcription of Abstract - arxiv.org

1 Proceedings of Machine Learning Research Under Review:1 14, 2022 Full Paper MIDL 2022 submissionSemi-Supervised Medical Image Segmentation via CrossTeaching between CNN and TransformerXiangde Wang1,2, of Electronic Science and Technology of China, Chengdu, China2 Shanghai AI Lab, Shanghai, China;3 SenseTime, Shanghai, China; Corresponding authorEditors:Under Review for MIDL 2022 AbstractRecently, deep learning with Convolutional Neural Networks (CNNs) and Transformers hasshown encouraging results in fully supervised medical image segmentation.

2 However, it isstill challenging for them to achieve good performance with limited annotations for work presents a very simple yet efficient framework for semi-supervised medical imagesegmentation by introducing the cross teaching between CNN and Transformer. Specif-ically, we simplify the classical deep co-training from consistency regularization to crossteaching, where the prediction of a network is used as the pseudo label to supervise the othernetwork directly end-to-end. Considering the difference in learning paradigm between CNNand Transformer, we introduce the Cross Teaching between CNN and Transformer ratherthan just using CNNs.

3 Experiments on a public benchmark show that our method out-performs eight existing semi-supervised learning methods just with a more straightforwardframework. Notably, this work may be the first attempt to combine CNN and transformerfor semi-supervised medical image segmentation and achieve promising results on a publicbenchmark. The code will be released :Semi-supervised learning, CNN, transformer, cross IntroductionMedical image segmentation is a very basic and important step for computer-assisted diag-nosis, treatment planning, and intervention (Wang et al.)

4 , 2018; Luo et al., 2021d). Recently,Convolutional Neural Networks (CNNs) and Transformers with large-scale fine annotatedimages have achieved very promising results, even some applications have been used inthe clinical flow (Shi et al., 2020; Chen et al., 2021c). But these methods almost requirepixel/voxel-level expert labeling, which is more expensive and time-consuming than the nat-ural image annotation (Yu et al., 2019). This dilemma makes semi-supervised segmentationa cheap and practical method to train powerful models with limited carefully labeled dataand huge unlabeled or roughly labeled data.

5 These proprieties can be used to accelerateclinical data annotation, model development, and even reduce the annotation that is oftengiven by radiologists (Luo et al., 2021a,b; Xia et al., 2020; Wang et al., 2021a).Semi-supervised medical image segmentation:Recently, semi-supervised learning hasraised high attention in the medical image computing community. A lot of semi-supervised 2022 X. Luo, M. Hu, T. Song, G. Wang & S. [ ] 1 Mar 2022 Luo Hu Song Wang Zhangmethods have been proposed for medical image analysis, including pseudo-labelling (Wanget al.)

6 , 2021a; Bai et al., 2017; Chen et al., 2021b), deep co-training (Qiao et al., 2018; Zhouet al., 2019), deep adversarial learning (Zhang et al., 2017; Hu et al., 2020), few-shot learn-ing (Tang et al., 2021a), mean teacher and its extensions (Tarvainen and Valpola, 2017; Yuet al., 2019; Li et al., 2020; Rei et al., 2021; You et al., 2021a,b), multi-task learning (Luoet al., 2021a; Kervadec et al., 2019; Chen et al., 2019), confidence learning (Vu et al., 2019),contrastive learning (Peng et al., 2021), and etc. All these methods combine both labeledand unlabeled data to train powerful and robust CNN for medical image segmentation:CNN-based medical imagesegmentation approaches have been studied for many years, and most of them are based onUNet (Ronneberger et al.

7 , 2015) or its variants, achieving very promising results in varioustasks (Isensee et al., 2021). Although the exceptional representation capacity, CNN-basedmethods are also limited by lacking the ability of modeling the global and long-range se-mantic information interaction, due to the intrinsic locality of convolution operations (Chenet al., 2021a). More recently, self-attention-based architectures (Dosovitskiy et al., 2020)(vision transformers) are introduced to the vision recognition tasks to model the long-rangedependencies.

8 After that, many variants of vision transformers achieved great success innatural image recognition tasks, like Swin-Transformer (Liu et al., 2021), DieT (Touvronet al., 2021), PVT (Wang et al., 2021b), TiT (Han et al., 2021), etc. Benefiting fromthe great representation capacity of transformers, several works attempt to use transform-ers to replace or combine CNNs for better medical image segmentation results, such asTransUNet (Chen et al., 2021a), Swin-UNet (Cao et al., 2021), CoTr (Xie et al.)

9 , 2021), UN-ETR (Hatamizadeh et al., 2021), nnFormer (Zhou et al., 2021), etc. All these works showthat transformers can further lead to performance gain than CNNs and also point out thatit is worth to pay more attention to the transformer in the future. Although transformershave very exceptional representation capacity, it is still a data-hungry solution for recog-nition tasks, even require more data than CNNs (He et al., 2021; Tang et al., 2021b; Youet al., 2022). How to train transformers with a semi-supervised fashion is also an interestingand challenging problem, especially for data limited medical image analysis this work, we present a simple yet efficient regularization scheme between CNN andTransformer, called Cross Teaching between CNN and Transformer.

10 This framework takesboth labeled and unlabeled images as inputs, and each input image passes a CNN and atransformer respectively to produce the prediction. For the labeled data, the CNN andtransformer are supervised by the ground truth individually. Inspired by (Qiao et al., 2018;Han et al., 2018), we used predictions of unlabeled images generated by CNN/Transformerto update the parameters of the Transformer/CNN respectively. The advantages of theproposed are two-fold: (1) cross teaching is implicit consistency regularization, which canproduce more stable and accurate pseudo labels than explicit consistency consistency regularization enforces to minimize the difference of different networks predictions and optimize them at the same time, it could lead to predictions of different net-work are same but predictions are wrong.


Related search queries