Skip to content

Commit 5d757fc

Browse files
committed
Update research
1 parent 80aec83 commit 5d757fc

2 files changed

Lines changed: 37 additions & 19 deletions

File tree

_pages/research.md

Lines changed: 33 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -23,25 +23,39 @@ permalink: /research/
2323
<div class="research-areas">
2424
<div class="research-area">
2525
<div class="research-area-content">
26-
<h2>Robot Learning and Imitation</h2>
26+
<h2>Interactive Reinforcement Learning</h2>
2727
<p>
28-
We develop methods for robots to learn complex manipulation skills from human demonstrations
29-
and interactions. Our work focuses on learning from imperfect demonstrations, adapting learned
30-
skills to new scenarios, and ensuring robust task execution in unstructured environments.
28+
We develop methods for robots to learn complex tasks through interactive feedback from humans.
29+
Our work focuses on efficient learning from human corrections, incorporating human preferences,
30+
and enabling robots to actively query humans for guidance during learning and execution.
3131
</p>
3232
</div>
3333
<div class="research-area-image">
34-
<img src="/assets/img/research_areas/robot_learning.gif" alt="Robot Learning">
34+
<img src="/assets/img/research_areas/robot_learning.gif" alt="Interactive RL">
3535
</div>
3636
</div>
3737

3838
<div class="research-area">
3939
<div class="research-area-content">
40-
<h2>Safe Human-Robot Interaction</h2>
40+
<h2>Foundational Models for Robotics</h2>
4141
<p>
42-
Safety is paramount when robots work alongside humans. We develop adaptive control strategies
43-
and formal verification methods to ensure safe physical interaction. Our research includes
44-
variable impedance control, trajectory optimization, and safety-aware learning frameworks.
42+
We explore how large-scale pre-trained models can be leveraged for robotic manipulation and navigation.
43+
Our research includes vision-language models for task understanding, diffusion models for motion generation,
44+
and adapting foundation models to physical robot systems with limited data.
45+
</p>
46+
</div>
47+
<div class="research-area-image">
48+
<img src="/assets/img/research_areas/language_robotics.gif" alt="Foundation Models">
49+
</div>
50+
</div>
51+
52+
<div class="research-area">
53+
<div class="research-area-content">
54+
<h2>Safe and Compliant Human-Robot Interaction</h2>
55+
<p>
56+
Safety and compliance are essential when robots work alongside humans. We develop adaptive control strategies,
57+
variable impedance methods, and formal verification techniques to ensure safe physical interaction. Our research
58+
ensures robots can adapt their behavior based on human intent and environmental constraints.
4559
</p>
4660
</div>
4761
<div class="research-area-image">
@@ -51,30 +65,30 @@ permalink: /research/
5165

5266
<div class="research-area">
5367
<div class="research-area-content">
54-
<h2>Language-Guided Robotics</h2>
68+
<h2>3D Reconstruction, SLAM and World Models</h2>
5569
<p>
56-
We explore how natural language can serve as an intuitive interface for programming and
57-
commanding robots. Our work leverages large language models to enable robots to understand
58-
high-level instructions, adapt trajectories based on verbal feedback, and communicate intent
59-
to human collaborators.
70+
We develop methods for robots to build accurate 3D models of their environment through active perception.
71+
Our work includes SLAM (Simultaneous Localization and Mapping), real-time scene reconstruction, world models
72+
for spatial understanding, object-level mapping, and integration with manipulation planning to enable robots
73+
to operate effectively in complex, unstructured spaces.
6074
</p>
6175
</div>
6276
<div class="research-area-image">
63-
<img src="/assets/img/research_areas/language_robotics.gif" alt="Language Robotics">
77+
<img src="/assets/img/research_areas/optimal_control.gif" alt="3D Reconstruction">
6478
</div>
6579
</div>
6680

6781
<div class="research-area">
6882
<div class="research-area-content">
69-
<h2>Optimal Control and Planning</h2>
83+
<h2>Optimization and Optimal Control</h2>
7084
<p>
7185
We develop optimization-based approaches for robot motion planning and control. Our research
72-
includes adaptive control for uncertain systems, reinforcement learning for sequential tasks,
73-
and hierarchical planning frameworks that combine learning with classical control methods.
86+
includes adaptive optimal control for uncertain systems, trajectory optimization under constraints,
87+
and hierarchical planning frameworks that combine learning with classical optimization methods.
7488
</p>
7589
</div>
7690
<div class="research-area-image">
77-
<img src="/assets/img/research_areas/optimal_control.gif" alt="Optimal Control">
91+
<img src="/assets/img/research_areas/optimal_control.gif" alt="Optimization">
7892
</div>
7993
</div>
8094

assets/css/main.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -452,6 +452,10 @@ body {
452452
text-decoration: none;
453453
}
454454

455+
a.pub-link-text {
456+
cursor: pointer;
457+
}
458+
455459
.pub-link-text {
456460
color: #888;
457461
font-size: 0.9rem;

0 commit comments

Comments
 (0)