Scaling Wide Residual Networks for Panoptic Segmentation
The Wide Residual Networks (Wide-ResNets), a shallow but wide model variant of the Residual Networks (ResNets) by stacking a small number of residual blocks with large channel sizes, have demonstrated outstanding performance on multiple dense prediction tasks. However, since proposed, the Wide-ResNet architecture has barely evolved over the years. In this work, we revisit its architecture design for the recent challenging panoptic segmentation task, which aims to unify semantic segmentation and instance segmentation. A baseline model is obtained by incorporating the simple and effective Squeeze-and-Excitation and Switchable Atrous Convolution to the Wide-ResNets. Its network capacity is further scaled up or down by adjusting the width (i.e., channel size) and depth (i.e., number of layers), resulting in a family of SWideRNets (short for Scaling Wide Residual Networks). We demonstrate that such a simple scaling scheme, coupled with grid search, identifies several SWideRNets that significantly advance state-of-the-art performance on panoptic segmentation datasets in both the fast model regime and strong model regime.
PDF AbstractDatasets
Results from the Paper
Ranked #2 on Panoptic Segmentation on Cityscapes test (using extra training data)
Task | Dataset | Model | Metric Name | Metric Value | Global Rank | Uses Extra Training Data |
Benchmark |
---|---|---|---|---|---|---|---|
Panoptic Segmentation | Cityscapes test | Panoptic-DeepLab (SWideRNet [1, 1, 4.5], Mapillary, multi-scale) | PQ | 67.8 | # 2 | ||
Panoptic Segmentation | Cityscapes val | Panoptic-DeepLab (SWideRNet [1, 1, 4.5], Mapillary Vistas, single-scale) | PQ | 68.5 | # 4 | ||
mIoU | 84.6 | # 3 | |||||
AP | 42.8 | # 14 | |||||
Panoptic Segmentation | Cityscapes val | Panoptic-DeepLab (SWideRNet [1, 1, 4.5], Mapillary Vistas, multi-scale) | PQ | 69.6 | # 2 | ||
mIoU | 85.3 | # 2 | |||||
AP | 46.8 | # 2 | |||||
Panoptic Segmentation | COCO test-dev | Panoptic-DeepLab (SWideRNet-[1, 1, 4], multi-scale) | PQ | 46.5 | # 24 | ||
PQst | 38.2 | # 14 | |||||
PQth | 52.0 | # 24 | |||||
Panoptic Segmentation | Mapillary val | Panoptic-DeepLab (SWideRNet-(1, 1, 4.5), multi-scale) | PQ | 44.8 | # 4 | ||
mIoU | 60.0 | # 3 | |||||
PQth | 39.3 | # 4 | |||||
PQst | 51.9 | # 5 |