Dilated convolutions.

Dilated convolutions.


A recent development (e.g. seepaper by Fisher Yu and Vladlen Koltun) is to introduce one more hyperparameter to the CONV layer called thedilation. So far we’ve only discussed CONV filters that are contiguous. However, it’s possible to have filters that have spaces between each cell, called dilation. As an example, in one dimension a filterwof size 3 would compute over inputxthe following:w[0]*x[0] + w[1]*x[1] + w[2]*x[2]. This is dilation of 0. For dilation 1 the filter would instead computew[0]*x[0] + w[1]*x[2] + w[2]*x[4]; In other words there is a gap of 1 between the applications. This can be very useful in some settings to use in conjunction with 0-dilated filters because it allows you to merge spatial information across the inputs much more agressively with fewer layers. For example, if you stack two 3x3 CONV layers on top of each other then you can convince yourself that the neurons on the 2nd layer are a function of a 5x5 patch of the input (we would say that theeffective receptive fieldof these neurons is 5x5). If we use dilated convolutions then this effective receptive field would grow much quicker.

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容

  • 坐在僻静的角落,听着外面排队机的叫号,我很迷茫。 感觉这不是我要的生活,日复一日同样的工作,甚至说是厌恶。 我无法...
    做成攻的旺仔王阅读 146评论 0 0
  • 地道的广东人自然是对粤菜有种无法解释的爱, 吃了很多地方的美食,去过很多地方旅行,久了之后发现最想念的还是粤菜。 ...
    草莓牛奶没草莓阅读 532评论 1 49
  • 子夏问孝,子曰:“色难。有事,弟子服其劳。有酒食,先生馔。曾是以为孝乎?” 白话试译 子夏问:“怎样是孝道?”先生...
    一棵树2016阅读 245评论 0 1