SOTAVerified

LiteSeg: A Novel Lightweight ConvNet for Semantic Segmentation

2019-12-13Code Available0· sign in to hype

Taha Emara, Hossam E. Abd El Munim, Hazem M. Abbas

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Semantic image segmentation plays a pivotal role in many vision applications including autonomous driving and medical image analysis. Most of the former approaches move towards enhancing the performance in terms of accuracy with a little awareness of computational efficiency. In this paper, we introduce LiteSeg, a lightweight architecture for semantic image segmentation. In this work, we explore a new deeper version of Atrous Spatial Pyramid Pooling module (ASPP) and apply short and long residual connections, and depthwise separable convolution, resulting in a faster and efficient model. LiteSeg architecture is introduced and tested with multiple backbone networks as Darknet19, MobileNet, and ShuffleNet to provide multiple trade-offs between accuracy and computational cost. The proposed model LiteSeg, with MobileNetV2 as a backbone network, achieves an accuracy of 67.81% mean intersection over union at 161 frames per second with 640 360 resolution on the Cityscapes dataset.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
Cityscapes testLightSeg-DarkNet19Mean IoU (class)70.75Unverified
Cityscapes testLightSeg-MobileNetMean IoU (class)67.81Unverified
Cityscapes testLiteSeg-MobileNetMean IoU (class)67.81Unverified
Cityscapes testLightSeg-ShuffleNetMean IoU (class)65.17Unverified
Cityscapes testLiteSeg-ShuffleNetMean IoU (class)65.17Unverified

Reproductions