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

Semantic Segmentation With Multi Scale Spatial Attention For Self Driving Cars

About

In this paper, we present a novel neural network using multi scale feature fusion at various scales for accurate and efficient semantic image segmentation. We used ResNet based feature extractor, dilated convolutional layers in downsampling part, atrous convolutional layers in the upsampling part and used concat operation to merge them. A new attention module is proposed to encode more contextual information and enhance the receptive field of the network. We present an in depth theoretical analysis of our network with training and optimization details. Our network was trained and tested on the Camvid dataset and Cityscapes dataset using mean accuracy per class and Intersection Over Union (IOU) as the evaluation metrics. Our model outperforms previous state of the art methods on semantic segmentation achieving mean IOU value of 74.12 while running at >100 FPS.

Abhinav Sagar, RajKumar Soundrapandiyan• 2020

Related benchmarks

TaskDatasetResultRank
Semantic segmentationCityscapes (test)
mIoU72.4
1145
Semantic segmentationCamVid (test)
mIoU74.12
411
Showing 2 of 2 rows

Other info

Code

Follow for update