在看pwcnet看到这个概念,其中论文中有一句话解释的很好,
A convolutional layer with a dilation constant k means that an input unit to a
filter in the layer are k-unit apart from the other input units to the filter in the layer, both in vertical and horizontal di-rections.
这里的unit指的是下图中的红点,但是下图中间那个图是加上第一张图的感受野才变成那样的,假如没有第一张图,直接是dilation_rate应该长成图2这样。目的是提高输出unit的感受野,但是卷积的参数没有变,输入还是9个unit
图2