Giter Site home page Giter Site logo

aybarburak / miccai_isic Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 990 KB

EfficientNet with Robust Training: MICCAI Skin Cancer Analysis Challenge

Jupyter Notebook 94.93% Python 5.07%
efficientnet randaugment skin-cancer miccai-2020 medical-imaging

miccai_isic's Introduction

EfficientNet with Robust Training: MICCAI Skin Cancer Analysis Challenge

Summary

Recent deep learning studies have been explored in largely two directions: 1) Development of a strong model with efficiency. 2) Development of robust training methodologies to improve the target models. EfficientNet is a very successful model architecture which is investigated in various applications [1]. Based on EfficientNet, recently, various training methodologies have been investigated in [2] to improve the performance and the robustness by computer vision and machine learning communities. In this project, it is investigated the effectiveness of EfficientNet and robust training methods in the medical image analysis area. In particular, it is studied on finding the optimal data augmentation strategy using RandAugment for the target application (skin cancer diagnosis) [2]. Finally, the approach is evaluated on ISIC 2020 dataset and participated in MICCAI ISIC 2020 challenge [3].

References

[1] Tan, M. and Le, Q.V., 2019. Efficientnet: Rethinking model scaling for convolutional neural networks. ICML

[2] Cubuk, E.D., Zoph, B., Shlens, J. and Le, Q.V., 2019. Randaugment: Practical automated data augmentation with a reduced search space. arXiv preprint arXiv:1909.13719.

[3] https://zenodo.org/record/3715750#.XpBEG_gzY2w

miccai_isic's People

Contributors

aybarburak avatar

Stargazers

 avatar

Watchers

 avatar  avatar

miccai_isic's Issues

LR scheduler only used in eval

In train.py the LR scheduler is initialized:

    scheduler = ReduceLROnPlateau(optimizer=optimizer, mode='max', patience=1, verbose=True,
                                  factor=params['decay_factor'])

But then it is called on the test set. How is it managed?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.