English

Tournament Based Ranking CNN for the Cataract grading

Computer Vision and Pattern Recognition 2018-07-10 v1

Abstract

Solving the classification problem, unbalanced number of dataset among the classes often causes performance degradation. Especially when some classes dominate the other classes with its large number of datasets, trained model shows low performance in identifying the dominated classes. This is common case when it comes to medical dataset. Because the case with a serious degree is not quite usual, there are imbalance in number of dataset between severe case and normal cases of diseases. Also, there is difficulty in precisely identifying grade of medical data because of vagueness between them. To solve these problems, we propose new architecture of convolutional neural network named Tournament based Ranking CNN which shows remarkable performance gain in identifying dominated classes while trading off very small accuracy loss in dominating classes. Our Approach complemented problems that occur when method of Ranking CNN that aggregates outputs of multiple binary neural network models is applied to medical data. By having tournament structure in aggregating method and using very deep pretrained binary models, our proposed model recorded 68.36% of exact match accuracy, while Ranking CNN recorded 53.40%, pretrained Resnet recorded 56.12% and CNN with linear regression recorded 57.48%. As a result, our proposed method is applied efficiently to cataract grading which have ordinal labels with imbalanced number of data among classes, also can be applied further to medical problems which have similar features to cataract and similar dataset configuration.

Keywords

Cite

@article{arxiv.1807.02657,
  title  = {Tournament Based Ranking CNN for the Cataract grading},
  author = {Dohyeun Kim and Tae Joon Jun and Daeyoung Kim and Youngsub Eom},
  journal= {arXiv preprint arXiv:1807.02657},
  year   = {2018}
}

Comments

Submitted to ACCV 2018

R2 v1 2026-06-23T02:53:36.280Z