The National Science Foundation Expeditions in Computing Program has awarded $10 million to a Rice University-led team that plans to create wearable and point-of-care microscopes that use on-chip illumination and sensing to non-invasively aid in the diagnosis and monitoring of nearly 100 health conditions that today require a biopsy or blood test.

“The project will produce a platform technology for in vivo, 3-D tissue imaging, with the aim of being able to point a camera to a part of the body and see live biology below the skin without making an incision or drawing blood,” said Rice Professor Ashutosh Sabharwal, the principal investigator on the grant.

The team of 11 co-investigators from Rice, Carnegie Mellon, Harvard, MIT and Cornell is one of three groups to win new five-year grants today from the NSF’s Expeditions in Computing program. Expeditions is an interdisciplinary NSF effort that constitutes the agency’s largest single investment in computer and information science research. Rice co-investigators include Richard Baraniuk, Rebecca Richards-Kortum, and Lin Zhong. Carnegie Mellon co-investigators include Artur Dubrawski, Ioannis Gkioulekas and Rice DSP alum Aswin Sankaranarayanan. Additional co-investigators include Cornell’s Al Molnar, Harvard’s Latanya Sweeney, and MIT’s Ramesh Raskar.

Anyone who has pointed a flashlight at their palm to make their hand glow knows that light can travel through the body. But visible light scatters so much as it passes through soft tissue that it has not been useful for medical imaging. The team aims to unravel this scattered light puzzle with a technique the team calls “computational scatterography” that is a combination of machine learning algorithms and new camera designs.

“Basically, we’re trying to ‘de-scatter’ the light,” said computational imaging expert and Rice DSP faculty member Ashok Veeraraghavan, associate professor of electrical and computer engineering. “In engineering, we call this an inverse problem. Geoscientists use similar inverse techniques on seismic waves to resolve pictures of Earth’s deep interior. Our task, in some ways, is even more complicated because the amount of light scattering that takes place in even a few millimeters of tissue far exceeds other problems.”

White blood cell count (WBC) tests are an example of the project’s potential impact. In the U.S., oncologists use millions of WBC tests each week to monitor chemotherapy patients. WBC tests require a finger prick or blood draw and a laboratory, which means they can be performed only at hospitals and clinics. “Imagine a wearable device no larger than a watch that uses sensors to continuously measure white blood cell count and wirelessly communicate with the oncologist’s office,” Sabharwal said. “The patient could go about their daily life. They’d only have to go to the hospital if there was a problem.”

For more information, visit seebelowtheskin.rice.edu

Chinmay Hegde, an assistant professor of electrical and computer engineering at Iowa State University, has been selected for an NSF CAREER Award for a project on "Advances in Graph Learning and Inference." Chin will be designing scalable non-convex algorithms for learning graphs given static and/or time-varying local measurements, designing new approximation algorithms for utilizing graphs to enable scalable post-hoc decision making in complex systems, and filling gaps between rigorous theory and practice of neural network learning. Chin was also recently named a Black & Veatch Building a World of Difference Faculty Fellow in Engineering at Iowa State.

Eric Chi, an assistant professor of statistics at North Carolina State University, has been selected for an NSF CAREER Award for a project on "Stable and Scalable Estimation of the Intrinsic Geometry of Multiway Data." Eric will be developing new clustering and bi-clustering methods and validating them on large datasets from high-throughput bioinformatics and neuroscience.

Rice DSP alum Douglas L. Jones (BS 1983, MS 1986, PhD 1987) has been named the William L. Everitt Distinguished Professor in Electrical and Computer Engineering at the University of Illinois at Urbana-Champaign.  Doug is a global leader in the area of digital signal processing. His research includes neuroengineering, bioengineering and acoustics, and efficient energy management and conversion for sensing systems, communications, and information technology.  The William L. Everitt Distinguished Professor in Electrical and Computer Engineering was established to honor the memory of the former head of the electrical engineering department from 1944-49 as well as the dean of the College of Engineering from 1949-68. The former home of the ECE department, Everitt Laboratory, bears his name.

Read more here.

Rice Assistant Professor Anshumali Shrivastava has received an AFOSR YIP award for a project on Sub-Linear Algorithms for Learning and Sensing with Massive Data. He will be investigating the power of hashing algorithms for making state-of-the-art compressed sensing and information fusion methods more algorithmically efficient by cutting down memory and computation costs exponentially.

 

 

