Thermal Imaging

Last updated: Date and time

Summary

Enter a short narrative description here

  • Students: Changfan Chen
  • Mentor(s): Emad Boctor; Younsu Kim

You may want to include a picture or two here.

Background, Specific Aims, and Significance

When patients have tumor in their body, doctors usually perform a surgery. They cut into body and excise the tumor. However, such a surgery will leave a permanent scar and great pain on patient. Nowadays, new technology HIFU (High Intensity Focused Ultrasound) system helps to relieve the pain. The machine is placed at the bottom of a patient and it send ultrasound focused on the tissue to increase the temperature. With the doctors’ operation, the machine ablates different small areas in the tissue and finally ablate all of them. MRI image is used to monitor the temperature in the body. The machine looks like below.

However, MRI machine is expensive and not portable. Our goal is to design a machine which is portable, low-cost so that every hospital can afford that. Easy to use so that doctors put more attention on ablating the tissue instead of operating the machine. Also, the image should be high quality and accurate. Thus, we plan to use the signals received from HIFU to generate temperature image with deep learning network and determine whether the cell is alive or not. Experiments are needed to collect data from the system.

Deliverables

  • Minimum: (Expected by April 11th)
    1. code written in Python which generates temperature image from channel data
    2. Well organized code and documentation & report on how different parameters and 4 different structures affect

performance

  • Expected: (Expected by May 4th)
    1. K-wave simulation code and documentation on matlab for pattern and temperature images
    2. Report on simulation
  • Maximum: (Expected by May 13th)
    1. Report on pattern deduction approach
    2. Code and documentation on deep learning

Technical Approach

Here is how our experimental setup looks like. We have a HIFU at the bottom which conduct two different phases. Specifically, the first one is to send high intensity ultrasound to ablate the tissue. The second one is to send signals which is received by US probe in order to monitor the temperature in the phantom. The top one is US probe which has 128 elements which means we can receive signals from 128 places to get more information.

The signal received is relevant to temperature based on the fact that speed of sound and attenuation ratio of signal will change as temperature changes. The curve looks like below.

figure3.jpgfigure4.jpg

We plan to design different networks to generate the temperature image and choose best of them as final version. Below are four different structures we plan to use and validate. With the help of CNN we can extract features in the signals like attenuation rate and change of Time of Flight. By using LSTM, we take information in previous stages as reference to help predict current temperature image. Since we have both axial image and coronal image as ground truth, we use both of them as targets to improve performance. Since the distance of elements between probes is very small, the method of splitting data based on probe elements causes correlation between training set and test set. Thus, we proposed a random pick strategy which randomly pick 128 HIFU elements from 256 ones each time to be one data sets. We randomly pick 10 times to make training set, 2 for validation set and 2 for test set. Also, relative position between HIFU and probe element is included to help it perform better. Here is the network design. It passes through COnvLSTM cell to learn both temporal and spacial information. Then, it is concatenated with position vectors to provide more information. After that it passes through FLC layers and be reshaped to make image reconstruction.Finally, the temperature images are returned.

convlstm.jpg

Here are the axial images. There are six phases in total. The temperature is from 20 to 45 celeis degrees.

axial.jpg

Here are coronal images

coronal.jpg

The evaluation box plot shows that mean error is small and max error is acceptable. The error of coronal images are smaller than axial images because coronal images are more regular and less pixels to predict. evaluation.jpg

Next step is to use pattern injection method to predict images. By injecting pattern and deduct channel data with pattern and without it, we can get pure pattern images where no material related information is remained. Here is how it is deducted. pattern_deduction.jpg

Emran helps me to design the network and I train the network to validate this method. The result shows the good performance in low temperature but bad ones on high temperature. It makes sense because in low temperature the speed of sound changes with temperature linearly and in high temperature it changes with speed of sound nonlinearly. resultpattern.jpg

Dependencies

new_dependency.jpg

Milestones and Status

newtimeline.jpg

  1. Milestone name: Design network with help of coronal and axial image and do documentation
    • Planned Date: March 11th
    • Expected Date: March 11th
    • Status: Done
  2. Milestone name: Do pattern injection approach
    • Planned Date: March 26th
    • Expected Date: March 26th
    • Status: Done
  3. Milestone name: Randomly pick HIFU elements to train
    • Planned Date: April 11th
    • Expected Date: April 11th
    • Status: Done
  4. Milestone name: K-wave simulation on matlab for pattern
    • Planned Date: April 26th
    • Expected Date: April 26th
    • Status: In progress
  5. Milestone name: simulation for temperature image
    • Planned Date: May 4th
    • Expected Date: May 4th
    • Status: Done
  6. Milestone name: Deep learning approach to bmode deduction approach
    • Planned Date: May 7th
    • Expected Date: May 7th
    • Status: Helped by Emran

Reports and presentations

Project Bibliography

* here list references and reading material

Other Resources and Project Files

Here give list of other project files (e.g., source code) associated with the project. If these are online give a link to an appropriate external repository or to uploaded media files under this name space (2019-06).

courses/456/2019/projects/456-2019-06/project-06.txt · Last modified: 2019/08/07 16:01 by 127.0.0.1




ERC CISST    LCSR    WSE    JHU