Face Recognition in Real-Time Applications: A Comparison of Directed Enumeration Method and K-d Trees
被引:0
|
作者:
Savchenko, Andrey V.
论文数: 0引用数: 0
h-index: 0
机构:
Natl Res Univ, Higher Sch Econ, Nizhnii Novgorod, RussiaNatl Res Univ, Higher Sch Econ, Nizhnii Novgorod, Russia
Savchenko, Andrey V.
[1
]
机构:
[1] Natl Res Univ, Higher Sch Econ, Nizhnii Novgorod, Russia
来源:
PERSPECTIVES IN BUSINESS INFORMATICS RESEARCH, BIR 2012
|
2012年
/
128卷
关键词:
Real-time object recognition;
HoG (histogram of gradients);
directed enumeration method;
k-d tree;
Best Bin First;
SEARCH;
VIDEO;
D O I:
暂无
中图分类号:
TP [自动化技术、计算机技术];
学科分类号:
0812 ;
摘要:
The problem of face recognition with large database in real-time applications is discovered. The enhancement of HoG (Histogram of Gradients) algorithm with features mutual alignment is proposed to achieve better accuracy. The novel modification of directed enumeration method (DEM) using the ideas of the Best Bin First (BBF) search algorithm is introduced as an alternative to the nearest neighbor rule to prevent the brute force. We present the results of an experimental study in a problem of face recognition with FERET and Essex datasets. We compare the performance of our DEM modification with conventional BBF k-d trees in their well-known efficient implementation from OpenCV library. It is shown that the proposed method is characterized by increased computing efficiency (2-12 times in comparison with BBF) even in the most difficult cases where many neighbors are located at very similar distances. It is demonstrated that BBF cannot be used with our recognition algorithm as the latter is based on non-symmetric measure of similarity. However, we experimentally prove that our recognition algorithm improves recognition accuracy in comparison with classical HoG implementation. Finally, we show that this algorithm could be implemented efficiently if it is combined with the DEM.