To be added elsewhere
These will be used to flesh out some other pages
Last updated
Was this helpful?
These will be used to flesh out some other pages
Last updated
Was this helpful?
Future project idea: celluar automata
Focal Loss
Focal Loss was introduced by Lin et al., from Facebook, in . They claim to improve one-stage object detectors using Focal Loss to train a detector they name RetinaNet. Focal loss is a Cross-Entropy Loss that weighs the contribution of each sample to the loss based in the classification error. The idea is that, if a sample is already classified correctly by the CNN, its contribution to the loss decreases. With this strategy, they claim to solve the problem of class imbalance by making the loss implicitly focus in those problematic classes. Moreover, they also weight the contribution of each class to the lose in a more explicit class balancing. They use Sigmoid activations, so Focal loss could also be considered a Binary Cross-Entropy Loss
(also in the 480 todo)
Is there a relationship between augmented data and new data both creating the same effect?
Does the addition of 100,000 new images work better than the addition of 100,000 augmentations? Is this a good question?
(really good for explanations of different activation and regularisation techniques)
This whole spinningup stuff covers just about everything!
rlhard (very good!)