# Design of Real-time Semantic Segmentation Decoder for Automated Driving

**Authors:** Arindam Das, Saranya Kandan, Senthil Yogamani, Pavel Krizek

arXiv: 1901.06580 · 2019-01-23

## TL;DR

This paper proposes a novel, efficient semantic segmentation decoder design tailored for real-time automated driving, improving performance while maintaining low computational cost.

## Contribution

It introduces a new non-bottleneck layer and decoder family optimized for real-time use with an efficient encoder, enhancing segmentation performance.

## Key findings

- Achieved 10% performance improvement over baseline
- Designed a decoder suitable for embedded real-time systems
- Validated on a custom dataset

## Abstract

Semantic segmentation remains a computationally intensive algorithm for embedded deployment even with the rapid growth of computation power. Thus efficient network design is a critical aspect especially for applications like automated driving which requires real-time performance. Recently, there has been a lot of research on designing efficient encoders that are mostly task agnostic. Unlike image classification and bounding box object detection tasks, decoders are computationally expensive as well for semantic segmentation task. In this work, we focus on efficient design of the segmentation decoder and assume that an efficient encoder is already designed to provide shared features for a multi-task learning system. We design a novel efficient non-bottleneck layer and a family of decoders which fit into a small run-time budget using VGG10 as efficient encoder. We demonstrate in our dataset that experimentation with various design choices led to an improvement of 10\% from a baseline performance.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1901.06580/full.md

## Figures

12 figures with captions in the complete paper: https://tomesphere.com/paper/1901.06580/full.md

## References

30 references — full list in the complete paper: https://tomesphere.com/paper/1901.06580/full.md

---
Source: https://tomesphere.com/paper/1901.06580