Skip to content

Commit 4601120

Browse files
committed
video embedding
1 parent df3e9fc commit 4601120

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

_includes/quarter.html

+5
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ <h2 class="quarter-header">Schedule {{ quarter.quarter }}</h2>
2525
<p>
2626
{{ talk.abstract }}
2727
</p>
28+
{% if talk.youtube-code %}
29+
<div class="youtube">
30+
<iframe width="1020" height="630" src="https://www.youtube.com/embed/{{ talk.youtube-code }}" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
31+
</div>
32+
{% endif %}
2833
</td>
2934
</tr>
3035
{% endif %}

_talks/fisac_19.md

+1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ title: "Mind the Gap: Bridging model-based and data-driven reasoning for safe hu
99
abstract: "Spurred by recent advances in perception and decision-making, robotic technologies are undergoing a historic expansion from factory floors to the public space. From autonomous driving and drone delivery to robotic devices in the home and workplace, robots are bound to play an increasingly central role in our everyday lives. However, the safe deployment of these systems in complex, human-populated spaces introduces new fundamental challenges. Whether safety-critical failures (e.g. collisions) can be avoided will depend not only on the decisions of the autonomous system, but also on the actions of human beings around it. Given the complexity of human behavior, how can robots reason through these interactions reliably enough to ensure safe operation in our homes and cities?
1010
1111
In this talk I will present a vision for safe human-centered robotics that brings together control-theoretic safety analysis and Bayesian machine learning, enabling robots to actively monitor the “reality gap” between their models and the world while leveraging existing structure to ensure safety in spite of this gap. In particular, I will focus on how robots can reason game-theoretically about the mutual influence between their decisions and those of humans over time, strategically steering interaction towards safe outcomes despite the inevitably limited accuracy of human behavioral models. I will show some experimental results on quadrotor navigation around human pedestrians and simulation studies on autonomous driving. I will end with a broader look at the pressing need for assurances in human-centered intelligent systems beyond robotics, and how control-theoretic safety analysis can be incorporated into modern artificial intelligence, enabling strong synergies between learning and safety."
12+
youtube-code: "Q_a4YCIzF0A"
1213
---

assets/main.scss

+6
Original file line numberDiff line numberDiff line change
@@ -137,4 +137,10 @@ i {
137137
{
138138
max-width: 100%;
139139
}
140+
}
141+
142+
.youtube {
143+
padding-top: 20px;
144+
padding-bottom: 20px;
145+
text-align: center;
140146
}

0 commit comments

Comments
 (0)