Skip to content

Commit 2e1cc41

Browse files
committed
Merge branch 'master' of github.com:OpenPerceptionX/OpenPerceptionX.github.io
2 parents 76e4d87 + 796cb2c commit 2e1cc41

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

data/publications.tsx

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ export const scholar: Record<string, string> = {
3737
"Zhiqi Li": "https://scholar.google.com/citations?user=H2fJLqEAAAAJ",
3838
"Wenhai Wang": "https://scholar.google.com/citations?user=WM0OglcAAAAJ0",
3939
"Hongwei Xue": "https://scholar.google.com/citations?user=k5CJa5YAAAAJ",
40+
"Zhihui Peng": "https://github.com/peng-zhihui",
4041
}
4142
import { members } from "@/data/team"
4243
members.forEach((member) => {
@@ -311,6 +312,28 @@ export const publications: {
311312
description: "A unified whole-body control policy for humanoid robots that enables zero-shot execution of diverse motions, including Ip Man'squat, dancing, running and real-time teleoperation.",
312313
keys: ['embodied_ai', 'home_sliding'],
313314
},
315+
{
316+
title: "WholeBodyVLA: Towards Unified Latent VLA for Whole-body Loco-manipulation Control",
317+
link: "https://opendrivelab.com/WholeBodyVLA/static/pdf/WholeBodyVLA.pdf",
318+
image: "/assets/publication/wholebodyvla.jpg",
319+
author: "Haoran Jiang, Jin Chen, Qingwen Bu, Li Chen, Modi Shi, Yanjie Zhang, Delong Li, Chuanzhe Suo, Chuang Wang, Zhihui Peng, Hongyang Li",
320+
note: "arXiv 2025",
321+
noteoption: '',
322+
star: "",
323+
starlink: "",
324+
icon: [
325+
{
326+
type: "page",
327+
link: "https://opendrivelab.com/WholeBodyVLA/",
328+
},
329+
{
330+
type: "youtube",
331+
link: "https://assets.kinetixai.cn/WholeBodyVLA/long.mp4",
332+
},
333+
],
334+
description: "A unified VLA framework enabling large-space humanoid loco-manipulation via unified latent learning and loco–manipulation–oriented RL. ",
335+
keys: ['embodied_ai'],
336+
},
314337
{
315338
title: "Towards Synergistic, Generalized, and Efficient Dual-System for Robotic Manipulation",
316339
link: "https://arxiv.org/abs/2410.08001",

data/team.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,7 @@ export const members: {
647647
url: "https://github.com/serene-sivy",
648648
},
649649
],
650-
keys: ["phd"],
650+
keys: ["alumni"],
651651
},
652652
{
653653
name: "Naisheng Ye",
@@ -753,7 +753,7 @@ export const members: {
753753
url: "https://github.com/Jiaheng-Wang-kcl",
754754
},
755755
],
756-
keys: ["intern"],
756+
keys: ["alumni"],
757757
},
758758
{
759759
name: "Shadi Hamdan",
48.5 KB
Loading

0 commit comments

Comments
 (0)