|
|
|
|
|
by ghm2180
211 days ago
|
|
I would offer a stronger more pointed observation, ofen the problem in building a good classifier is having good negative examples. More generally how a classifier identify good negatives is a function of: 1. Data collection technique. 2. Data annotation(labelling). 3. Classfier can learn on your "good" negatives — quantitaively depending on the machine residuals/margin/contrastive/triplet losses — i.e. learn the difference between a negative and positive for a classifier at train time and the optimization minima is higher than at test time. 4. Calibration/Reranking and other Post Processing. My guess is that they hit a sweet spot with the first 3 techniques. |
|