Skip to content

Commit 428003b

Browse files
committed
tamen
1 parent e9005b2 commit 428003b

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

data/publications.tsx

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,30 @@ export const publications: {
6565
time: string;
6666
timeline: string[];
6767
}[] = [
68+
{
69+
title: "TAMEn: Tactile-Aware Manipulation Engine for Closed-Loop Data Collection in Contact-Rich Tasks",
70+
link: "https://arxiv.org/abs/2604.07335",
71+
image: "/publication/tamen-teaser.jpg",
72+
author: "Longyan Wu, Jieji Ren, Chenghang Jiang, Junxi Zhou, Shijia Peng, Ran Huang, Guoying Gu, Li Chen, Hongyang Li",
73+
note: "Preprint 2026",
74+
noteoption: '',
75+
star: "https://img.shields.io/github/stars/OpenDriveLab/TAMEn?style=social",
76+
starlink: "https://github.com/OpenDriveLab/TAMEn",
77+
icon: [
78+
{
79+
type: "page",
80+
link: "/TAMEn",
81+
},
82+
{
83+
type: "github",
84+
link: "https://github.com/OpenDriveLab/TAMEn",
85+
},
86+
],
87+
description: "TAMEn builds upon the UMI paradigm with key enhancements in multimodality, precision-portability synergy, replayability, and data flywheel.",
88+
keys: ['embodied_ai'],
89+
time: '2026.04.08',
90+
timeline: ['tembodied', 'highlight'],
91+
},
6892
{
6993
title: "SMASH: Mastering Scalable Whole-Body Skills for Humanoid Ping-Pong with Egocentric Vision",
7094
link: "https://arxiv.org/abs/2604.01158",

0 commit comments

Comments
 (0)