100 likes | 141 Views
DenseASPP for Semantic Segmentation in Street Scenes. CVPR 2018 Maoke Yang, Kun Yu, Chi Zhang * , Zhiwei Li * , Kuiyuan Yang * DeepMotion .Inc * MSRA Speaker: Zhixuan Li. Important challenge in Scene Segmentation. Scale variation People Cars. Importance of Large Reception Field.
E N D
DenseASPP for Semantic Segmentation in Street Scenes CVPR 2018 Maoke Yang, Kun Yu, Chi Zhang*, Zhiwei Li*, Kuiyuan Yang* DeepMotion .Inc *MSRA Speaker: Zhixuan Li
Important challenge in Scene Segmentation • Scale variation • People • Cars
Importance of Large Reception Field Big Object Small Kernel Big Object Big Kernel Small Object Small Kernel
How to enlarge Reception Field • Atrous convolution • Atrous convolution is proposed to enlarge the size of reception field and dicrease the cost of computing simultaneously.
How to enlarge Reception Field • ASPP • ASPP is proposed to concatenate feature maps generated by atrous convolution with different dilation rates.
Disadvantage of ASPP When training high resolution images, the size of reception field will never become big enough. And large enough dilation ratio (d>24) will decrease the power of model.
DenseASPP Layer cascade Through cascade, applying d=6 conv on the feature map of d=3 conv, we can actually get the bigger receptive field than a normal d=6 conv can get.
Conclusion Cascadeis an important thought, separating a big problem to some simple problems is very helpful sometimes.