Slide 2
Slide 2 text
0
1
2
3
4
5
6
7
8
9
3158 train images
10 classes
224 x 224
397 test images
10 classes
224 x 224
Remove 10 images
But this was less helphul for me...
(might be regularization?)
3158 => 3148 images
ProbSpace
DenseNet 121
(GR=32)
DenseNet 169
(GR=32)
SE-ResNeXt 50
SE-ResNeXt 101
ResNet 18
Inception - ResNetV2
Common to All Models
- Stratified 8 folds
- Images divided by 255
- AdamW
- 3 Stage Learning
CyclicLR (1e-3~1e-4) => LRonPlateau (1e-5) => LRonPlateau (5e-6)
- Batch Size: 36
- Augmenatation:
RandomSizedCrop, Shift, Scale, Brightness, Rotate
HorizontalFlip, GridDistortion
- Softmax with 10 classes
Predict
FC 1024
FC 128
FC 10
DenseNet 121
Psuedo threshold: 0.99
1st stage
Geometric Weighted Blending
CV: 0.8974, LB: 0.902
2nd stage
Model 1 (TTA)
CV: 0.8736, LB: 0.914
Model 2 (TTA)
CV: 0.8792, LB: 0.914
Model 3 (TTA)
CV: 0.8743, LB: 0.899
DenseNet 121
Psuedo threshold: 0.95
DenseNet 169
Psuedo threshold: 0.99
Common to All Models
- Stratified 8 folds
- Images divided by 255
- AdamW
- 3 Stage Learning
CyclicLR => LRonPlateau => LRonPlateau
- Batch Size: 36
- Augmenatation:
RandomSizedCrop, Shift, Scale, Brightness,
Rotate, HorizontalFlip, GridDistortion
- CutMix: p=0.5, alpha=0.5
- Softmax with 10 classes
FC 1024
FC 128
FC 10
397 test images
10 classes
224 x 224
Predict
Geometric Weighted Blending
Model 1 : Model 2 : Model 3 =
40% : 25% : 35%
Prediction with TTA
- Augmentation:
- Shift, Scale, Rotate, ...
- HorizontalFlip
- 50-times averaging
Post-Processing
Image No.150
No.150 is all white.
Classified as `0`
Model 1
Model 2
Model 3
CV: 0.883
LB: 0.929
Author
Class 2 nd
Ubuntu 18.04
- Keras
- TITAN RTX x 1
- Geforce GTX 1080 Ti x 2
@ Maxwell_110