AICurious Logo

What is: Deeper Atrous Spatial Pyramid Pooling?

SourceLiteSeg: A Novel Lightweight ConvNet for Semantic Segmentation
Year2000
Data SourceCC BY-SA - https://paperswithcode.com

DASPP is a deeper version of the ASPP module (the latter from DeepLabv3) that adds standard 3 × 3 convolution after 3 × 3 dilated convolutions to refine the features and also fusing the input and the output of the DASPP module via short residual connection. Also, the number of convolution filters of ASPP is reduced from 255 to 96 to gain computational performance.