刘万青, 魏国, 高春峰, 于旭东, 谭中奇, 张成众, 侯承志, 朱旭. 基于深度学习的UWB NLOS传播影响抑制技术研究[J]. 红外与激光工程, 2023, 52(12): 20230183. DOI: 10.3788/IRLA20230183
引用本文: 刘万青, 魏国, 高春峰, 于旭东, 谭中奇, 张成众, 侯承志, 朱旭. 基于深度学习的UWB NLOS传播影响抑制技术研究[J]. 红外与激光工程, 2023, 52(12): 20230183. DOI: 10.3788/IRLA20230183
Liu Wanqing, Wei Guo, Gao Chunfeng, Yu Xudong, Tan Zhongqi, Zhang Chengzhong, Hou Chengzhi, Zhu Xu. Deep learning-based impact mitigation method for UWB NLOS propagation[J]. Infrared and Laser Engineering, 2023, 52(12): 20230183. DOI: 10.3788/IRLA20230183
Citation: Liu Wanqing, Wei Guo, Gao Chunfeng, Yu Xudong, Tan Zhongqi, Zhang Chengzhong, Hou Chengzhi, Zhu Xu. Deep learning-based impact mitigation method for UWB NLOS propagation[J]. Infrared and Laser Engineering, 2023, 52(12): 20230183. DOI: 10.3788/IRLA20230183

基于深度学习的UWB NLOS传播影响抑制技术研究

Deep learning-based impact mitigation method for UWB NLOS propagation

  • 摘要: 随着智能技术和设备的不断发展,精确定位技术在军事领域的应用越来越广泛,其应用场景涵盖室外和室内环境。全球卫星导航系统定位技术在室外环境中定位精度高,提供信息丰富,应用十分普遍。然而,由于墙壁、树木、玻璃等障碍物的遮挡,其在室内环境中的定位精度明显下降。超宽带技术以其定位精度高、时空分辨率强、传输速率快、成本低而显示出明显的优势。在室内环境中,各种障碍物使超宽带系统的基站和标签之间的传播通道被阻挡,由于超宽带信号的非视距传播现象,超宽带系统的定位精度明显下降。文中基于深度学习技术,提出了一种深度神经网络用于超宽带非视距传播影响抑制,该深度神经网络兼具ResNet网络和Non-local模块的优点,既可防止网络层数增加时网络性能不升反降的问题,也可捕获输入数据的全局特征,建立超宽带系统原始信道脉冲响应和测距误差之间的映射关系。相关实验结果显示,该方法可将超宽带系统在非视距传播条件下的测距平均绝对误差从0.1242 m降低至0.0681 m。与传统方法相比,该方法可消除人工统计超宽带信号波形特征耗费大量时间的缺点,可进一步提高超宽带系统在非视距传播条件下的定位精度,具有鲁棒性强、应用范围广的优点,可为军事领域室内高精度定位提供技术支撑。

     

    Abstract:
      Objective  With the continuous development of intelligent technologies and devices, precise positioning technology in the military field is becoming increasingly widespread, and its application scenarios cover both outdoor and indoor environments. Global Navigation Satellite System (GNSS) positioning technology is commonly used for its high positioning accuracy and rich information provision in outdoor environments; However, its positioning accuracy in indoor environments is significantly reduced due to the obstruction of walls and other obstacles. Ultra-Wideband (UWB) technology shows obvious advantages with its high positioning accuracy, firm spatial and temporal resolution, fast transmission rate, and low cost. These advantages make UWB technology particularly suitable for indoor high-precision positioning. In the indoor environment, various obstacles block the propagation channel between the base station and the tag of the UWB system, due to the Non-Line-Of-Sight (NLOS) phenomenon of UWB signals, the positioning accuracy of UWB systems is significantly reduced. Therefore, it is necessary to research the impact mitigation method for UWB NLOS propagation.
      Methods  A deep neural network based on deep learning techniques is proposed for UWB NLOS propagation impact mitigation. This deep neural network takes the initial channel impulse response (CIR) of the UWB device as input and the ranging error of the UWB device as output. The experimental analysis shows that the characteristics of CIR data are significantly different under LOS and NLOS propagation conditions (Fig.7), which provides a solid theoretical basis for establishing the mapping relationship between CIR and ranging error using deep learning methods. Meanwhile, the network performance is related to the dimensionality of the input CIR data. The network performance is best when the input CIR data is 128 dimensions (Fig.8). When the input of the deep neural network is 128-dimensional data, too long input will lead to the structural design of the network becoming difficult. And the number of network layers is too small, the network performance can not meet the requirements to achieve good NLOS propagation impact mitigation effect; After the number of network layers increases to a certain degree, the network performance will decrease with the increase of the number of layers. For this reason, the ResNet network is selected in this paper, which enables the gradient to flow effectively to the early layers near the input layer by introducing residual connections in the deep neural network, thus improving the network performance with the increase of layers. At the same time, CIR data, as a time-series signal, correlates its data points. The global features of CIR data must be considered, while local module such as convolution can only extract local features. For this reason, this paper introduces the Non-local module, which can capture the long-distance dependence between locations and extract global information. In summary, the proposed deep neural network is constructed by inserting the Non-local module into the ResNet network's basic module while considering the CIR data's features, and named the deep neural network as NLO-ResNet.
      Results and Discussions   In order to evaluate the NLOS propagation impact mitigation performance of the proposed deep neural network, four networks were selected for performance comparison. Four networks include two machine learning-based networks, SVM and MLP, and two deep learning-based networks, CNN and ResNet. Experimental results (Tab.1) show that, due to the increase in the number of layers of the network and the change in the input data, the performance of the deep learning-based network is generally better than that of the machine learning-based network; Among the deep learning-based networks, the CNN network has the worst performance, the ResNet network improves with the increase of the number of layers due to the introduction of residual connections, and the NLO-ResNet network has the best performance, which has the most comprehensive feature extraction of the input CIR data. The mean absolute error (MAE) is reduced by 12.2% compared to the CNN-based network and 4.8% compared to the ResNet-based network, and the learning process of this network converges quickly (Fig.10), and the predicted range error of this network is very close to the actual range error (Fig.11).
      Conclusions  To improve the accuracy of UWB systems under NLOS propagation conditions, a deep learning-based NLOS propagation impact mitigation method is proposed, which constitutes a deep neural network by inserting a Non-local module into the basic module of the ResNet network. The method can reduce the MAE of the original data from 0.1242 m to 0.0681 m. The research provides technical support for indoor high-precision positioning in the military field. The related results can be applied in the autonomous takeoff and landing of military UAVs, and indoor positioning of military robots.

     

/

返回文章
返回