-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
403 lines (358 loc) · 27.1 KB
/
index.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
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
---
layout: default
title: Home
---
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-148321121-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-148321121-1');
</script>
<link rel="canonical" href="https://murpheylab.github.io/">
<meta name="keywords" content="IEA Lab, robotics, murphey, machine learning, human machine, human robot, human robot interaction, active learning, optimal control, shared control, autonomy, robotic, robot, northwestern,emergent,cyber physical,information theory,ergodic,ergodicity,haptic,nonlinear systems">
<style>
* {box-sizing: border-box;}
.mySlides {display: none; }
img {vertical-align: middle;}
</style>
</head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<div class="button prev" onclick="plusSlides(-1)" style="margin-top:8em">❮</div>
<div class="button next" onclick="plusSlides(1)" style="margin-top:8em">❯</div>
<div class="mySlides fade">
<img src="/images/2023IROS.jpg" style="width:90%; display:flex; justify-content:center;">
<div class="text">Current and past lab members at IROS 2023. October 2023.</div>
</div>
<div class="mySlides fade">
<img src="/images/2023MSI_Jake.JPG" style="width:90%; display:flex; justify-content:center;">
<div class="text">Jake explaining handed shearing auxeticsm (HSAs) actuators at the Museum of Science and Industry. April 2023.</div>
</div>
<div class="mySlides fade">
<img src="/images/2023MSI_Allie_Milli.jpg" style="width:90%; display:flex; justify-content:center;">
<div class="text">Allie (left) and Milli (right) demonstrating their research at the Museum of Science and Industry. April 2023.</div>
</div>
<div class="mySlides fade">
<img src="/images/2023MSI_Annalisa.JPG" style="width:90%; display:flex; justify-content:center;">
<div class="text">Annalisa demonstrating Sphero robots at the Museum of Science and Industry. April 2023.</div>
</div>
<div class="mySlides fade">
<img src="/images/2023MSI_Tommy.JPG" style="width:90%; display:flex; justify-content:center;">
<div class="text">Tommy demonstrating a virtual human-robot interaction platform at the Museum of Science and Industry. April 2023.</div>
</div>
<div class="mySlides fade">
<img src="/images/allie_ahalya_isrr.jpg" style="width:90%; display:flex; justify-content:center;">
<div class="text">Allie and Ahalya at International Symposium of Robotics Research (ISRR) in Switzerland, 2022.</div>
</div>
<div class="mySlides fade">
<img src="/images/rss2022_columbia.jpg" style="width:90%; display:flex; justify-content:center;">
<div class="text">Members of the lab at Robotics: Science and Systems (RSS) in New York City, 2022.</div>
</div>
<div class="mySlides fade">
<img src="/images/rss2022_cruise_3.jpg" style="width:90%; display:flex; justify-content:center;">
<div class="text">Members of the lab on the sunset cruise at Robotics: Science and Systems (RSS) in New York City, 2022.</div>
</div>
<div class="mySlides fade">
<img src="/images/rss2022_cruise.jpg" style="width:90%; display:flex; justify-content:center;">
<div class="text">IEA Lab (past and current!) on the sunset cruise at Robotics: Science and Systems (RSS) in New York City, 2022.</div>
</div>
<div class="mySlides fade">
<img src="/images/rss2022_cruise_2.jpg" style="width:90%; display:flex; justify-content:center;">
<div class="text">Members of the lab on the sunset cruise at Robotics: Science and Systems (RSS) in New York City, 2022.</div>
</div>
<div class="mySlides fade">
<img src="/images/rss2022_photo_1.jpeg" style="width:90%; display:flex; justify-content:center;">
<div class="text">Members of the lab at Robotics: Science and Systems (RSS) in New York City, 2022.</div>
</div>
<div class="mySlides fade">
<img src="/images/rss2022_ethiopian_restaurant.jpg" style="width:90%; display:flex; justify-content:center;">
<div class="text">Members of the lab at Robotics: Science and Systems (RSS) in New York City, 2022.</div>
</div>
<div class="mySlides fade">
<img src="/images/rss2022_seinfeld_restaurant.jpg" style="width:90%; display:flex; justify-content:center;">
<div class="text">Members of the lab in front of the restaurant from Seinfeld in New York City, 2022.</div>
</div>
<div class="mySlides fade">
<img src="/images/2022MSI.jpeg" style="width:90%; display:flex; justify-content:center;">
<div class="text">IEA Lab at the Museum of Science and Industry for the national robotics week, 2022.</div>
</div>
<div class="mySlides fade">
<img src="/images/Jake_MSI2022_ghost.JPG" style="width:90%; display:flex; justify-content:center;">
<div class="text">Jake showing the Ghost Robotics Minitaur at the Museum of Science and Industry, 2022.</div>
</div>
<div class="mySlides fade">
<img src="/images/Milli_MSI_VR.JPG" style="width:90%; display:flex; justify-content:center;">
<div class="text">Milli demonstrating the VR game setup at the Museum of Science and Industry, 2022.</div>
</div>
<div class="mySlides fade">
<img src="/images/Annalisa_Tommy_MSI_Sphero.JPG" style="width:90%; display:flex; justify-content:center;">
<div class="text">Annalisa and Tommy demonstrating the Sphero game at the Museum of Science and Industry, 2022.</div>
</div>
<div class="mySlides fade"> <!-- -->
<img src="/images/2022ICRAKatieToddIan.jpg" style="width:90%; display:flex; justify-content:center;">
<div class="text">Katie, Ian and Todd met up at ICRA 2022 in Philadelphia!</div>
</div>
<div class="mySlides fade"> <!-- -->
<img src="/images/2022winter_happyhour.jpeg" style="width:90%; display:flex; justify-content:center;">
<div class="text">Lab happy hour! Winter 2022.</div>
</div>
<div class="mySlides fade"> <!-- -->
<img src="/images/2021summer_beach.jpeg" style="width:90%; display:flex; justify-content:center;">
<div class="text">Lab beach party! Summer 2021.</div>
</div>
<div class="mySlides fade">
<img src="/images/RSS_group.jpg" style="width:90%; display:flex; justify-content:center;">
<div class="text">Members of the lab at the Robotics Science and Systems (RSS) Conference in Freiburg, Germany. 2019.</div>
</div>
<div class="mySlides fade">
<img src="/images/rss-group2.jpg" style="width:90%; display:flex; justify-content:center;">
<div class="text">Members of the lab at the Robotics Science and Systems (RSS) Conference in Freiburg, Germany. 2019.</div>
</div>
<div class="mySlides fade">
<img src="/images/Alex_Birthday.jpg" style="width:90%; display:flex; justify-content:center;">
<div class="text">Members of the lab celebrating a birthday! June 2019.</div>
</div>
<div class="mySlides fade">
<img alt="Katie Fitzsimons demonstrating human-robot interaction at the Museum of Science and Industry" title="Robot Demonstration at MSI" src="/images/MSI_katie.jpg" style="width:56%; ; display:flex; justify-content:center;">
<div class="text">Katie showing a robot to children at the Museum of Science and Industry. April 2019.</div>
</div>
<div class="mySlides fade">
<img src="/images/MSI_rab.jpg" style="width:90%; display:flex; justify-content:center;">
<div class="text">Rab demonstrating her experiment at the Museum of Science and Industry. April 2019.</div>
</div>
<div class="mySlides fade">
<img src="/images/MSI_group.jpg" style="width:90%; display:flex; justify-content:center;">
<div class="text">National Robotics Week at the Museum of Science and Industry. April 2019.</div>
</div>
<div class="mySlides fade">
<img src="/images/MSI_ola.jpg" style="width:90%; display:flex; justify-content:center;">
<div class="text">Ola showing off the Nao robot at the Museum of Science and Industry. April 2019.</div>
</div>
<div class="mySlides fade">
<img src="/images/WAFR_group.jpg" style="width:90%; display:flex; justify-content:center;">
<div class="text">Members of the lab at the Workshop on Algorithmic Robotics (WAFR) Conference in Merida, Mexico. December 2018.</div>
</div>
<br>
<div style="text-align:center">
<span class="dot" onclick="currentSlide(1)"></span>
<span class="dot" onclick="currentSlide(2)"></span>
<span class="dot" onclick="currentSlide(3)"></span>
<span class="dot" onclick="currentSlide(4)"></span>
<span class="dot" onclick="currentSlide(5)"></span>
<span class="dot" onclick="currentSlide(6)"></span>
<span class="dot" onclick="currentSlide(7)"></span>
<span class="dot" onclick="currentSlide(8)"></span>
<span class="dot" onclick="currentSlide(9)"></span>
<span class="dot" onclick="currentSlide(10)"></span>
<span class="dot" onclick="currentSlide(11)"></span>
<span class="dot" onclick="currentSlide(12)"></span>
<span class="dot" onclick="currentSlide(13)"></span>
<span class="dot" onclick="currentSlide(14)"></span>
<span class="dot" onclick="currentSlide(15)"></span>
<span class="dot" onclick="currentSlide(16)"></span>
<span class="dot" onclick="currentSlide(17)"></span>
<span class="dot" onclick="currentSlide(18)"></span>
<span class="dot" onclick="currentSlide(19)"></span>
<span class="dot" onclick="currentSlide(20)"></span>
<span class="dot" onclick="currentSlide(21)"></span>
<span class="dot" onclick="currentSlide(22)"></span>
<span class="dot" onclick="currentSlide(23)"></span>
<span class="dot" onclick="currentSlide(24)"></span>
<span class="dot" onclick="currentSlide(25)"></span>
<span class="dot" onclick="currentSlide(26)"></span>
<span class="dot" onclick="currentSlide(27)"></span>
<span class="dot" onclick="currentSlide(28)"></span>
</div>
<!-- For slideshow to scroll through -->
<script>
var slideIndex = 1;
var myTimer;
window.addEventListener("load",function() {
showSlides(slideIndex);
myTimer = setInterval(function(){plusSlides(1)}, 4000);
})
function currentSlide(n){
clearInterval(myTimer);
myTimer = setInterval(function(){plusSlides(n+1)}, 4000);
showSlides(slideIndex = n);
}
function plusSlides(n) {
clearInterval(myTimer);
if (n < 0){
showSlides(slideIndex -= 1);
} else {
showSlides(slideIndex += 1);
}
if (n == -1){
myTimer = setInterval(function(){plusSlides(n+2)}, 4000);
} else {
myTimer = setInterval(function(){plusSlides(n+1)}, 4000);
}
}
function showSlides(n) {
var i;
var slides = document.getElementsByClassName("mySlides");
var dots = document.getElementsByClassName("dot");
if (n > slides.length) {slideIndex = 1}
if (n < 1) {slideIndex = slides.length}
for (i = 0; i < slides.length; i++) {
slides[i].style.display = "none";
}
for (i = 0; i < dots.length; i++) {
dots[i].className = dots[i].className.replace(" active", "");
}
slides[slideIndex-1].style.display = "block";
dots[slideIndex-1].className += " active";
}
</script>
<div class="about-box">
<h2>About</h2>
<p>In the Interactive and Emergent Autonomy Lab, our research focuses on
computational methods in data-driven control, information theory in
physical systems, and embodied intelligence. We investigate how both
autonomous systems and biological systems interact with their environments
(and, in some cases, with each other) to learn and improve their behaviors.
This work often involves mathematical modeling, development of new
mathematical tools, algorithmic implementation and programming, and
experimentation. </p>
</div>
<br>
<div class="row">
<div class="column4">
<div class="news-box">
<h2><a href="/news" style="color:black">News</a></h2>
<p><b>Nov 13, 2024</b> <a href="/2024/11/13/jueun-joining" style="color:black">Jueun Kwon joins the lab</a></p>
<p><b>May 2, 2024</b> <a href="https://www.nature.com/articles/s42256-024-00829-3" style="color:black">New paper accepted to Nature Machine Intelligence</a></p>
<p><b>Feb 15, 2024</b> <a href="https://academic.oup.com/pnasnexus/article/3/2/pgae016/7564677" style="color:black">New paper accepted to PNAS Nexus</a></p>
<p><b>Dec 11, 2023</b> <a href="/2023/12/11/new-lab-member" style="color:black">Zixin Zhang joins the lab</a></p>
<p><b>Sep 30, 2023</b> <a style="color:black">New IROS paper on automatic gait generation for soft quadrupeds</a></p>
<p><b>May 25, 2023</b> <a href="/2023/05/25/ola-thesis-defense" style="color:black">Ola defends Ph.D. thesis</a></p>
<p><b>May 3, 2023</b> <a style="color:black">New review paper on embodied communication out at Annual Review of Control, Robotics, and Autonomous Systems</a></p>
<p><b>Jan 3, 2023</b> <a href="/2023/01/03/ayush-joining" style="color:black">Ayush Gaggar joins the lab</a></p>
<p><b>October 2, 2022</b> <a href="/2022/10/02/ola-cogsci" style="color:black">New emergent communication paper out at Annual Meeting of the Cognitive Science Society</a></p>
<p><b>September 25, 2022</b> <a href="/2022/09/25/muchen-isrr" style="color:black">New point set registration paper out at International Symposium of Robotics Research</a></p>
<p><b>June 20, 2022</b> <a href="/2022/06/20/ahalya-nature-communications" style="color:black">New embodied active learning paper out on Nature Communications</a></p>
<p><b>June 2, 2022</b> <a href="/2022/06/02/allie-hybrid-rl-ijrr" style="color:black">New hybrid reinforcement learning paper out on IJRR</a></p>
<p><b>May 24, 2022</b> <a href="/2022/05/24/tommy-presidential-fellowship" style="color:black">Tommy received 2022 Northwestern University Presidential Fellowship</a></p>
<p><b>January 13, 2022</b> <a href="/2022/01/13/taoshathesisdefense" style="color:black">Taosha defends Ph.D. thesis</a></p>
<p><b>December 23, 2021</b> <a href="/2021/12/23/tommymemristor" style="color:black">New paper on memristor circuits for microrobotics</a></p>
<!-- <p><b>October 7, 2021</b> <a href="/2021/10/07/toddnatureperspective" style="color:black">New Nature paper on mechanical computing</a></p> -->
<!-- <p><b>September 21, 2021</b> <a href="/2021/09/21/new-lab-member" style="color:black">Jonathan Bosnich joins the lab</a></p> -->
<!-- <p><b>September 16, 2021</b> <a href="/2021/09/16/anathesisdefense" style="color:black">Ana defends Ph.D. thesis</a></p>
<p><b>Angust 10, 2021</b> <a href="/2021/08/10/annalisareview" style="color:black">New review paper on active learning in robotics</a></p> -->
<!-- <p><b>May 10, 2021</b> <a href="/2021/05/10/taoshaiccv" style="color:black">Human pose tracking paper accepted to ICCV</a></p> -->
<!-- <p><b>May 10, 2021</b> <a href="/2021/05/10/muchenrss" style="color:black">Social navigation paper accepted to RSS</a></p> -->
<!-- <p><b>May 7, 2021</b> <a href="/2021/05/07/giorgosthesisdefense" style="color:black">Giorgos defends Ph.D. thesis</a></p> -->
<!-- <p><b>April 24, 2021</b> <a href="/2021/04/24/giorgostro.html" style="color:black">Giorgos's work on derivative-based Koopman operators gets accepted to IEEE T-RO</a></p> -->
<!-- <p><b>March 26, 2021</b> <a href="/2021/03/26/icrawithuiuc.html" style="color:black">Paper on Autotuning MPC</a> and <a href="/2021/03/26/olaahalyakatiepublishaticra.html" style="color:black"> ergodic imitation</a> both get accepted to ICRA 2021</p> -->
<!-- <p><b>February 22, 2021</b> <a href="/2021/02/22/rabdefense.html" style="color:black">Rab defends her PhD thesis</a></p> -->
<!-- <p><b>January 01, 2021</b> <a href="/2021/01/01/murpheylabinsciencepaper.html" style="color:black">Tommy and Alex part of <i>Low rattling: A predictive principle for self-organization in active collectives</i> paper in Science</a></p> -->
<!-- <p><b>November 20, 2020</b> <a href="/2020/11/20/toddresponsibleAIpanel.html" style="color:black">Todd participates in panel on responsibility in AI</a></p> -->
<!-- <p><b>November 11, 2020</b> <a href="/2020/11/11/katiedefendsthesis.html" style="color:black">Katie defends PhD thesis and starts job at Penn State</a></p> -->
<!-- <p><b>October 01, 2020</b> <a href="/2020/10/01/muchenjoinslab.html" style="color:black">Muchen Sun joins the IEA Lab</a></p> -->
<!-- <p><b>September 25, 2020</b> <a href="/2020/09/25/NeurIPS.html" style="color:black">Giorgos publishes paper in NeurIPS 2020</a></p>
<p><b>September 22, 2020</b> <a href="/2020/09/22/elife-paper.html" style="color:black">Paper on animal exploration with Chen Chen and Malcolm MacIver comes out in eLife</a></p> -->
<!-- <p><b>September 4, 2020</b> <a href="/2020/09/04/tommy-masters-thesis-and-phd-prospectus.html" style="color:black">Tommy defends Masters thesis and completes PhD Prospectus</a></p>
<p><b>September 2, 2020</b> <a href="/2020/09/02/milli-phd-prospectus.html" style="color:black">Milli completes PhD Prospectus</a></p>
<p><b>August 24, 2020</b> <a href="/2020/08/24/ahalyadefense.html" style="color:black">Ahalya defends PhD thesis</a></p>
<p><b>July 31, 2020</b> <a href="/2020/07/31/ijrrarticles.html" style="color:black">IJRR articles come out</a></p>
<p><b>July 29, 2020</b> <a href="/2020/07/29/iandefense.html" style="color:black">Ian defends PhD thesis</a></p>
<p><b>April 30, 2020</b> <a href="/2020/04/30/ola-wins-ppc.html" style="color:black">Ola Wins Proposal Pitch Competition</a></p>
<p><b>April 24, 2020</b> <a href="/2020/04/24/joelwinsndseg.html" style="color:black">Joel Awarded NDSEG Fellowship</a></p>
<p><b>April 01, 2020</b> <a href="/2020/04/01/darpasprint5.html" style="color:black">Lab gets DARPA OFFSET Sprint 5 award</a></p>
<p><b>March 30, 2020</b> <a href="/2020/03/30/katwinsnsfgrf.html" style="color:black">Katarina Awarded NSF Graduate Research Fellowship</a></p>
<p><b>March 25, 2020</b> <a href="/2020/03/25/ian-best-paper.html" style="color:black">Ian Wins 2019 T-RO Best Paper Award</a></p>
<p><b>November 7, 2019</b> <a href="/2019/11/07/new-lab-member.html" style="color:black">New Lab Member</a></p>
<p><b>November 7, 2019</b> <a href="/2019/11/07/taosha-best-paper.html" style="color:black">Taosha Wins Best Paper at IROS 2019</a></p>
<p><b>September 18, 2019</b> <a href="/2019/09/18/smarticle.html" style="color:black">"A robot made of robots..." published in Science Robotics</a></p>
<p><b>August 22, 2019</b> <a href="/2019/08/22/muri-kickoff.html" style="color:black">MURI Meeting on Algorithmic Matter and Emergent Behavior</a></p>
<p><b>June 22, 2019</b> <a href="/2019/06/22/giorgos-rss.html" style="color:black">Giorgos presents at RSS</a></p>
<p><b>May 20, 2019</b> <a href="/2019/05/20/darpa.html" style="color:black">DARPA award recieved</a></p>
<p><b>April 17, 2019</b> <a href="/2019/04/17/scirob.html" style="color:black">"Ergodicity reveals assistance and learning..." published in Science Robotics</a></p> -->
<!-- <p><b>April 12, 2019</b> <a href="/2019/04/12/muriawarded.html" style="color:black">MURI award</a></p> -->
<!-- <p><b>April 10, 2019</b> <a href="/2019/04/10/afsab.html" style="color:black">Todd Murphey appointed to Air Force Scientific Advisory Board</a></p> -->
<!-- <p><b>January 9, 2019</b> <a href="/2019/01/09/ola-masters-thesis-and-phd-prospectus.html" style="color:black">Ola's Masters Thesis Defense and PhD Prospectus</a></p>
<p><b>December 9, 2018</b> <a href="/2018/12/09/ian-taosha-ana-wafr.html" style="color:black">Ian, Taosha, and Ana present at WAFR</a></p>
<p><b>September 27, 2018</b> <a href="/2018/09/27/new-lab-members.html" style="color:black">New Lab Members</a></p> -->
</div>
</div>
<div class="column5">
<div class="recentpapers-box">
<h2><a href="/publications" style="color:black">Recent Papers</a></h2>
<p><b>Safe Coverage for Heterogeneous Systems With Limited Connectivity</b>
<br>A. T. Taylor, T. A. Berrueta, A. Pinosky, T. D. Murphey
<br><i>IEEE Robotics and Automation Letters (Volume 9, Issue 10)</i>, 2024. <a href="https://ieeexplore.ieee.org/abstract/document/10669222">PDF</a></p>
<p><b>Active Exploration for Real-Time Haptic Training</b>
<br>J. Ketchum, A. Prabhakar, T. D. Murphey
<br><i>IEEE International Conference on Robotics and Automation (ICRA)</i>, 2024. <a href="https://ieeexplore.ieee.org/document/10610782">PDF</a></p>
<p><b>Maximum diffusion reinforcement learning</b>
<br>T. A. Berrueta, A. Pinosky, T. D. Murphey
<br><i>Nature Machine Intelligence (6, 504–514)</i>, 2024. <a href="https://www.nature.com/articles/s42256-024-00829-3">PDF</a></p>
<p><b>Collaborative Robots Can Augment Human Cognition in Regret-Sensitive Tasks</b>
<br>M. Schlafly, A. Prabhakar, K. Popovic, G. Schlafly, C. Kim, T. D. Murphey
<br><i>PNAS Nexus (Volume 3, Issue 2)</i>, 2024. <a href="https://academic.oup.com/pnasnexus/article/3/2/pgae016/7564677">PDF</a></p>
<p><b>Automated Gait Generation For Walking, Soft Robotic Quadrupeds</b>
<br>J. Ketchum, S. Schiffer, M. Sun, P. Kaarthik, R. L. Truby, T. D. Murphey
<br><i>IEEE International Conference on Intelligent Robots and Systems (IROS)</i>, 2023. <a href="https://arxiv.org/abs/2310.00498">PDF</a></p>
<p><b>Embodied Communication: How Robots and People Communicate Through Physical Interaction</b>
<br>A. Kalinowska, P. M. Pilarski, T. D. Murphey
<br><i>Annual Review of Control, Robotics, and Autonomous Systems, 2023</i>. <a href="https://www.annualreviews.org/doi/full/10.1146/annurev-control-070122-102501">PDF</a></p>
<p><b>Scale-Invariant Specifications for Human-Swarm Systems</b>
<br>J. Meyer, A. Prabhakar, A. Pinosky, I. Abraham, A. Taylor, M. Schlafly, K. Popovic, G. Diniz, B. Teich, B. Simidchieva, S. Clark, T. D. Murphey
<br><i></i>Journal of Field Robotics (JFR), 2022. <a href="/pdfs/2022JFRMePrMu.pdf">PDF</a></p>
<!-- <p><b>A Game Benchmark for Real-Time Human-Swarm Control</b>
<br>J. Meyer, A. Pinosky, T. Trzpit, E. Colgate, T. D. Murphey
<br><i></i>IEEE International Conference on Automation Science and Engineering (CASE), 2022. <a href="/pdfs/2022CASEMePiTrCoMu.pdf">PDF</a></p> -->
<!-- <p><b>Towards situated communication in multi-step interactions: Time is a key pressure in communication emergence</b>
<br>A. Kalinowska, E. Davoodi, K. W. Mathewson, T. D. Murphey, P. Pilarski
<br><i>Annual Meeting of the Cognitive Science Society (CogSci)</i>, 2022. <a href="../pdfs/2022CogSciKaDaMaMuPi.pdf">PDF</a></p> -->
<!-- <p><b>Scale-Invariant Fast Functional Registration</b>
<br>M. Sun, A. Pinosky, I. Abraham, T. D. Murphey
<br><i>International Symposium of Robotics Research (ISRR)</i>, 2022. <a href="https://arxiv.org/pdf/2209.12763.pdf">PDF</a>, <a href="https://github.com/MurpheyLab/FLS">Code</a></p> -->
<!-- <p><b>Mechanical Intelligence For Learning Embodied Sensor-Object Relationships</b>
<br>A. Prabhakar, T. D. Murphey
<br><i>Nature Communications, 2022</i>. <a href="https://www.nature.com/articles/s41467-022-31795-2">PDF</a>, <a href="https://github.com/apr600/mechanical-intelligence">Code</a></p> -->
<!-- <p><b>Hybrid Control for Combining Model-Based and Model-Free Reinforcement Learning</b>
<br>A. Pinosky, I. Abraham, A. Broad, B. Argall, T. D. Murphey
<br><i>International Journal of Robotics Research (IJRR), 2022</i>. <a href="https://journals.sagepub.com/doi/pdf/10.1177/02783649221083331">PDF</a>, <a href="https://github.com/MurpheyLab/HybridLearning">Code</a></p> -->
<!-- <p><b>Memristor Circuits for Colloidal Robotics: Temporal Access to Memory, Sensing, and Actuation</b>
<br>J. F. Yang, A. T. Liu, T. A. Berrueta, G. Zhang, A. M. Brooks, V. B. Koman, S. Yang, X. Gong, T. D. Murphey, M. S. Strano
<br><i>Advanced Inetlligent Systems</i>, 2021. <a href="https://onlinelibrary.wiley.com/doi/epdf/10.1002/aisy.202100205">PDF</a></p> -->
<!-- <p><b>Mechanical computing</b>
<br>H. Yasuda, P. R. Buskohl, A. Gillman, T. D. Murphey, S. Stepney, R. A. Vaia, and J. R. Raney
<br><i>Nature</i>, 2021. <a href="https://www.nature.com/articles/s41586-021-03623-y">Article</a></p> -->
<!-- <p><b>Active learning in robotics: A review of control principles</b>
<br>A. T. Taylor, T. A. Berrueta, and T. D. Murphey
<br><i>Mechatronics</i>, 2021. <a href="https://arxiv.org/pdf/2106.13697.pdf">PDF</a></p> -->
<!-- <p><b>Revitalizing Optimization for 3D Human Pose and Shape Estimation: A Sparse Constrained Formulation</b> -->
<!-- <br>T. Fan, K. V. Alwala, D. Xiang, W. Xiang, T. D. Murphey, and M. Mukadam -->
<!-- <br><i>IEEE Int. Conf. on Computer Vision (ICCV)</i>, 2021. <a href="/pdfs/2021ICCVFaMuMu.pdf">PDF</a></p> -->
<!-- <p><b>Move Beyond Trajectories: Distribution Space Coupling for Crowd Navigation</b> -->
<!-- <br>M. Sun, F. Baldini, P. Trautman, T. D. Murphey -->
<!-- <br><i>Robotics: Science and Systems (RSS)</i>, 2021. <a href="http://www.roboticsproceedings.org/rss17/p053.pdf">PDF</a>, <a href="https://www.youtube.com/watch?v=dpJUbM0IPJs">Video</a>, <a href="https://github.com/MurpheyLab/DistNav">Code</a> -->
<!-- <p><b>Derivative-Based Koopman Operators for Real-Time Control of Robotic Systems</b> -->
<!-- <br>G. Mamakoukas, M. Castano, X. Tan, T. D. Murphey -->
<!-- <br><i>IEEE Transactions on Robotics (TRO)</i>, 2021. <a href="https://arxiv.org/abs/2010.05778">Article</a></p> -->
<!-- <p><b>Automatic Tuning for Data-driven Model Predictive Control</b>
<br>W. Edwards, G. Tang, G. Mamakoukas, T. D. Murphey, K. Hauser
<br><i>IEEE Int. Conf. on Robotics and Automation (ICRA)</i>, 2021. <a href="https://motion.cs.illinois.edu/papers/ICRA2021_Edwards_AutoMPC.pdf">Article</a></p>
<p><b>Ergodic imitation: Learning from what to do and what not to do</b>
<br>A. Kalinowska, A. Prabhakar, K. Fitzsimons, T. D. Murphey
<br><i>IEEE Int. Conf. on Robotics and Automation (ICRA)</i>, 2021. <a href="/pdfs/2021ICRAKaPrFiMu.pdf">PDF</a></p>
<p><b>Low Rattling: A Predictive Principle for Self-Organization in Active Collectives </b>
<br>P. Chvykov, T. A. Berrueta, A. Vardhan, W. Savoie, A. Samland, T. D. Murphey, K. Wiesenfeld, D. I. Goldman, and J. L. England
<br><i>Science</i>, vol. 371, no. 6524, 2021. <a href="https://science.sciencemag.org/content/371/6524/90">Article</a></p>
<p><b>Algorithmic Design for Embodied Intelligence in Synthetic Cells</b>
<br>A. Pervan and T. D. Murphey
<br><i>IEEE Transactions on Automation Science and Engineering (T-ASE)</i>, 2020. <a href="/pdfs/2020TASEPeMu.pdf">PDF</a></p> -->
<!-- <p><b>Ergodic Specifications for Flexible Swarm Control: From User Commands to Persistent Adaptation</b>
<br>A. Prabhakar, I. Abraham, A. Taylor, M. Schlafly, K. Popovic, G. Diniz, B. Teich, B. Simidchieva, S. Clark, T. D. Murphey
<br><i>Robotics Science and Systems</i>, 2020. <a href="/pdfs/2020RSSPrAbTaScPoMu.pdf">PDF</a> <a href="https://sites.google.com/view/ergodic-flexible-swarm-control">Video</a></p>
<p><b>Tuning movement for sensing in an uncertain world</b>
<br>C. Chen, T. D Murphey, M. A MacIver
<br><i>eLife</i>, e52371, 2020. <a href="https://elifesciences.org/articles/52371">Article</a></p> -->
</div>
</div>
</body>