-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresearch.html
102 lines (84 loc) · 4.94 KB
/
research.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
<!DOCTYPE HTML>
<html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Research</title>
<meta name="author" content="Andrea Bajcsy">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="stylesheet.css">
<link rel="icon" href="images/favicon.ico">
</head>
<div class="header" style="width:100%;max-width:900px;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;padding-bottom:0px">
<!-- <a href="index.html" class="logo" style="color:black;font-size:18px;">Andrea Bajcsy</a> -->
<a href="index.html" class="logo" style="color:black;font-size:18px; padding-top:30px"><img src="images/intent_logo.png" height="80"></a>
<div class="header-right" style="padding-top:50px;">
<a href="people.html" style="font-size: 23px; color:black">People</a>
<a href="research.html" style="font-size: 23px; color:black">Research</a>
<a href="publications.html" style="font-size: 23px; color:black">Publications</a>
<a href="join.html" style="font-size: 23px; color:black">Join</a>
<br>
<div class="header-right" style="padding-top:0px;">
<a href="https://github.com/CMU-IntentLab"><i class="fa fa-github" style="font-size:28px;color:black;"></i></a>
<a href="https://www.youtube.com/channel/UCXncV-Q5Iit_PmqABQauptQ"><i class="fa fa-youtube" style="font-size:28px;color:black;"></i></a>
</div>
</div>
</div>
<body>
<table style="width:100%;max-width:900px;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;">
<tbody>
<tr style="padding:0px">
<td style="padding:0px">
<table width="100%" align="center" border="0" cellspacing="0" cellpadding="20"><tbody>
<tr>
<td>
<p>
From autonomous cars in cities to mobile manipulators at home, our lab aims to design robots that reliably interact with people.
What makes this hard is that human behavior---especially when interacting with other agents---is vastly complex, varying between individuals, environments, and over time.
Thus, robots rely on data and machine learning throughout the design process and during deployment to build and refine models of humans.
</p>
<div class="row">
<div class="column">
<img src="images/quad_crash.gif" alt="Quadrotor crashing into pedestrian" style="width:98%">
</div>
<div class="column">
<img src="images/phri_misspec.gif" alt="Human physically correcting a robot manipulator" style="width:98%">
</div>
</div>
<p>
However, by blindly trusting their data-driven human models, today's robots <i>confidently</i> plan <i>unsafe</i> behaviors around people: for example, autonomous drones collide head-on with pedestrians whose behavior they could not predict (left). Or, robots that learn from physical human corrections can consistently misinterpret feedback during a pick-and-place task: instead of learning to move coffee mugs close to the table, the robot erroneously learns move coffee mugs at an angle, resulting in spilled coffee and miscoordination (right).
</p>
<blockquote>
<i><b>Our goal is to develop robots that interact safely and intelligently despite imperfect human models</b>: autonomous vehicles that automatically slow down around erratic pedestrians; assistive robots that only learn from human feedback they can understand; mobile manipulators that continually refine their representations of an end-user's interaction preferences.
</i>
</blockquote>
<!-- <div style="display: table-row;">
<div style="display: table-cell;vertical-align: middle;"><i class="fa fa-cogs fa-4x fa-border" style=" "></i></div>
<div style="padding-left:10px; display: table-cell; vertical-align:middle; word-break: break-all;">
<p><b>Learning</b></p>
<p>text!</p>
</div>
<div style="padding-left:10px; display: table-cell; vertical-align:middle; word-break: break-all;">
<p><b>Humans</b></p>
<p>text!</p>
</div>
<div style="display: table-cell;vertical-align: middle;"><i class="fa fa-users fa-4x fa-border" style=" "></i></div>
</div> -->
</td>
</tr>
</tbody>
</table>
<table width="100%" align="center" border="0" cellspacing="0" cellpadding="0" style="padding-top:0px;">
<tbody>
<tr>
<td>
<br>
<!-- <hr> -->
<p></p>
<br><br>
</td>
</tr>
</tbody>
</table>
</body>
</html>