Open liboyin opened 9 years ago
Libo is working on it. This issue is important for the explanability of the kNN and set nearest neighbour mode.
In other words:
and for the kNN/SNN model:
The last two hypothesis for SNN model (https://github.com/liboyin/horc/issues/2) have been confirmed. As to the first two hypothesis, judging from the heatmap, SIFT feature vectors do cluster, yet classes do not. Actual clustering is required to test these two hypothesis.
SIFT descriptors from visual features that look similar should naturally cluster. It remains to be seen whether SIFT descriptors from the same class would cluster. This hypothesis should be tested by comparing the within-class variance and between-class variance. Also, to see how strongly do SIFT descriptors cluster, we should try to plot the distance from each query descriptor to all training descriptors.