Skip to content

mikelkl/APTOS2019

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

APTOS2019

43th place (top2%) Solution for Kaggle APTOS 2019 Blindness Detection

General

This is a not bad solution to get top2% without TTA or coefficient optimization.

Our Solution

Data Augumentation

Preprocessing

Pretrained Model

  • We choose EfficientNet-PyTorch as our base model, this series model are quite accurate and fast to train.

Training

  • Because this is a ordinal classification task, we train it as regression problem.
  • We first pretrain model on 2015 data, then finetune on 2019 data

Ensemble

Stage 1

  • Train efficientnet-b3, efficientnet-b4, efficientnet-b5 models on splitted 5-fold data resulting in 15 base models.

Stage 2

Stage 3

  • Bagging from stage 2 models

Releases

No releases published

Packages

No packages published