dreamlike-zzg

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

U-Net: Convolutional Networks for Biomedical Image Segmentation

18 May 2015

Network Architecture

结构对称
contracting path to capture context : repeated application of two 3x3 unpadded convolutions + relu + max pooling, 每次downsampling将channel * 2
symmetric expanding path that enables precise localization
The initial weights from a Gaussian distribution with a standard
deviation of p2=N, where N denotes the number of incoming nodes of one neuron
在这里插入图片描述
在这里插入图片描述

Loss

加权:类别数量+到边界距离
在这里插入图片描述
在这里插入图片描述

posted on 2022-11-05 15:59  梦幻济公  阅读(13)  评论(0编辑  收藏  举报