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 arXiv 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 |
| runtime | n/a |
| subsampling | no |
| submission date | January, 2018 |
| previous submissions | 1 |
Average results
| Metric | Value |
|---|---|
| IoU Classes | 81.907 |
| iIoU Classes | 65.3349 |
| IoU Categories | 91.1962 |
| iIoU Categories | 81.4098 |
Class results
| Class | IoU | iIoU |
|---|---|---|
| road | 98.421 | - |
| sidewalk | 84.8583 | - |
| building | 93.6016 | - |
| wall | 60.7041 | - |
| fence | 63.4263 | - |
| pole | 68.0355 | - |
| traffic light | 77.415 | - |
| traffic sign | 80.7202 | - |
| vegetation | 93.7543 | - |
| terrain | 71.2942 | - |
| sky | 95.6546 | - |
| person | 86.7867 | 72.6728 |
| rider | 72.651 | 53.5919 |
| car | 95.7088 | 90.425 |
| truck | 79.8557 | 54.9174 |
| bus | 93.3238 | 63.7513 |
| train | 89.1279 | 65.455 |
| motorcycle | 72.6716 | 56.0713 |
| bicycle | 78.2222 | 65.7943 |
Category results
| Category | IoU | iIoU |
|---|---|---|
| flat | 98.5964 | - |
| nature | 93.301 | - |
| object | 74.5977 | - |
| sky | 95.6546 | - |
| construction | 93.8323 | - |
| human | 87.0232 | 73.5607 |
| vehicle | 95.3681 | 89.2589 |
