Appl Opt. 2022 Feb 20;61(6):C179-C191. doi: 10.1364/AO.446060.
Convolutional neural networks have achieved remarkable results in the detection of X-ray luggage contraband. However, with an increase in contraband classes and substantial artificial transformation, the offline network training method has been unable to accurately detect the rapidly growing new classes of contraband. The current model cannot incrementally learn the newly appearing classes in real time without retraining the model. When the quantity of different types of contraband is not evenly distributed in the real-time detection process, the convolution neural network that is optimized by the gradient descent method will produce catastrophic forgetting, which means learning new knowledge and forgetting old knowledge, and the detection effect on the old classes will suddenly decline. To overcome this problem, this paper proposes an incremental learning method for online continuous learning of models and incrementally learns and detects new classes in the absence of old classes in the new classes. First, we perform parameter compression on the original network by distillation to ensure stable identification of the old classes. Second, the area proposal subnetwork and object detection subnetwork are incrementally learned to obtain the recognition ability of the new classes. In addition, this paper designs a new loss function, which causes the network to avoid catastrophic forgetting and stably detect the object of the new contraband classes. To reliably verify the model, this paper produces a multi-angle dataset for security perspective images. A total of 10 classes of contraband are tested, and the interference between two object detections is analyzed by model parameters. The experimental results show that the model can stably perform new contraband object learning even when there is an uneven distribution of data types.
卷积神经网络在 X 射线行李违禁品检测中取得了显著的成果。然而,随着违禁品种类的增加和大量的人为转化,离线网络训练方法已经无法准确地检测到快速增长的新违禁品种类。当前的模型在不重新训练模型的情况下,无法实时地增量学习新出现的类别。当不同类型的违禁品在实时检测过程中的数量分布不均匀时,通过梯度下降法优化的卷积神经网络会产生灾难性遗忘,即学习新知识和忘记旧知识,对旧类别的检测效果会突然下降。为了解决这个问题,本文提出了一种针对模型在线连续学习的增量学习方法,可以在新类别的旧类不存在的情况下,增量学习和检测新类别的物品。首先,我们通过蒸馏对原始网络进行参数压缩,以确保对旧类别的稳定识别。其次,对区域提议子网和目标检测子网进行增量学习,以获得对新类别的识别能力。此外,本文设计了一种新的损失函数,使网络避免灾难性遗忘,并稳定地检测新违禁物品类别的目标。为了可靠地验证模型,本文生成了一个用于安全透视图像的多角度数据集。总共测试了 10 种违禁品,通过模型参数分析了两种目标检测之间的干扰。实验结果表明,即使数据类型分布不均匀,该模型也能稳定地进行新的违禁物品目标学习。