DSP Alum Justin Romberg (PhD, 2003), the Schlumberger Professor of ECE at Georgia Tech, has been elected an IEEE Fellow for his seminal contributions to compressive sensing.  He has received a number of prestigious awards for his research in signal processing and machine learning, including the ONR Young Investigator Award, PECASE Award, Packard Fellowship, and Rice Outstanding Engineering Alumnus.

Patients who have to undergo a magnetic resonance imaging (MRI) scan may be spared the ordeal of having to lie still in the scanner for up to 45 minutes, thanks to new compressive sensing technology developed in the groups of Rice ECE faculty Richard Baraniuk and Kevin Kelly.  The patented technology was recently licensed from Rice by Siemens Healthineers.

Magnetic resonance imaging (MRI) scanners equipped with compressive sensing operate much more quickly than current scanners.  Siemens Healthineers has applied the technology to help solve an important clinical problem: how to reduce long scan times while maintaining high diagnostic quality.  The result is the first clinical application of compressive sensing for cardiovascular imaging; it was approved for clinical use in February 2017 by the Food and Drug Administration. Thanks to compressive sensing, scans of the beating heart can be completed in as few as 25 seconds while the patient breathes freely. In contrast, in an MRI scanner equipped with conventional acceleration techniques, patients must lie still for six minutes or more and hold their breath as many as seven to 12 times throughout a cardiovascular-related procedure.

A. Aghazadeh, A. Lan, A. Shrivastava, R. G. Baraniuk, "RHash: Robust Hashing via L_infinity-norm Distortion," Twenty-Sixth International Joint Conference on Artificial Intelligence (IJCAI), main track, pp. 1386-1394. https://doi.org/10.24963/ijcai.2017/192

Hashing is an important tool in large-scale machine learning. Unfortunately, current data-dependent hashing algorithms are not robust to small perturbations of the data points, which degrades the performance of nearest neighbor (NN) search. The culprit is the minimization of the L_2-norm, average distortion among pairs of points to find the hash function. Inspired by recent progress in robust optimization, we develop a novel hashing algorithm, dubbed RHash, that instead minimizes the L_1-norm, worst-case distortion among pairs of points. We develop practical and efficient implementations of RHash that couple the alternating direction method of multipliers (ADMM) framework with column generation to scale well to large datasets. A range of experimental evaluations demonstrate the superiority of RHash over ten state-of-the-art binary hashing schemes. In particular, we show that RHash achieves the same retrieval performance as the state-of-the-art algorithms in terms of average precision while using up to 60% fewer bits.

Above is a comparison of the robustness and nearest neighbor (NN) preservation performance of embeddings based on minimizing the L_2- norm (average distortion) vs. the L_1-norm (worst-case distortion) on a subset of the MNIST handwritten digit dataset projected onto its first two principal components.  The subset consists of the 50 nearest neighbors (NN) (in the 2-dimensional ambient space) of the centroid q of the cluster of “8” digits.  (a) Optimal embeddings for both distortion measures computed using a grid search over the orientation of the line representing the embedding.  (b) Robustness of the embedding orientations to the addition of a small amount of white Gaussian noise to each data point.  This plot of the mean square error of the orientation of the L_2-optimal embedding divided by the mean square error of the orientation of the L_1-optimal embedding indicates that the latter embedding is significantly more robust to perturbations in the data points.  (c) Comparison of the top-5 NNs of the query point q obtained in the ambient space using the L_1- and L_2-optimal embeddings (no added noise).  (d) Projections of the data points onto the L_1- and L_2-optimal embeddings (no added noise).

Rice University engineers are building a flat microscope, called FlatScope (TM), and developing software that can decode and trigger neurons on the surface of the brain.  The goal as part of a new government initiative is to provide an alternate path for sight and sound to be delivered directly to the brain.  The project is part of a $65 million effort announced this week by the federal Defense Advanced Research Projects Agency (DARPA) to develop a high-resolution neural interface. Among many long-term goals, the Neural Engineering System Design (NESD) program hopes to compensate for a person's loss of vision or hearing by delivering digital information directly to parts of the brain that can process it.

More info

Press in Engadget, Photonics.com, ScienceAlert