Method Details


Details for method 'DPC'

 

Method overview

name DPC
challenge pixel-level semantic labeling
details In this work we explore the construction of meta-learning techniques for dense image prediction focused on the tasks of scene parsing. Constructing viable search spaces in this domain is challenging because of the multi-scale representation of visual information and the necessity to operate on high resolution imagery. Based on a survey of techniques in dense image prediction, we construct a recursive search space and demonstrate that even with efficient random search, we can identify architectures that achieve state-of-the-art performance. Additionally, the resulting architecture (called DPC for Dense Prediction Cell) is more computationally efficient, requiring half the parameters and half the computational cost as previous state of the art systems.
publication Searching for Efficient Multi-Scale Architectures for Dense Image Prediction
Liang-Chieh Chen, Maxwell D. Collins, Yukun Zhu, George Papandreou, Barret Zoph, Florian Schroff, Hartwig Adam, Jonathon Shlens
NIPS 2018
https://arxiv.org/abs/1809.04184
project page / code https://github.com/tensorflow/models/tree/master/research/deeplab
used Cityscapes data fine annotations, coarse annotations
used external data ImageNet, COCO
runtime n/a
subsampling no
submission date May, 2018
previous submissions

 

Average results

Metric Value
IoU Classes 82.6589
iIoU Classes 63.3385
IoU Categories 91.951
iIoU Categories 82.459

 

Class results

Class IoU iIoU
road 98.6922 -
sidewalk 87.1162 -
building 93.7778 -
wall 57.7215 -
fence 63.5276 -
pole 71.04 -
traffic light 78.0381 -
traffic sign 82.0924 -
vegetation 94.0007 -
terrain 73.3133 -
sky 95.4438 -
person 88.215 73.9174
rider 74.4564 54.008
car 96.4712 91.5707
truck 81.165 49.3401
bus 93.3021 59.4799
train 89.0264 58.8185
motorcycle 74.1267 52.879
bicycle 78.992 66.6942

 

Category results

Category IoU iIoU
flat 98.7649 -
nature 93.641 -
object 76.8501 -
sky 95.4438 -
construction 94.0897 -
human 88.6533 74.902
vehicle 96.2146 90.016

 

Links

Download results as .csv file

Benchmark page