Method Details
Details for method 'Mapillary Research: In-Place Activated BatchNorm'
Method overview
name | Mapillary Research: In-Place Activated BatchNorm |
challenge | pixel-level semantic labeling |
details | In-Place Activated Batch Normalization (InPlace-ABN) is a novel approach to drastically reduce the training memory footprint of modern deep neural networks in a computationally efficient way. Our solution substitutes the conventionally used succession of BatchNorm + Activation layers with a single plugin layer, hence avoiding invasive framework surgery while providing straightforward applicability for existing deep learning frameworks. We obtain memory savings of up to 50% by dropping intermediate results and by recovering required information during the backward pass through the inversion of stored forward results, with only minor increase (0.8-2%) in computation time. Test results are obtained using a single model. |
publication | In-Place Activated BatchNorm for Memory-Optimized Training of DNNs Samuel Rota Bulò, Lorenzo Porzi, Peter Kontschieder http://research.mapillary.com/publications/arXive17.html |
project page / code | https://github.com/mapillary/inplace_abn |
used Cityscapes data | fine annotations, coarse annotations |
used external data | ImageNet, Mapillary Vistas Research Edition |
runtime | n/a |
subsampling | 4 |
submission date | January, 2018 |
previous submissions |
Average results
Metric | Value |
---|---|
IoU Classes | 81.5542 |
iIoU Classes | 65.159 |
IoU Categories | 91.0412 |
iIoU Categories | 81.6885 |
Class results
Class | IoU | iIoU |
---|---|---|
road | 98.4669 | - |
sidewalk | 85.3926 | - |
building | 93.4922 | - |
wall | 58.7807 | - |
fence | 64.9731 | - |
pole | 67.5111 | - |
traffic light | 77.3449 | - |
traffic sign | 80.4779 | - |
vegetation | 93.6902 | - |
terrain | 71.8745 | - |
sky | 95.5452 | - |
person | 86.1572 | 73.1341 |
rider | 71.0264 | 54.0681 |
car | 95.6027 | 90.3243 |
truck | 78.7955 | 55.2583 |
bus | 92.339 | 62.6626 |
train | 87.0312 | 64.2546 |
motorcycle | 72.932 | 55.473 |
bicycle | 78.097 | 66.0973 |
Category results
Category | IoU | iIoU |
---|---|---|
flat | 98.6212 | - |
nature | 93.267 | - |
object | 74.2144 | - |
sky | 95.5452 | - |
construction | 93.7781 | - |
human | 86.5765 | 74.1419 |
vehicle | 95.286 | 89.2352 |