Fork me on GitHub

Deep Learning in Medical Image

I always have a strong interests in applying deep learning models to medical images analysis. I have two projects related to medical image analysis using deep learning. During the projects I tried to experience the whole pipeline:

  • collect data from hospitals and open source database
  • clean data and organize information
  • learn experience from doctors, develop models and consider about its reliability.

As a student from life science background with machine learning and deep learning skills, I have a broader mind to think about medical image problems from different views. From my perspectives, deep learning aided medical image analysis will soon have a wide range of application.

Work Summary

X-ray image for heart disease analysis

CT images for lung disease analysis

We propose some change to analyze the image. For example we propose to use U-net to segment heart mask first. Force the classification model to pay more attention to heart region to make the model more reliable.

For segmentation task, it is suggested to use DICE coefficient. However, it is really hard to use DICE loss to optimize model. We make some changes to DICE loss to restrict the predicted region.

codes

3D deep learning model for lung disease CT images
X-ray heart disease image classification

related:

  • X-ray image for heart disease analysis is in a student research training program. With fundings of $20,000
  • X-ray image for heart disease analysis also wins second prize in The First National College Students’ Brain Computation and Application Competition.
  • CT image analysis is under the construction of Professor Xuegong Zhang
-----The ---- end ------- Thanks --- for --- Reading----