Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

ESPNet: Efficient Spatial Pyramid of Dilated Convolutions for Semantic Segmentation

About

We introduce a fast and efficient convolutional neural network, ESPNet, for semantic segmentation of high resolution images under resource constraints. ESPNet is based on a new convolutional module, efficient spatial pyramid (ESP), which is efficient in terms of computation, memory, and power. ESPNet is 22 times faster (on a standard GPU) and 180 times smaller than the state-of-the-art semantic segmentation network PSPNet, while its category-wise accuracy is only 8% less. We evaluated ESPNet on a variety of semantic segmentation datasets including Cityscapes, PASCAL VOC, and a breast biopsy whole slide image dataset. Under the same constraints on memory and computation, ESPNet outperforms all the current efficient CNN networks such as MobileNet, ShuffleNet, and ENet on both standard metrics and our newly introduced performance metrics that measure efficiency on edge devices. Our network can process high resolution images at a rate of 112 and 9 frames per second on a standard GPU and edge device, respectively.

Sachin Mehta, Mohammad Rastegari, Anat Caspi, Linda Shapiro, Hannaneh Hajishirzi• 2018

Related benchmarks

TaskDatasetResultRank
Semantic segmentationPASCAL VOC 2012 (test)
mIoU63.01
1342
Semantic segmentationCityscapes (test)
mIoU82.18
1145
Semantic segmentationCityscapes (val)
mIoU66.4
332
Semantic segmentationCityscapes (val)
mIoU66.2
287
Semantic segmentationCityscapes v1 (test)
mIoU60.3
74
Semantic segmentationCityscapes fine (test)
mIoU60.3
44
Semantic segmentationPASS (test)
mIoU24.7
28
Organ SegmentationWORD
Overall DICE79.92
20
Semantic segmentationCityscapes (val)
mIoU66.4
18
Scene ParsingCityscapes (test)
mIoU60.3
17
Showing 10 of 12 rows

Other info

Code

Follow for update