Incorporating SIFT with hard C-means algorithm

The scale invariant feature transform (SIFT) has been used widely as a tool in object recognition. However, when there are several keyframes for one object in the training database, the number of keypoint descriptors for that object might be huge. The matching process of a test keypoint has to be do...

وصف كامل

محفوظ في:
التفاصيل البيبلوغرافية
المؤلفون الرئيسيون: Wattanapong Suttapak, Sansanee Auephanwiriyakul, Nipon Theera-Umpon
التنسيق: وقائع المؤتمر
منشور في: 2018
الموضوعات:
الوصول للمادة أونلاين:https://www.scopus.com/inward/record.uri?partnerID=HzOxMe3b&scp=77952635713&origin=inward
http://cmuir.cmu.ac.th/jspui/handle/6653943832/50728
الوسوم: إضافة وسم
لا توجد وسوم, كن أول من يضع وسما على هذه التسجيلة!
الوصف
الملخص:The scale invariant feature transform (SIFT) has been used widely as a tool in object recognition. However, when there are several keyframes for one object in the training database, the number of keypoint descriptors for that object might be huge. The matching process of a test keypoint has to be done on all keypoints in the training database, hence, the amount of matching time is huge. Since the keyframes in the training database are from the same object, there must be some keypoints that are similar. In this paper we incorporate SIFT with the Hard C-Means (HCM) algorithm to group keypoint descriptors and then utilize the prototypes in the matching process instead. We implement this algorithm with three data sets, i.e., bottle, MPEG 7 and Thai hand gesture. We found that on the bottle and MPEG 7 test data sets, the algorithm outperform the one with SIFT with much smaller matching computation time. For the Thai hand gesture data set, the correct classification with much less matching times on the test data set from the proposed algorithm is comparable with that of SIFT. ©2010 IEEE.