dreamlike-zzg

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

Learning Fully Dense Neural Networks for Image Semantic Segmentation

1、融合feature map时,concate所有前层feature map,encoder network is based on the DenseNet-264
2、boundary-aware loss:边界像素作为hard example

Architecture

在这里插入图片描述
在这里插入图片描述

Boundary-aware loss

根据pixel到boundary的距离,将pixel划分为多个set,每个set赋不同weight α
在这里插入图片描述
融合feature map均参与loss计算
在这里插入图片描述

Implementation details

Training:
Random crops of 512×512
horizontal flip
“poly” learning rate policy
train the dataset with 30K iterations.
The initial learning rate is set to 0:00025. We set momentum to 0:9 and weight decay to 0:0005.
Inference
multi-scale inference:
pad images with mean value
Horizontal flipping
multi-scale inference,ranging from 0.6 to 1.4
average the predictions on the same image across different scales for the final prediction
average the predictions on the
same image across different scales for the final prediction
在这里插入图片描述
在这里插入图片描述

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