Skip to content

Commit a772e42

Browse files
committed
Update research and news
1 parent aa407c3 commit a772e42

File tree

10 files changed

+155
-2
lines changed

10 files changed

+155
-2
lines changed

_styles/research_gif.scss

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
---
3+
4+
.gif-grid {
5+
display: grid;
6+
grid-template-columns: repeat(3, 1fr);
7+
gap: 10px;
8+
margin: 1.5rem 0 2rem 0;
9+
}
10+
11+
.gif-grid img {
12+
width: 100%;
13+
aspect-ratio: 16 / 9;
14+
object-fit: cover;
15+
border-radius: 3px;
16+
box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
17+
}

index.md

Lines changed: 92 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
{% include section.html %}
77
## Highlights
88
{% capture text %}
9-
The ultimate goal of our research is to build **trustworthy**, **interactive**, and **human-centered** autonomous embodied agents that can perceive, understand, and reason about the physical world; safely interact and collaborate with humans; and efficiently coordinate with other intelligent agents so that they can benefit society in daily lives. To accomplish this goal, our team has been pursuing interdisciplinary research and unifying the techniques and tools from robotics, trustworthy AI/ML, deep reinforcement learning, control theory, optimization, and computer vision.
9+
The ultimate goal of our research is to enable **trustworthy**, **interactive**, and **human-centered** autonomous embodied agents that can perceive, understand, and reason about the physical world; safely interact and collaborate with humans; and efficiently coordinate with other intelligent agents so that they can benefit society in daily lives. To accomplish this goal, our team has been pursuing
10+
interdisciplinary research that develops <em>fundamental theories</em> and <em>practical algorithms</em> grounded in robotics, machine learning, reinforcement learning, computer vision, control theory, and optimization, which are validated on various <em>robotic hardware platforms</em> such as humanoid mobile manipulators, quadrupeds, autonomous vehicles, manipulators, and drones.
11+
1012

1113
{%
1214
include button.html
@@ -36,8 +38,95 @@ The ultimate goal of our research is to build **trustworthy**, **interactive**,
3638
text=text
3739
%}
3840

