English

Feature Pyramid Encoding Network for Real-time Semantic Segmentation

Computer Vision and Pattern Recognition 2019-09-19 v1

Abstract

Although current deep learning methods have achieved impressive results for semantic segmentation, they incur high computational costs and have a huge number of parameters. For real-time applications, inference speed and memory usage are two important factors. To address the challenge, we propose a lightweight feature pyramid encoding network (FPENet) to make a good trade-off between accuracy and speed. Specifically, we use a feature pyramid encoding block to encode multi-scale contextual features with depthwise dilated convolutions in all stages of the encoder. A mutual embedding upsample module is introduced in the decoder to aggregate the high-level semantic features and low-level spatial details efficiently. The proposed network outperforms existing real-time methods with fewer parameters and improved inference speed on the Cityscapes and CamVid benchmark datasets. Specifically, FPENet achieves 68.0\% mean IoU on the Cityscapes test set with only 0.4M parameters and 102 FPS speed on an NVIDIA TITAN V GPU.

Keywords

Cite

@article{arxiv.1909.08599,
  title  = {Feature Pyramid Encoding Network for Real-time Semantic Segmentation},
  author = {Mengyu Liu and Hujun Yin},
  journal= {arXiv preprint arXiv:1909.08599},
  year   = {2019}
}

Comments

Accepted to BMVC 2019

R2 v1 2026-06-23T11:19:29.691Z