SOTAVerified

EfficientSeg: An Efficient Semantic Segmentation Network

2020-09-14Code Available1· sign in to hype

Vahit Bugra Yesilkaynak, Yusuf H. Sahin, Gozde Unal

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Deep neural network training without pre-trained weights and few data is shown to need more training iterations. It is also known that, deeper models are more successful than their shallow counterparts for semantic segmentation task. Thus, we introduce EfficientSeg architecture, a modified and scalable version of U-Net, which can be efficiently trained despite its depth. We evaluated EfficientSeg architecture on Minicity dataset and outperformed U-Net baseline score (40% mIoU) using the same parameter count (51.5% mIoU). Our most successful model obtained 58.1% mIoU score and got the fourth place in semantic segmentation track of ECCV 2020 VIPriors challenge.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
Cityscapes VIPriors subsetEfficientSegAccuracy81.68Unverified

Reproductions