Note that there are some explanatory texts on larger screens.

plurals
  1. POneed advise on sift feature - is there such thing as a good feature?
    primarykey
    data
    text
    <p>I am trying out vlfeat, got huge amount of features from an image database, and I am testing with the ground truth for mean average precision (MAp). Overall, I got roughly 40%. I see that some of the papers got higher MAp, while using techniques very similar to mine; the standard bag of word.</p> <p>I am currently looking for an answer for obtaining higher MAp for the standard bag of word technique. While I see that there are other implementation such as SURF and what not, let's stick to the standard Lowe's SIFT and the standard bag of word in this question.</p> <p>So the thing is this, I see that vl_sift got thresholding to allow you to be more strict on feature selection. Currently, I understand that going for higher threshold might net you smaller and more meaningful "good" features list, and possibly reduce some noisy features. <strong>"Good" features mean, given the same images with different variation, very similar features are also detected on other images</strong>.</p> <p>However, how high should we go for this thresholding? Sometimes, I see that an image returns no features at all with higher threshold. At first, I was thinking of keep on adjusting the threshold, until I get better MAp. But again, I think it's a bad idea to keep on adjusting just to find the best MAp for the respective database. So my questions are:</p> <ol> <li><p>While adjusting threshold may decrease numbers of features, does increasing threshold always return a lesser number yet better features? </p></li> <li><p>Are there better approaches to obtain the good features?</p></li> <li><p>What are other factors that can increase the rate of obtaining good features?</p></li> </ol>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload