SOTAVerified

Waterfall Atrous Spatial Pooling Architecture for Efficient Semantic Segmentation

2019-12-06Code Available0· sign in to hype

Bruno Artacho, Andreas Savakis

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

We propose a new efficient architecture for semantic segmentation, based on a "Waterfall" Atrous Spatial Pooling architecture, that achieves a considerable accuracy increase while decreasing the number of network parameters and memory footprint. The proposed Waterfall architecture leverages the efficiency of progressive filtering in the cascade architecture while maintaining multiscale fields-of-view comparable to spatial pyramid configurations. Additionally, our method does not rely on a postprocessing stage with Conditional Random Fields, which further reduces complexity and required training time. We demonstrate that the Waterfall approach with a ResNet backbone is a robust and efficient architecture for semantic segmentation obtaining state-of-the-art results with significant reduction in the number of parameters for the Pascal VOC dataset and the Cityscapes dataset.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
Cityscapes testWASPnet (ours)Mean IoU (class)70.5Unverified
Cityscapes valWASPnet (ours)mIoU74Unverified
PASCAL VOC 2012 testWASPnet-CRF (ours)Mean IoU79.6Unverified
PASCAL VOC 2012 valWASPnet-CRF (ours)mIoU80.41Unverified

Reproductions