New website getting online, testing
    • 摘要: 针对现有输电线图像识别网络参数多、耗时长等问题,本文构建了轻量型编解码网络,实现了多根交叉复杂输电线的快速准确识别。编码器以常规MobileNetV3前16层为基础,通过减少网络参数,采用卷积块注意力模块代替常规MobileNetV3网络的挤压和激励注意力模块,从而提高了网络的输电线特征信息提取能力。结合深度可分离卷积和深度空洞空间金字塔池化模块构建解码器,扩大感受野,提高网络聚合不同尺度上下文信息能力。利用L1正则方法稀疏训练网络,根据缩放因子与对应通道输出乘积的数值,设定剪枝阈值去除网络冗余通道,有效压缩网络体积,提高输电线识别速度。实验结果表明,轻量型编解码网络的平均像素精度(MPA)、平均交并比(MIoU)和识别速度分别达到了92.11%、84.19%和41 f/s,优于PSPNet、U2Net和已有改进的输电线识别网络。

       

      Abstract: To address the problems of too many parameters and much time consumption in existing recognition networks for transmission lines, a lightweight encoder-decoder network is constructed to discern complex transmission line images featured with multiple intersections quickly and accurately. The encoder is based on the first 16 layers of conventional MobileNetV3 to reduce network parameters. The convolutional block attention module is used to replace the squeeze and excitation attention module to improve the network's ability to extract the feature information of transmission lines. The decoder is constructed by combining deeply separable convolution and deep atrous spatial pyramid pooling to expand the receptive field and improve the network's ability to aggregate contextual information with different scales. Moreover, the training network is sparse by using the L1 regularization method. The pruning threshold is determined according to the product of the scaling factor and the corresponding output of each channel to remove redundant channels and compress the network effectively, which improves the recognition speed of transmission lines. Experimental results demonstrate that the mean pixel accuracy, mean intersection over union , and recognition speed of the lightweight encoder-decoder network are 92.11%, 84.19%, and 41 frames per second, respectively, which are better than PSPNet, U2Net, and existing improved transmission lines recognition networks.