Segmentation简记-Joint shape learning and segmentation for medical images using a minimalistic deep network

创新点

1.In this paper, we propose a multi-task learning framework with the main aim of exploiting structural and spatial information along with the class information.

总结

Network Architecture
Segmentation简记-Joint shape learning and segmentation for medical imagesThe first component of the network is similar to U-Net. The second component consists of parallel convolutional blocks for multi-task learning.

the top path in second component is the classication branch responsible for estimating the segmentation mask while the bottom path is used for the auxiliary task and is to estimate either the contour map as a classication task or the distance map as a regression task. For mask and contour estimation, 3x3 convolution is applied to get 2 feature maps while for distance map, the same convolution is applied to get 1 feature map.

Capturing Structural Information

We harness the spatial information that is implicitly present in ground truth segmentation masks and we achieve the same in two ways: i) using the contours obtained from the segmentation map and ii) using the euclidean distance transforms computed from the segmentation maps.

Segmentation简记-Joint shape learning and segmentation for medical images

相关文章:

  • 2018-11-06
  • 2021-11-13
  • 2021-05-03
  • 2021-12-02
  • 2021-06-20
  • 2021-07-06
  • 2021-06-25
  • 2021-11-20
猜你喜欢
  • 2021-11-15
  • 2022-01-07
  • 2021-10-29
  • 2021-04-21
  • 2021-11-08
  • 2021-05-18
  • 2021-12-26
相关资源
相似解决方案