Summary
The authors introduce a vision-based technique for sketch recognition that is based on invidiual features such as shape and size of a stroke and pair-wise features such as distances to other parts of a known sketch. The model determines a four-element feature vector for individual parts a four-element feature vector for paired parts. The matching of a label to a stroke is given a likelihood value based on a energy function derived from the differences in individual and pair-wise feature vectors between the label and the stroke. The authors run multiple passes on a branch-and-bound search tree to find the maximum likelihood value to label a stroke.The authors evaluated the speed of their approach with and without using doing multiple passes on different classes.

2 comments:
Yeah, it is more a nice concept than actual novel implementation. It's find of like the MARQS paper in that it's great that it works one so little information, but an application could be lacking.
i do not think the number of strokes would affect the recognition since the algorithm labels certain strokes as optional. So if the extra strokes get labelled as optional, the algorithm still would recognize the input.
Post a Comment