MIT Research News' Journal
 
[Most Recent Entries] [Calendar View]

Friday, October 21st, 2016

    Time Event
    12:00a
    MRIs for fetal health

    Researchers from MIT, Boston Children's Hospital, and Massachusetts General Hospital have joined forces in an ambitious new project to use magnetic resonance imaging (MRI) to evaluate the health of fetuses.

    Typically, fetal development is monitored with ultrasound imaging, which is cheap and portable and can gauge blood flow through the placenta, the organ in the uterus that delivers nutrients to the fetus. But MRI could potentially measure the concentration of different chemicals in the placenta and in fetal organs, which may have more diagnostic value.

    Earlier this year, in a project led by Ellen Grant’s group in the Fetal-Neonatal Neuroimaging and Developmental Science Center at Boston Children’s Hospital (BCH), members of the research team presented a paper showing that MRI measurements of oxygen absorption rates in the placenta can indicate placental disorders that might endanger the fetus. Grant is a professor of pediatrics and radiology at the Harvard Medical School (HMS).

    And at the International Conference on Medical Image Computing and Computer Assisted Intervention this week, a team led by Polina Golland’s group at MIT’s Computer Science and Artificial Intelligence Laboratory presented a paper demonstrating a new algorithm for tracking organs through sequences of MRI scans, which will make MRI monitoring much more useful.

    Much of Golland’s prior work has dealt with algorithmic analysis of MRI scans of the brain. “The question is, why can’t you just use everything that we’ve done in the last 25 years in the brain to apply in this case?” says Golland, a professor of electrical engineering and computer science. “And the answer is that for the brain, when the person is performing a particular task in the scanner, they’re lying still. And then after the fact, you can use algorithmic approaches to correct for very small motions. Inside the uterus, well, you can’t tell the mother not to breathe. And you can’t tell the baby not to kick.”

    Frame by frame

    “When you’re trying to understand whether it’s a healthy intrauterine environment, you look at fetal growth by doing measurements with ultrasound, and you look at the velocities of waveforms in the umbilical arteries,” says Grant. “But neither of those are direct measures of placental function. They’re downstream effects. Our goal is to come up with methods for assessing the spatiotemporal function of the placenta directly. If you really want to intervene, you want to intervene before the placenta fails.”

    Grant leads the clinical arm of the project together with Lawrence Wald, a physicist at Massachusetts General Hospital and a professor of radiology at HMS. Elfar Adalsteinsson, an MIT professor of electrical engineering and computer science, is collaborating with colleagues at BCH to develop new MRI technologies for fetal imaging, and Golland’s group is in charge of developing software for interpreting the images.

    An MRI image might consist of hundreds of two-dimensional cross sections of an anatomical region, stitched into a three-dimensional whole. Measuring chemical changes over time requires analyzing sequences of such three-dimensional representations — about 300, in the case of the new paper. The researchers refer to each MRI image in a series as a “frame,” analogous to frames of video.

    The first step in localizing chemical changes to particular organs, of course, is identifying the organs. That’s where the researchers’ new algorithm comes in.

    With MRI images of brain activity, it’s comparatively easy to determine which anatomical features in one frame correspond to which features in the next. The subject’s head is immobilized, and brain regions don’t change shape or location over the course of a scan. Algorithmically, the standard method for coordinating frames is to identify a region in the first frame and then map it separately onto each of the frames that follow.

    With fetal MRIs, that won’t work, because the fetus may have moved dramatically between, say, frame one and frame 200. So Golland and her co-authors — including first author Ruizhi Liao, an MIT graduate student in electrical engineering and computer science; Grant; and Adalsteinsson — took a different approach.

    On a roll

    Their algorithm begins by finding a mathematical function that maps the pixels of the first frame onto those of the second; then it maps the mathematically transformed version of the first frame onto the third, and so on. The end result is a series of mathematical operations that describes the evolution of the scan as a whole. “The way to think about how this algorithm works is, it takes the baseline frame — for example, the first one — and it rolls it down the sequence,” Golland says.

    Next, a human expert draws very precise boundaries around the elements of interest in the first frame — in this case, not just the placenta but the brain and liver as well. Those elements’ movements or deformations from frame to frame can then be calculated using the previously determined mathematical operations.

    Hand-drawing organ boundaries — or “segmenting” an MRI scan — is a time-consuming process. But performing it only once is much less onerous than performing it 300 times.

    In order to evaluate the accuracy of their algorithm, the researchers hand-segmented an additional five frames. “Two members of the team sat there for about a week and drew outlines,” Golland says. “It’s a very painful validation process, but you have to do it to believe the results.” The algorithm’s segmentations accorded very well with those performed by hand.

    “One of the big problems in high-speed acquisition and MR [magnetic resonance] acquisition is definitely the incorporation of motion and trying to deal with motion issues,” says Sarang Joshi, a professor of bioengineering at the University of Utah. “Modeling and incorporating the deformation estimation in MR acquisition is a big challenge, and we have been working on it as well, and many other people have been working on it. So this is a really great step forward.”

    12:00a
    Automating big-data analysis

    Last year, MIT researchers presented a system that automated a crucial step in big-data analysis: the selection of a “feature set,” or aspects of the data that are useful for making predictions. The researchers entered the system in several data science contests, where it outperformed most of the human competitors and took only hours instead of months to perform its analyses.

    This week, in a pair of papers at the IEEE International Conference on Data Science and Advanced Analytics, the team described an approach to automating most of the rest of the process of big-data analysis — the preparation of the data for analysis and even the specification of problems that the analysis might be able to solve.

    The researchers believe that, again, their systems could perform in days tasks that used to take data scientists months.

    “The goal of all this is to present the interesting stuff to the data scientists so that they can more quickly address all these new data sets that are coming in,” says Max Kanter MEng ’15, who is first author on last year’s paper and one of this year’s papers. “[Data scientists want to know], ‘Why don’t you show me the top 10 things that I can do the best, and then I’ll dig down into those?’ So [these methods are] shrinking the time between getting a data set and actually producing value out of it.”

    Both papers focus on time-varying data, which reflects observations made over time, and they assume that the goal of analysis is to produce a probabilistic model that will predict future events on the basis of current observations.

    Real-world problems

    The first paper describes a general framework for analyzing time-varying data. It splits the analytic process into three stages: labeling the data, or categorizing salient data points so they can be fed to a machine-learning system; segmenting the data, or determining which time sequences of data points are relevant to which problems; and “featurizing” the data, the step performed by the system the researchers presented last year.

    The second paper describes a new language for describing data-analysis problems and a set of algorithms that automatically recombine data in different ways, to determine what types of prediction problems the data might be useful for solving.

    According to Kalyan Veeramachaneni, a principal research scientist at MIT’s Laboratory for Information and Decision Systems and senior author on all three papers, the work grew out of his team’s experience with real data-analysis problems brought to it by industry researchers.

    “Our experience was, when we got the data, the domain experts and data scientists sat around the table for a couple months to define a prediction problem,” he says. “The reason I think that people did that is they knew that the label-segment-featurize process takes six to eight months. So we better define a good prediction problem to even start that process.”

    In 2015, after completing his master’s, Kanter joined Veeramachaneni’s group as a researcher. Then, in the fall of 2015, Kanter and Veeramachaneni founded a company called Feature Labs to commercialize their data-analysis technology. Kanter is now the company’s CEO, and after receiving his master’s in 2016, another master’s student in Veeramachaneni’s group, Benjamin Schreck, joined the company as chief data scientist.

    Data preparation

    Developed by Schreck and Veeramachaneni, the new language, dubbed Trane, should reduce the time it takes data scientists to define good prediction problems, from months to days. Kanter, Veeramachaneni, and another Feature Labs employee, Owen Gillespie, have also devised a method that should do the same for the label-segment-featurize (LSF) process. 

    To get a sense of what labeling and segmentation entails, suppose that a data scientist is presented with electroencephalogram (EEG) data for several patients with epilepsy and asked to identify patterns in the data that might signal the onset of seizures.

    The first step is to identify the EEG spikes that indicate seizures. The next is to extract a segment of the EEG signal that precedes each seizure. For purposes of comparison, “normal” segments of the signal — segments of similar length but far removed from seizures — should also be extracted. The segments are then labeled as either preceding a seizure or not, information that a machine-learning algorithm can use to identify patterns that indicate seizure onset.

    In their LSF paper, Kanter, Veeramachaneni, and Gillespie define a general mathematical framework for describing such labeling and segmentation problems. Rather than EEG readings, for instance, the data might be the purchases by customers of a particular company, and the problem might be to determine from a customer’s buying history whether he or she is likely to buy a new product.

    There, the pertinent data, for predictive purposes, may be not a customer’s behavior over some time span, but information about his or her three most recent purchases, whenever they occurred. The framework is flexible enough to accommodate such different specifications. But once those specifications are made, the researchers’ algorithm performs the corresponding segmentation and labeling automatically.

    Finding problems

    With Trane, time-series data is represented in tables, where the columns contain measurements and the times at which they were made. Schreck and Veeramachaneni defined a small set of operations that can be performed on either columns or rows. A row operation is something like determining whether a measurement in one row is greater than some threshold number, or raising it to particular power. A column operation is something like taking the differences between successive measurements in a column, or summing all the measurements, or taking just the first or last one.

    Fed a table of data, Trane exhaustively iterates through combinations of such operations, enumerating a huge number of potential questions that can be asked of the data — whether, for instance, the differences between measurements in successive rows ever exceeds a particular value, or whether there are any rows for which it is true that the square of the data equals a particular number.

    To test Trane’s utility, the researchers considered a suite of questions that data scientists had posed about roughly 60 real data sets. They limited the number of sequential operations that Trane could perform on the data to five, and those operations were drawn from a set of only six row operations and 11 column operations. Remarkably, that comparatively limited set was enough to reproduce every question that researchers had in fact posed — in addition to hundreds of others that they hadn’t.

    “Probably the biggest thing here is that it’s a big step toward enabling us to represent prediction problems in a standard way so that you could share that with other analysts in an abstraction from the problem specifics,” says Kiri Wagstaff, a senior researcher in artificial intelligence and machine learning at NASA’s Jet Propulsion Laboratory. “What I would hope is that this could lead to improved collaboration between whatever domain experts you’re working with and the data analysts. Because now the domain experts, if they could learn and would be willing to use this language, could specify their problems in a much more precise way than they’re currently able to do.”

    << Previous Day 2016/10/21
    [Calendar]
    Next Day >>

MIT Research News   About LJ.Rossia.org