Method Details
Details for method 'L2-SP'
Method overview
name | L2-SP |
challenge | pixel-level semantic labeling |
details | With a simple variant of weight decay, L2-SP regularization (see the paper for details), we reproduced PSPNet based on original ResNet-101 using "train_fine + train_extra" set (2975 + 20000 images), with a small batch size 8. The sync batch normalization layer is implemented in Tensorflow (see the code). |
publication | Explicit Inductive Bias for Transfer Learning with Convolutional Networks Xuhong Li, Yves Grandvalet, Franck Davoine arxiv https://arxiv.org/abs/1802.01483 |
project page / code | https://github.com/holyseven/PSPNet-TF-Reproduce |
used Cityscapes data | fine annotations, coarse annotations |
used external data | ImageNet |
runtime | n/a |
subsampling | no |
submission date | March, 2018 |
previous submissions |
Average results
Metric | Value |
---|---|
IoU Classes | 80.3147 |
iIoU Classes | 57.6026 |
IoU Categories | 90.9919 |
iIoU Categories | 79.1915 |
Class results
Class | IoU | iIoU |
---|---|---|
road | 98.6571 | - |
sidewalk | 86.6616 | - |
building | 93.4076 | - |
wall | 59.1523 | - |
fence | 62.4573 | - |
pole | 67.6514 | - |
traffic light | 74.7922 | - |
traffic sign | 78.8639 | - |
vegetation | 93.6733 | - |
terrain | 72.9017 | - |
sky | 95.4642 | - |
person | 86.5306 | 69.0716 |
rider | 72.2835 | 49.4562 |
car | 95.9754 | 90.4039 |
truck | 73.9411 | 39.6723 |
bus | 86.864 | 55.0708 |
train | 79.8865 | 48.1032 |
motorcycle | 70.5744 | 47.585 |
bicycle | 76.2415 | 61.4579 |
Category results
Category | IoU | iIoU |
---|---|---|
flat | 98.6952 | - |
nature | 93.3275 | - |
object | 73.6724 | - |
sky | 95.4642 | - |
construction | 93.6349 | - |
human | 86.6478 | 69.9688 |
vehicle | 95.5015 | 88.4142 |