🌙

相邻特征传播网络(AFPNet)用于实时语义分割

Adjacent Feature Propagation Network (AFPNet) for Real-Time Semantic Segmentation

IEEE Transactions on Systems, Man, and Cybernetics: Systems · 2021
被引 20
ABS 3

中文导读

提出一种新的实时语义分割网络AFPNet,通过局部记忆模块和级联金字塔池化模块提升精度和速度,在Cityscapes数据集上达到76.4%的mIoU,并成功部署于嵌入式平台用于移动机器人导航。

Abstract

With the development of deep learning, semantic segmentation has received considerable attention within the robotics community. For semantic segmentation to be applied to mobile robots or autonomous vehicles, real-time processing is essential. In this article, a new real-time semantic segmentation network, called the adjacent feature propagation network (AFPNet), is proposed to achieve high performance and fast inference. AFPNet executes in real time on a commercial embedded GPU. The network includes two new modules. The local memory module (LMM) is the first; it improves the upsampling accuracy by propagating the high-level features to the adjacent grids. The cascaded pyramid pooling module (CPPM) is the second; it reduces computational time by changing the structure of the pyramid pooling module. Using these two modules, the proposed AFPNet achieved 76.4% mean intersection-over-union on the Cityscapes test dataset, outperforming other real-time semantic segmentation networks. Furthermore, AFPNet was successfully deployed on an embedded board Jetson AGX Xavier and applied to the real-world navigation of a mobile robot, proving that AFPNet can be effectively used in a variety of real-time applications.

深度学习语义分割实时计算机器人计算机视觉