# A Comparative Study of High-Recall Real-Time Semantic Segmentation Based   on Swift Factorized Network

**Authors:** Kaite Xiang, Kaiwei Wang, Kailun Yang

arXiv: 1907.11394 · 2019-07-29

## TL;DR

This paper introduces a real-time semantic segmentation network called Swift Factorized Network (SFN) aimed at high recall rates for autonomous vehicle applications, exploring methods to improve recall without sacrificing efficiency.

## Contribution

The paper proposes SFN, a novel real-time SS network with enlarged receptive fields, and investigates three methods—loss function, classifier, and decision rules—to enhance recall rates.

## Key findings

- SFN achieves high recall rates on CamVid and Cityscapes datasets.
- Enlarged receptive fields improve segmentation performance.
- Three proposed methods effectively increase recall rates.

## Abstract

Semantic Segmentation (SS) is the task to assign a semantic label to each pixel of the observed images, which is of crucial significance for autonomous vehicles, navigation assistance systems for the visually impaired, and augmented reality devices. However, there is still a long way for SS to be put into practice as there are two essential challenges that need to be addressed: efficiency and evaluation criterions for practical application. For specific application scenarios, different criterions need to be adopted. Recall rate is an important criterion for many tasks like autonomous vehicles. For autonomous vehicles, we need to focus on the detection of the traffic objects like cars, buses, and pedestrians, which should be detected with high recall rates. In other words, it is preferable to detect it wrongly than miss it, because the other traffic objects will be dangerous if the algorithm miss them and segment them as safe roadways. In this paper, our main goal is to explore possible methods to attain high recall rate. Firstly, we propose a real-time SS network named Swift Factorized Network (SFN). The proposed network is adapted from SwiftNet, whose structure is a typical U-shape structure with lateral connections. Inspired by ERFNet and Global convolution Networks (GCNet), we propose two different blocks to enlarge valid receptive field. They do not take up too much calculation resources, but significantly enhance the performance compared with the baseline network. Secondly, we explore three ways to achieve higher recall rate, i.e. loss function, classifier and decision rules. We perform a comprehensive set of experiments on state-of-the-art datasets including CamVid and Cityscapes. We demonstrate that our SS convolutional neural networks reach excellent performance. Furthermore, we make a detailed analysis and comparison of the three proposed methods on the promotion of recall rate.

## Full text

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

## Figures

36 figures with captions in the complete paper: https://tomesphere.com/paper/1907.11394/full.md

## References

36 references — full list in the complete paper: https://tomesphere.com/paper/1907.11394/full.md

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