-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtrd3.html
171 lines (153 loc) · 15 KB
/
trd3.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
<!DOCTYPE HTML>
<!--
Frequency by Pixelarity
pixelarity.com | [email protected]
License: pixelarity.com/license
-->
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-172833778-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-172833778-1');
</script>
<title>mDOT - TR&D3 (Translation)</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
</head>
<body>
<!-- Header -->
<header id="header">
<h1 id="logo" style="text-transform: none;"><a href="index.html"><img src="images/mdotLogoFadeSmall.png" alt="" height="40px;" style="vertical-align: middle;" /></a></h1>
<nav id="nav">
<ul>
<li><a href="index.html">Home</a></li>
<li>
<a href="index.html#one">About</a>
<ul>
<li><a href="vision.html">Vision</a></li>
<li><a href="innovation.html">Innovation & Impact</a></li>
<li><a href="team.html">Team</a></li>
<li><a href="EAC.html">Executive Advisors</a></li>
<li><a href="index.html#contact">Contact</a></li>
<!-- <li>
<a href="#">Submenu</a>
<ul>
<li><a href="#">Option 1</a></li>
<li><a href="#">Option 2</a></li>
<li><a href="#">Option 3</a></li>
<li><a href="#">Option 4</a></li>
</ul>
</li> -->
</ul>
</li>
<li><a href="trdhome.html">Research Projects</a>
<ul>
<li><a href="trd1.html">TR&D1 Discovery</a></li>
<li><a href="trd2.html">TR&D2 Optimization</a></li>
<li><a href="trd3.html">TR&D3 Translation</a></li>
</ul>
</li>
<li><a href="training.html">Resources</a>
<ul>
<li><a href="software.html">Software</a></li>
<li><a href="training.html">Training</a></li>
<li><a href="publications.html">Publications</a></li>
</ul>
</li>
<li><a href="index.html#two">Partnering Projects</a>
<ul>
<li><a href="cps.html">Collaborative Projects</a></li>
<li><a href="sps.html">Service Projects</a></li>
</ul>
</li>
</ul>
</nav>
</header>
<!-- Main -->
<section id="main" class="wrapper style1">
<div class="container box big bordered">
<header class="major special" style="margin-bottom: 0;">
<h2>Technology Research & Development Project 3 (TR&D3): Translation</h2>
<p>Translation of Temporally Precise mHealth via Efficient and Embeddable Privacy-aware Biomarker Implementations</p>
<p style="margin-top: 1em; font-size: 0.9em;">TR&D3 Lead: <a href="team.html#ertin">Emre Ertin</a></p>
<p style="margin-top: 0em; font-size: 0.9em;">Co-Investigators: <a href="team.html#srivastava">Mani Srivastava</a>, <a href="team.html#sim">Ida Sim</a></p>
</header>
<!-- Content -->
<section id="content">
<a href="#" class="image main"><img src="images/bannerT.png" alt="" /></a>
<p>Vigorous research activity in mHealth has resulted in an ever-growing list of physiological and behavioral markers. However, translation of these biomarkers into real time intervention lagged behind the observational research studies that led to their development due to computation, storage, and communication bottlenecks faced by wearables and smartphone platforms. Further, the next generation of wearables is emerging with the ability to sample data from multiple sensors at rates several orders of magnitude higher than current-generation devices, exacerbating the computational and communication bottleneck. They can image structure, motion, and function, to provide visibility into physiology previously possible only in clinics.</p>
<p>Traditionally, such imaging sensors use post-processing algorithms for feature identification, co-registration, alignment and enhancement. However, high frequency-high volume imaging data from wearables cannot be transported to cloud computing for post-processing. Finally, researchers have shown that the high-dimensionality sensor data needed to compute biomarkers present immense privacy risks. Advances in machine learning are leading to an ever-growing list of surprising inferences about user identity and activities that can be made from seemingly innocuous sensors, particularly when data are captured over long durations. Simplistic methods such as stripping personally identifiable information and addition of noise that focus on anonymizing the data have been ineffective for mHealth, both from privacy and utility perspectives, particularly with the availability of vast amounts of side information (e.g. metadata), computational power, and advanced algorithms.</p>
<p>To address these growing challenges, we propose a hierarchical computing framework that reduces the data into minimal modular abstractions called Micromarkers computed at the edge devices. Micromarkers can be used directly as features in new biomarker inferences or can be adapted to support legacy algorithms. TR&D3 is developing hardware, software, and computational techniques to implement privacy-aware, efficient, and embedded intelligence support into wearables. They will enable continuous, high-throughput, low latency biomarker captures across wearable, mobile, and cloud platforms to support large scale and long-term research studies, and eventual real-life rollout.</p>
<h3 style="margin-top: 25px;">Research Goals</h3>
<p>TR&D3 is conducting the following innovative research to address the technological challenges described above:</p>
<ul style="padding-left: 30px;">
<li>Develop modular and reusable micromarker abstractions to enable resource-efficient concurrent computation of a growing collection of biomarkers.</li>
<li>Create signal processing architectures combining Compressive Sensing and Machine Learning algorithms to support biomarker computations on resource constrained high data rate sensor arrays.</li>
<li>Enable optimization of privacy-utility tradeoffs in biomarker computations via cross-layer mechanism design.</li>
</ul>
<h3 style="margin-top: 25px;">Technological Resources</h3>
<p>TR&D3 is producing the following technological resources for the community:</p>
<ul style="padding-left: 30px;">
<li>mDOT Center applications and software development kits (SDKs) on popular wearables, personal devices, and smartphones with embedded micromarker-based implementation of biomarkers for stress, fatigue, speaking, smoking, craving, eating, brushing, and new biomarkers from <a href="cps.html">collaborative projects</a></li>
<li>Reference design and prototypes of mDOT Center radio-frequency (RF) Patch sensors, modular hardware modules and embedded software cores to power wearable sensor arrays</li>
<li>A toolbox for exploring privacy implications of sensor and biomarker choices and enabling run-time control over privacy-utility trade-off in biomarker implementations.</li>
</ul>
<h3 style="margin-top: 25px;">Impact on Science & Society</h3>
<p>TR&D3 will make it possible for temporally-precise mHealth interventions for maintaining health and managing the growing burden of chronic diseases, to be realized on participants’ personal devices with minimal impact on battery life so as not to interfere with routine usage of these devices. TR&D3 will also enable much greater personalization of such interventions by expanding access to many new and emerging biomarkers, resulting in a higher likelihood of continued engagement and improved efficacy. By enabling the computation of novel biomarkers from the next generation of high data rate sensors that provide unprecedented visibility into physiology, previously possible only in clinical settings, TR&D3 will enable remote care for patients via mHealth interventions who have traditionally required close involvement of clinicians, marking a major transformation in the care delivery, especially to the neediest. By providing fine-grained and low-burden privacy control to patients over their data being shared with third parties, TR&D3 will ensure that the health impact of temporally-precise mHealth interventions is not adversely impacted by privacy concerns.</p>
<h3 style="margin-top: 25px;">Recent Publications</h3>
<p>Coming soon</p>
<hr style="color: #eb4947; clear: both;" />
<h3 style="margin-top: 25px;">TR&D3 Team</h3>
<h3 style="text-decoration: underline;"><a href="http://www2.ece.ohio-state.edu/~ertine/" target="_blank">Emre Ertin, Ph.D.</a></h3>
<h4>TR&D3 Lead</h4>
<div style="float: left; padding: 25px;">
<p><img src="images/team/Ertin.png" alt="Emre Ertin" style="width: 150px; border-radius: 4px; border: 1px solid #ddd; padding: 5px; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);" /></p>
<p><img src="images/team/TheOSU.png" alt="Ohio State" width="150px" /></p>
</div>
<p style="text-align: justify;"><a href="http://www2.ece.ohio-state.edu/~ertine/" target="_blank">Dr. Emre Ertin</a> is a Research Associate Professor with the Department of Electrical and Computer Engineering at The Ohio State University. He received the B.S. degree in Electrical Engineering and Physics from Bogazici University in Turkey in 1992, the M.Sc. degree in Telecommunication and Signal Processing from Imperial College, U.K. in 1993, and the Ph.D. degree in Electrical Engineering from Ohio State in 1999. From 1999 to 2002 he was with the Core Technology Group at Battelle Memorial Institute. His current research interests are biomedical sensor design and statistical signal processing with application to sensor networks and mobile health. <strong><a href="https://scholar.google.com/citations?user=0HNGHckAAAAJ&hl=en&oi=sra" target="_blank">Visit Google Scholar page</a></strong></p>
<hr style="color: #eb4947; clear: both;" />
<h3 style="text-decoration: underline;"><a href="https://www.ee.ucla.edu/mani-srivastava/" target="_blank">Mani Srivastava, Ph.D.</a></h3>
<h4>Co-I, TR&D3</h4>
<div style="float: left; padding: 25px;">
<p><img src="images/team/Mani.png" alt="Mani Srivastava" style="width: 150px; border-radius: 4px; border: 1px solid #ddd; padding: 5px; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);" /></p>
<p><img src="images/team/UCLA.png" alt="UCLA" width="150px" /></p>
</div>
<p style="text-align: justify;"><a href="https://www.ee.ucla.edu/mani-srivastava/" target="_blank">Dr. Mani Srivastava</a> is a Professor of Electrical Engineering and Computer Science at the University of California, Los Angeles. His research is broadly in the area of networked human-cyber-physical systems, and spans problems across the entire spectrum of applications, architectures, algorithms, and technologies. His current interests include issues of sensing, privacy, security, data quality, and variability in the context of applications in mHealth and sustainability. He is a deputy director of NSF Expeditions on Variability and is the lead investigator on an NSF Cyber Physical Systems Frontier Project called RoseLine. His works have been cited extensively (over 30,000 times) and have won several best paper awards. He has served as editor-in-chief of IEEE Transaction on Mobile Computing and the ACM Mobile Computing and Communication Review. He is a Fellow of IEEE. <strong><a href="https://scholar.google.com/citations?user=X2Qs7XYAAAAJ&hl=en&oi=sra" target="_blank">Visit Google Scholar page</a></strong></p>
<hr style="color: #eb4947; clear: both;" />
<h3 style="text-decoration: underline;"><a href="https://profiles.ucsf.edu/ida.sim" target="_blank">Ida Sim, MD, Ph.D.</a></h3>
<h4>Co-I, TR&D3</h4>
<div style="float: left; padding: 25px;">
<p><img src="images/team/Sim.png" alt="Ida Sim" style="width: 150px; border-radius: 4px; border: 1px solid #ddd; padding: 5px; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);" /></p>
<p><img src="images/team/UCSF.png" alt="UCSF" width="150px" /></p>
</div>
<p style="text-align: justify;"><a href="https://profiles.ucsf.edu/ida.sim" target="_blank">Dr. Ida Sim</a> is a is Professor of Medicine, Co-Director of Biomedical Informatics at the University of California, San Francisco’s Clinical and Translational Sciences Institute. She is also co-founder of Open mHealth, a non-profit organization that is breaking down barriers to mobile health app and data integration through an open software architecture. Dr. Sim received her M.D. and her Ph.D. in Medical Informatics from Stanford University, and is an international leader in informatics for health care and clinical research. Her research work is focused on knowledge-based technologies for evidence-based practice, especially in the ontological representation of clinical trials. In policy work, Dr. Sim was the founding Project Coordinator of the World Health Organization's International Clinical Trials Registry Platform, which sets global standards on clinical trial registration and reporting. She is a Fellow of the American College of Medical Informatics, and a member of the American Society for Clinical Investigation. She is also a practicing primary care physician. <strong><a href="https://scholar.google.com/citations?user=tXOkv2cAAAAJ&hl=en&oi=sra" target="_blank">Visit Google Scholar page</a></strong></p>
<hr style="color: #eb4947; clear: both;" />
</section>
</div>
</section>
<!-- Footer -->
<div id="footer">
<div class="container">
<img src="images/mdotLogoFade.png" alt="" height="100px;" style="margin-bottom: 15px; display: block; margin-left: auto; margin-right: auto;" />
<p class="copyright" style="margin-left:5%; margin-right:5%;">The mHealth Center for Discovery, Optimization & Translation of Temporally-Precise Interventions is supported by the National Institutes of Health's National Institute of Biomedical Imaging and Bioengineering through its Biomedical Technology Resource Centers Program.</p>
<p class="copyright">© <a href="https://md2k.org/" target="_blank"><span style="text-decoration: underline;">MD2K</span></a>. All rights reserved.</p>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.scrollgress.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
</body>
</html>