摘要
为快速稳定地检测图像序列中角度变化较大、遮挡较为严重的人脸,结合快速精确的目标检测模型Mobile Net-SSD(MS)和快速跟踪模型核相关滤波(KCF),提出一种新的自动检测-跟踪-检测(DTD)模式,即MS-KCF人脸检测模型。首先,利用MS模型快速精确地对人脸进行检测,并且更新跟踪模型;其次,将检测到的人脸坐标信息输入到KCF跟踪模型中进行稳定的跟踪,并加快整体的检测速度;最后,为了防止跟踪丢失,跟踪数帧后再次更新检测模型,重新对人脸进行检测。实验显示,在FDDB人脸检测基准中,MS-KCF模型的召回率为93.60%;在WIDER FACE人脸检测基准的Easy、Medium和Hard数据集中,MS-KCF模型的召回率分别为93.11%、92.18%和82.97%,平均速度为193帧/s。实验结果表明,MS-KCF模型具有稳定性和快速性,在图像序列中对严重遮挡和角度变化大的人脸具有很好的检测效果。
In order to quickly and stably detect the faces with large change of angle and serious occlusion in image sequence,a new automatic Detection-Tracking-Detection( DTD) model was proposed by combining the fast and accurate target detection model Mobile Net-SSD( MS) and the fast tracking model Kernel Correlation Filtering( KCF),namely MS-KCF face detection model. Firstly,the face was detected quickly and accurately by using MS model,and the tracking model was updated. Secondly,the detected face coordinate information was input into the KCF tracking model to track steadily,and the overall detection speed was accelerated. Finally,to prevent tracking loss,the detection model was updated again after tracking several frames,then the face was detected again. The recall of MS-KCF model in the FDDB face detection benchmark was93. 60%; the recall in Easy,Medium and Hard data sets of WIDER FACE benchmark were 93. 11%,92. 18% and82. 97%,respectively; the average speed was 193 frames per second. Experimental results show that the MS-KCF model is stable and fast,which has a good detection effect on the faces with serious shadows and large angle changes.
作者
叶远征
李小霞
李旻择
YE Yuanzheng1, LI Xiaoxia1,2, LI Minze1(1. School of Information Engineering, Southwest University of Science and Technology, Mianyang Sichnan 621010, China; 2. Key Laboratory of Robot Technology Used for Special Environment of Sichuan Province ( Southwest University of Science and Technology) Mianyang Sichnan 621010, China)
出处
《计算机应用》
CSCD
北大核心
2018年第8期2192-2197,2204,共7页
journal of Computer Applications
基金
国家自然科学基金资助项目(61771411)~~
关键词
人脸检测
图像序列
卷积神经网络
核相关滤波
face detection
image sequence
Convolntional Neural Network (CNN)
Kernel Correlation Filtering (KCF)