Atrous algorithm: deeplab

This algorithm first appeared in deep learning is Deeplab for semantic segmentation.

In Review of Deep learning [nature14539]

An image, for example, comes in the form of an array of pixel values, and the learned features in the first layer of representation typically represent the presence or absence of edges at particular orientations and locations in the image. The second layer typically detects motifs by spotting particular arrangements of edges, regardless of small variations in the edge positions. The third layer may assemble motifs into larger combinations that correspond to parts of familiar objects, and subsequent layers would detect objects as combinations of these parts.

Then there is a trade-off between spatial information and semantic information. In shallow layers, there are more spatial info but less semantic info. In deeper layers, we get more semantic info but we lose the location. However,these high-level CV tasks require both of them the more complete the better.

In FCN, the last layer’s feature map only obtain 16*16 size, then bilinear interpolation. It is better off using a denser feature map to achieve better spatial performance. Then deeplab transfer the atrous algorithm to this elegant transfer learning which is widely used in object detection, semantic segmentation, etc. In this paper:

We can implement this more efficiently by keeping the filters intact and instead sparsely sample the feature maps on which they are applied on using an input stride of 2 or 4 pixel, respectively.

Aiming to achieve denser feature map but without retrain pipeline, we have to keep the filters intact, namely, keep the receptive field intact..
So
1. Only to fine-tune the “head layers” added
2. Utilize the model’s filter downloaded sufficiently.


Atrous algorithm solve the problom that how to keep the filters
Here is an 1 dimension example.

这里写图片描述

a. original VGG with poor feature maps.
b. denser one but change the receptive field.
c. atrous algorithm.

快考试了得练一下英语,如果英语或者算法理解有错,感谢交流指正

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值