Code Monkey home page Code Monkey logo

i-sight's Introduction

i-Sight: Looking into the Future of Medical AI.

i-Sight incorporates labeled and unlabeled data to create holistic diagnoses of the eye. This attempt focuses primarily on the retinal Fundus and OCT images.

i-Sight is the winning project of the Leidos 2022 Young Virginia STEM Research Award.

Demo Video

i-Sight Demo

Sample outputs

Sample fundus output: Fundus

Sample OCT output: OCT

How it works

i-Sight incorporates labeled and unlabeled data to create holistic diagnoses from multiple points of data. i-Sight uses a novel semi-supervised pseudo learning method called Advanced Meta Pseudo Labels (AMPL) to make diagnosis on a patient's eye health.

i-Sight solves the most prominent issue in medical AI: the lack of labeled data. By using the novel semi-supervised training method Advanced Meta Pseudo Labels (AMPL), the i-Sight architecture expands past just retinal images, to CT scans, X-Rays, MRI scans and more. Advanced Meta Pseudo Labels uses 3 neural networks that train each other, allowing for the use of labeled data and unlabeled data.

i-Sight can classify, detect, or segment any medical image when given labeled and unlabeled data. i-Sight can also combine multiple images together to create holistic diagnoses taking into account multiple factors (age, height, ethnicity, etc.) that may play into account on the health of the individual.

AMPL

Commands for running training

python main.py --train \
               --training-type object_detection \
               --dataset-path datasets/data/VOC2012 \
               --training-dir training_dir/voc \
               --model efficientdet-d0 \
               --debug False \
               --precision float32 \
               --batch-size 8 \
               --epochs 300 \
               --training-method supervised \
               --shuffle-size 16 \
               --image-dims (512, 512) \
               --augment-ds True \
               --print-loss True \
               --log-every-step 100 \
               --max-checkpoints 10 \
               --save-model-frequency 10 \
               --checkpoint-frequency 10

Notes

  • Backbones and output layers must have a specified dtype of float32.

i-sight's People

Contributors

ideaking avatar

Watchers

 avatar

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.