Waterfall Atrous Spatial Pooling Architecture for Efficient Semantic Segmentation
Bruno Artacho, Andreas Savakis
Code Available — Be the first to reproduce this paper.
ReproduceCode
- github.com/bmartacho/WASPOfficialpytorch★ 0
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
| Dataset | Model | Metric | Claimed | Verified | Status |
|---|---|---|---|---|---|
| Cityscapes test | WASPnet (ours) | Mean IoU (class) | 70.5 | — | Unverified |
| Cityscapes val | WASPnet (ours) | mIoU | 74 | — | Unverified |
| PASCAL VOC 2012 test | WASPnet-CRF (ours) | Mean IoU | 79.6 | — | Unverified |
| PASCAL VOC 2012 val | WASPnet-CRF (ours) | mIoU | 80.41 | — | Unverified |