《電子技術應用》
您所在的位置:首頁 > 其他 > 设计应用 > 基于改进匈牙利算法对多人人体关键点匹配的研究
基于改进匈牙利算法对多人人体关键点匹配的研究
信息技术与网络安全 5期
邬春学,贺欣欣
(上海理工大学 光电信息与计算机工程学院,上海200093)
摘要: 在复杂场景下,针对传统人体姿态估计模型中关键点分配算法存在正确率低、资源分配不均等优化问题,在OpenPose模型的基础上提出了一种改进的匈牙利算法,该算法在传统数学模型的基础上采用亲和度向量场与邻接矩阵结合的方式,通过对矩阵内的数值处理,来获取关键点的最佳匹配。实验表明,改进算法的运行时间有一定的减短,同时保证在100×100以内的矩阵中运算的精确度误差率不高于0.014,且在使用本地图像测试的实验中证明了模型的可行性和性能的提升。
中圖分類號: TP391.41
文獻標識碼: A
DOI: 10.19358/j.issn.2096-5133.2022.05.007
引用格式: 鄔春學,賀欣欣. 基于改進匈牙利算法對多人人體關鍵點匹配的研究[J].信息技術與網(wǎng)絡安全,2022,41(5):45-50,58.
Research of matching key points of multi-human body based on improved Hungarian algorithm
Wu Chunxue,He Xinxin
(School of Optical-Electrical and Computer Engineering,University of Shanghai for Science and Technology, Shanghai 200093,China)
Abstract: In complex scenarios, there are optimization problems such as low accuracy and uneven resource allocation in the key point allocation algorithm in the traditional human pose estimation model. An improved Hungarian algorithm based on the OpenPose model is proposed. Based on the traditional mathematical model, the algorithm combines the affinity vector field with the adjacency matrix, and obtains the optimal matching of key points through the numerical processing in the matrix. Experimental results show that such algorithm can reduce the running time to a certain extent, while ensuring that the accuracy error rate of the operation in a matrix within 100×100 is not higher than 0.014 .In experiments using local image testing, the feasibility and performance improvement of the model are verified.
Key words : Hungarian algorithm;human pose estimation;key point matching;earthquake rescue;optimization model

0 引言

人體姿態(tài)估計是計算機視覺任務中重要的一部分,與人體檢測、識別、跟蹤等相關技術息息相關,其主要研究如何準確快速地定位人體關鍵點,并確定各個關鍵點所在的人體目標[1]。目前存在著傳統(tǒng)的定位方法與基于深度學習的方法,它們對推動計算機視覺的研究起著重要的作用。

基于深度學習的檢測方法又可分為自上而下(Top-down)和自下而上(Bottom-up)的方法。Top-down檢測方法的思想是先識別出圖像中的所有人體,然后檢測每個人的關鍵點[2],但隨著圖像中人數(shù)的增加,Top-down方法的計算成本顯著增加,此時則需要考慮使用Bottom-up方法保持穩(wěn)定。Bottom-up檢測方法的思想是先計算出一個圖像中所有人體的關鍵點,然后再將這些關鍵點通過匈牙利算法、信號聚類等方法劃分給不同的目標人體[2-4]。本文基于自下而上的2D多人人體姿態(tài)估計,對求解關鍵點匹配算法進行研究。

在復雜和多人的環(huán)境下,傳統(tǒng)的匈牙利算法面臨著關鍵點遮擋、算法性能等關鍵問題。本文基于2017年提出的PAFs理論基礎以及OpenPose模型,針對關鍵點聯(lián)系和匹配模塊,提出了一種改進的匈牙利數(shù)學模型進行實驗。改進的算法采用親和度向量場與鄰接矩陣結合的方式,通過對矩陣內的數(shù)值處理求解最佳匹配,即輸出正確的人體姿態(tài)框架圖。



本文詳細內容請下載:http://m.ihrv.cn/resource/share/2000004246





作者信息:

鄔春學,賀欣欣

(上海理工大學 光電信息與計算機工程學院,上海200093)


此內容為AET網(wǎng)站原創(chuàng),未經(jīng)授權禁止轉載。

相關內容