41+
<div class="gif-grid"
42+
style="
43+
display: grid;
44+
grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
45+
gap: 15px;
46+
padding: 15px;
47+
background: linear-gradient(135deg, rgb(233, 240, 249), #eef2f7);
48+
border-radius: 5px;
49+
">
50+
51+
<div style="text-align:center;">
52+
<img src="{{ 'research_gifs/gif1.gif' | relative_url }}" alt="Single-Robot Social Navigation"
53+
style="width:100%; border-radius:3px; background:white; padding:4px; box-shadow:0 4px 12px rgba(0,0,0,0.08);">
54+
<div style="margin-top:6px; font-size:0.9rem; font-weight:500; color:#333;">
55+
Single-Robot Social Navigation
56+
</div>
57+
</div>
58+
59+
<div style="text-align:center;">
60+
<img src="{{ 'research_gifs/gif2.gif' | relative_url }}" alt="Multi-Robot Cooperative Social Navigation"
61+
style="width:100%; border-radius:3px; background:white; padding:4px; box-shadow:0 4px 12px rgba(0,0,0,0.08);">
62+
<div style="margin-top:6px; font-size:0.9rem; font-weight:500; color:#333;">
63+
Multi-Robot Cooperative Social Navigation
64+
</div>
65+
</div>
66+
67+
<div style="text-align:center;">
68+
<img src="{{ 'research_gifs/gif3.gif' | relative_url }}" alt="Multi-Robot Cooperative Object Goal Navigation"
69+
style="width:100%; border-radius:3px; background:white; padding:4px; box-shadow:0 4px 12px rgba(0,0,0,0.08);">
70+
<div style="margin-top:6px; font-size:0.9rem; font-weight:500; color:#333;">
71+
Multi-Robot Cooperative Object Goal Navigation
72+
</div>
73+
</div>
74+
75+
<div style="text-align:center;">
76+
<img src="{{ 'research_gifs/gif4.gif' | relative_url }}" alt="Single-Robot Human Following"
77+
style="width:100%; border-radius:3px; background:white; padding:4px; box-shadow:0 4px 12px rgba(0,0,0,0.08);">
78+
<div style="margin-top:6px; font-size:0.9rem; font-weight:500; color:#333;">
79+
Single-Robot Human Following
80+
</div>
81+
</div>
82+
83+
<div style="text-align:center;">
84+
<img src="{{ 'research_gifs/gif5.gif' | relative_url }}" alt="Long-Horizon Robotic Manipulation"
85+
style="width:100%; border-radius:3px; background:white; padding:4px; box-shadow:0 4px 12px rgba(0,0,0,0.08);">
86+
<div style="margin-top:6px; font-size:0.9rem; font-weight:500; color:#333;">
87+
Long-Horizon Robotic Manipulation
88+
</div>
89+
</div>
90+
91+
<div style="text-align:center;">
92+
<img src="{{ 'research_gifs/gif6.gif' | relative_url }}" alt="Personalized Autonomous Driving"
93+
style="width:100%; border-radius:3px; background:white; padding:4px; box-shadow:0 4px 12px rgba(0,0,0,0.08);">
94+
<div style="margin-top:6px; font-size:0.9rem; font-weight:500; color:#333;">
95+
Personalized Autonomous Driving
96+
</div>
97+
</div>
98+
99+
</div>
100+
101+
102+
<!-- <div class="gif-grid"
103+
style="
104+
display: grid;
105+
grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
106+
gap: 15px;
107+
padding: 15px;
108+
background: linear-gradient(135deg,rgb(233, 240, 249), #eef2f7);
109+
border-radius: 5px;
110+
">
111+
<img src="{{ 'research_gifs/gif1.gif' | relative_url }}" alt="Single-Robot Social Navigation"
112+
style="width:100%; border-radius:3px; background:white; padding:4px; box-shadow:0 4px 12px rgba(0,0,0,0.08);">
113+
<img src="{{ 'research_gifs/gif2.gif' | relative_url }}" alt="Multi-Robot Social Navigation"
114+
style="width:100%; border-radius:3px; background:white; padding:4px; box-shadow:0 4px 12px rgba(0,0,0,0.08);">
115+
<img src="{{ 'research_gifs/gif3.gif' | relative_url }}" alt="Multi-Robot Object Goal Navigation"
116+
style="width:100%; border-radius:3px; background:white; padding:4px; box-shadow:0 4px 12px rgba(0,0,0,0.08);">
117+
<img src="{{ 'research_gifs/gif4.gif' | relative_url }}" alt="Human Following"
118+
style="width:100%; border-radius:3px; background:white; padding:4px; box-shadow:0 4px 12px rgba(0,0,0,0.08);">
119+
<img src="{{ 'research_gifs/gif5.gif' | relative_url }}" alt="Long-Horizon Manipulation"
120+
style="width:100%; border-radius:3px; background:white; padding:4px; box-shadow:0 4px 12px rgba(0,0,0,0.08);">
121+
<img src="{{ 'research_gifs/gif6.gif' | relative_url }}" alt="Personalized Driving"
122+
style="width:100%; border-radius:3px; background:white; padding:4px; box-shadow:0 4px 12px rgba(0,0,0,0.08);">
123+
</div> -->
124+
39125
{% capture text %}
40126

127+
128+
129+
41130
This lab is directed by [Prof. Jiachen Li](https://profiles.ucr.edu/app/home/profile/jiachenl). Lab members consist of students with backgrounds in engineering, computer science, and mathematics. Our lab is actively seeking multiple highly motivated talents to join us as Ph.D. students (fully funded), master/undergraduate students, onsite/remote research interns (outside of UC Riverside), visiting scholars, or postdoctoral researchers. If you are interested in joining us, please follow the application instructions on the [Join Us](./join/) page.
42131

43132
{%
@@ -61,6 +150,8 @@ This lab is directed by [Prof. Jiachen Li](https://profiles.ucr.edu/app/home/pro
61150
text=text
62151
%}
63152

153+
154+
64155
{% include section.html %}
65156
###### We gratefully acknowledge the supports from:
66157

news/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ nav:
55
---
66

77
# {% include icon.html icon="fa-solid fa-newspaper" %}News
8+
- 12/2025: Prof. Li received two [RAISE Seed Grants](https://research.ucr.edu/funding#request-for-proposals-for-rais) to support our research!
9+
- 12/2025: Prof. Li is invited to serve as an Area Chair for ECCV 2026!
10+
- 12/2025: [One paper]() is accepted at IEEE Robotics and Automation Letters (RA-L)!
811
- 10/2025: [One paper](https://arxiv.org/abs/2508.05616) is accepted at AAAI Conference on Artificial Intelligence (AAAI 2026)!
912
- 09/2025: [One paper](http://arxiv.org/abs/2510.14968) is accepted at Annual Conference on Neural Information Processing Systems (NeurIPS 2025)!
1013
- 09/2025: Prof. Li is invited to serve on the Organizing Committee for RSS 2026!

research/index.md

Lines changed: 43 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,49 @@ nav:
77

88
# {% include icon.html icon="fa-solid fa-robot" %}Featured Research
99

10-
The ultimate goal of our research is to build **trustworthy**, **interactive**, and **human-centered** autonomous embodied agents that can perceive, understand, and reason about the physical world; safely interact and collaborate with humans; and efficiently coordinate with other intelligent agents so that they can benefit society in daily lives. To achieve this goal, we have been pursuing interdisciplinary research and unifying the techniques and tools from robotics, trustworthy AI/ML, deep reinforcement learning, control theory, optimization, and computer vision.
10+
The ultimate goal of our research is to enable **trustworthy**, **interactive**, and **human-centered** autonomous embodied agents that can perceive, understand, and reason about the physical world; safely interact and collaborate with humans; and efficiently coordinate with other intelligent agents so that they can benefit society in daily lives. To accomplish this goal, our team has been pursuing
11+
interdisciplinary research that develops <em>fundamental theories</em> and <em>practical algorithms</em> grounded in robotics, machine learning, reinforcement learning, computer vision, control theory, and optimization, which are validated on various <em>robotic hardware platforms</em> such as humanoid mobile manipulators, quadrupeds, autonomous vehicles, manipulators, and drones.
12+
13+
<!-- <div class="gif-grid">
14+
<img src="{{ 'research_gifs/gif1.gif' | relative_url }}" alt="Single-Robot Social Navigation">
15+
<img src="{{ 'research_gifs/gif2.gif' | relative_url }}" alt="Multi-Robot Social Navigation">
16+
<img src="{{ 'research_gifs/gif3.gif' | relative_url }}" alt="Multi-Robot Object Goal Navigation">
17+
<img src="{{ 'research_gifs/gif4.gif' | relative_url }}" alt="Human Following">
18+
<img src="{{ 'research_gifs/gif5.gif' | relative_url }}" alt="Long-Horizon Manipulation">
19+
<img src="{{ 'research_gifs/gif6.gif' | relative_url }}" alt="Personalized Driving">
20+
</div> -->
21+
22+
<div class="gif-grid">
23+
<div class="gif-item">
24+
<img src="{{ 'research_gifs/gif1.gif' | relative_url }}" alt="Single-Robot Social Navigation">
25+
<div class="gif-caption">Single-Robot Social Navigation</div>
26+
</div>
27+
28+
<div class="gif-item">
29+
<img src="{{ 'research_gifs/gif2.gif' | relative_url }}" alt="Multi-Robot Cooperative Social Navigation">
30+
<div class="gif-caption">Multi-Robot Cooperative Social Navigation</div>
31+
</div>
32+
33+
<div class="gif-item">
34+
<img src="{{ 'research_gifs/gif3.gif' | relative_url }}" alt="Multi-Robot Object Goal Navigation">
35+
<div class="gif-caption">Multi-Robot Object Goal Navigation</div>
36+
</div>
37+
38+
<div class="gif-item">
39+
<img src="{{ 'research_gifs/gif4.gif' | relative_url }}" alt="Human Following">
40+
<div class="gif-caption">Single-Robot Human Following</div>
41+
</div>
42+
43+
<div class="gif-item">
44+
<img src="{{ 'research_gifs/gif5.gif' | relative_url }}" alt="Long-Horizon Robotic Manipulation">
45+
<div class="gif-caption">Long-Horizon Robotic Manipulation</div>
46+
</div>
47+
48+
<div class="gif-item">
49+
<img src="{{ 'research_gifs/gif6.gif' | relative_url }}" alt="Personalized Driving">
50+
<div class="gif-caption">Personalized Autonomous Driving</div>
51+
</div>
52+
</div>
1153

1254
<!-- {% include list_research.html component="card" data="projects" filters="group: featured" %} -->
1355
{% include list_research.html component="card_research" data="research"%}

research_gifs/gif1.gif

27.5 MB
Loading

research_gifs/gif2.gif

12.2 MB
Loading

research_gifs/gif3.gif

23.3 MB
Loading

research_gifs/gif4.gif

77.8 MB
Loading

research_gifs/gif5.gif

68.4 MB
Loading

research_gifs/gif6.gif

5.18 MB
Loading

0 commit comments

Comments
 (0)