Contact Us
CiiS Lab
Johns Hopkins University
112 Hackerman Hall
3400 N. Charles Street
Baltimore, MD 21218
Directions
Lab Director
Russell Taylor
127 Hackerman Hall
rht@jhu.edu
Last updated: 10:00 PM, 3/21/2015
Measuring perfusion, the blood flow to a capillary bed in tissue, is vital in assessing the healing of a chronic wound, which if left improperly treated could result in amputation or even death in the worse case scenario. However, laser doppler imaging, the current gold standard in assessing perfusion, is expensive and inaccessible, and often patients' treatments are critically delayed in the wait to access an LDI system. Tissue Analytics, a Baltimore based startup, is sponsoring our team to develop a low cost, smartphone based alternative to perfusion measurement, to augment their existing chronic wound evaluation and monitoring iPhone application.
The goal of the project is to develop an integrated software-and-hardware solution that allows a clinician to use a mobile device to extract a usable metric that assesses local blood flow. Measures of local blood flow (perfusion) can help characterize healing of chronic wounds and assist physicians in developing appropriate treatment plans for patients. Currently laser doppler imaging (LDI) is the standard method of assessing perfusion, but it is often expensive, inaccessible, and inefficient. Consequentially, wound prognosis is often poor in quality and can necessitate skin grafts, amputation of the limb or even death. Our project seeks to develop a classification algorithm that will take smartphone collected data and return an assessment of perfusion, ideally with at least three bins: poor, moderate, and good.
Our first approach to the problem is to analyze video data collected via smartphone with Eulerian Video Magnification (EVM), an algorithm developed in MATLAB at MIT that detects and magnifies minute temporal changes in videos that are invisible to the naked eye. One theorized way of extracting perfusion information given EVM data is to determine the rate and magnitude of change in the intensity of the RGB channels of successive images produced by the algorithm. We can then compare this with the perfusion measured by Laser Doppler Imaging (LDI) in selected areas of interest and determine if there is a correlation. If there is good correlation between the two we will then work to build a classifier that can characterize areas in an image as having low, medium or high perfusion.
We then use Support Vector Machines (SVMs) which are a form of supervised learning algorithms. The ground truth given to us in the LDI data presents several “labelled” examples for our SVM and we used a portion of these as our training set and setting others aside to be our test set. In order to prevent overfitting, we assessed our classifier’s performance with cross validation wherein we randomize the data that we select to be our training and test sets each time we train it. The features that we are looking to feed our SVM include a measure of “average time derivative” i.e. average rate of change of intensity in the RGB channels of a particular data point, and given a steady pulse we could also use the magnitude of certain frequencies in the data after taking a Fourier transform.
We also incorporated single point velocimetry readings obtained via compact laser doppler probe thermal infrared imaging to the classification system as an extra feature to help classification. This is obtained using a FLIR ONE iPhone camera attachment.
describe dependencies and effect on milestones and deliverables if not met