文章疑问点
- Human Baseline 的标准是如何确定的?
Ground-truth是什么意思?
- Groun-truth 指的是正确的标注(真实值)
- 在有监督学习中,数据是有标注的,以(x, t)的形式出现,其中x是输入数据,t是标注.正确的t标注是ground truth,错误的标记则不是。(也有人将所有标注数据都叫做ground truth)。
Intersection over Union(IoU)是什么?
Intersection over Union is an evaluation metric used to measure the accuracy of an object detector on a particular dataset.
Any algorithm that provides predicted bounding boxes as output can be evaluated using IoU.
As long as we have these two sets of bounding boxes we can apply Intersection over Union.
An Intersection over Union score > 0.5 is normally considered a “good” prediction.
- FPPI: False Positive Per Image
- Oracle Experiment: An oracle experiment is used to compare your actual system to how your system would behave if some component of it always did the right thing.