Open TakeruEndo opened 3 years ago
@arutema47 のノイズ除去 \ https://github.com/kentaroy47/Kaggle-PANDA-1st-place-solution
Label smoothing is good in public lb. Bi-Tempered Logistic Loss and Focal Cosine Loss can be a good alternative.
TTA Choosing commonly used TTA, public lb score may get worse. This is heavily influenced by the CV Strategy. A little rotation or simple augmentation can help. However, it is sensitive to the number of TTAs. (In fact, you can reach the current gold medal area with no TTA.)
https://www.kaggle.com/c/cassava-leaf-disease-classification/discussion/207450
label smootingが重要 \ https://www.kaggle.com/c/cassava-leaf-disease-classification/discussion/209065
discussion: \ https://www.kaggle.com/c/cassava-leaf-disease-classification/discussion/209782
code: \ https://github.com/CoinCheung/pytorch-loss/blob/master/pytorch_loss/taylor_softmax.py