Shape DatabasePrecision Recall Graph
Precision (purity of retrieval)
... measures how much percent of the returned objects are really wanted (from the same class)
Recall (completeness of retrieval)
... measures how much percent of the desired objects (from the same class) are returned
Precision vs. Recall
Example: Asking for 10 objects, we obtain 6 correct results (from the same class) and 4 wrong results. The desired class has 8 elements, so 2 wanted object did not show up! We have a precision of 60 percent (6 out of 10) and a recall of 75 percent (6 out of 8). It becomes clear that the higher the recall, the lower the precision (if we want to obtain all of the interesting results, we get quite a few wrong ones mixed in).
Our method performs really well on this database (almost perfect).
The following graph shows the Precision P for a given Recall R (so P(R)) : ![]() Minimum: 0.99829 and Integral: 0.999947
In the above experiment all humans (David, Michael, Victoria) were considered to be in the same class. This makes sense since these humans are very similar to each other and very different from the other animals. Nevertheless, if each human gets its own class we obtain quite a few unwanted humans before we get all the humans from one class:
![]() Minimum: 0.921847 and Integral: 0.983301
|