Robots Learn Operations by Watching Videos: Berkeley First to Bridge the Gap from Internet Videos to Real Dexterous Hand Deployment

marsbitPublicado a 2026-07-06Actualizado a 2026-07-06

Resumen

UC Berkeley researchers introduce "Do as I Do," an end-to-end pipeline enabling robots to learn dexterous manipulation directly from everyday monocular RGB videos. The system overcomes key bottlenecks in scaling robot learning by first reconstructing 4D hand-object interactions from noisy web videos using a guided diffusion-based tracking method that outperforms existing approaches. It then robustly retargets these trajectories—which are often discontinuous or physically implausible—to a 22-DoF Sharpa Wave dexterous hand. The method incorporates a dynamics-aware optimizer with adaptive contact modeling and multi-stage refinement to handle trajectory noise, improving real-world retargeting success from 25% to 71%. Validated across 20 complex action categories (e.g., stirring, hammering, writing), the pipeline generated 500 executable trajectories and was successfully deployed at 50Hz on a dual-UR3e arm and dual-Sharpa Wave hand platform for 10 real-world tasks. The work establishes a crucial link, transforming the vast repository of human video data into actionable robot policies for anthropomorphic hands.

【Summary】Using only monocular RGB video, 'Do as I Do' transforms everyday human operations into executable trajectories for the Sharpa Wave, completing the critical link from video to robot data for human-like dexterous manipulation.

Humans learn dexterous operations, often by starting with "seeing."

A child watches others beat eggs, pour water, hammer nails, and gradually learns these actions through imitation. Robots are different. Today, robot learning relies more on "doing," such as costly teleoperation, extensive simulation execution, or collecting real-world data in carefully arranged scenes.

In fact, data for robots to "see" already exists. Platforms like YouTube, egocentric datasets, and generated videos contain massive amounts of footage of human hand-object interaction. The real bottleneck is not the lack of data but whether the data conversion can be completed: how to turn these noisy monocular RGB videos into action trajectories that multi-fingered dexterous hands can execute?

The end-to-end pipeline proposed by the UC Berkeley team aims to solve this problem. The research team has established the first complete pipeline capable of generating real dexterous hand execution trajectories from web videos: first reconstructing the 4D hand-object interaction process from monocular RGB videos in real scenes, then retargeting these interaction trajectories to the 22-degree-of-freedom Sharpa Wave dexterous hand.

Paper link: https://arxiv.org/abs/2606.19333

Project link: https://do-as-i-do.com/

The entire pipeline generated 500 verified trajectories across 20 categories of manipulation actions and deployed 10 real tasks on a dual UR3e robotic arm + dual Sharpa Wave platform at 50Hz.

The Problem: "Seeing" ≠ "Knowing How"

To scale dexterous robot data, three structural challenges remain:

Stable reconstruction of hand-object interaction in monocular RGB video is still difficult.

Real-world videos often have issues like motion blur, occlusion, depth ambiguity, and variable object types. Tracking methods like FoundationPose can lose pose lock even under slight blur. Some joint reconstruction methods rely more on lab environments or can only handle pre-defined object categories.

Without stable 4D hand-object reconstruction, human videos are difficult to use in robot learning.

Noisy reference trajectories can cause motion retargeting to fail.

Previous dynamics-aware motion retargeting methods, such as SPIDER or RL-based tracking methods, typically assume clean MoCap ground truth data as input. But in reality, reference trajectories reconstructed from web videos may not be clean. They may have temporal discontinuities, misaligned contact relationships, or even contain physically impossible initial states.

These issues directly affect subsequent optimization. Experiments in the paper show that directly using sampling-based optimization methods on such noisy reference trajectories can have a failure rate of up to 75%.

Teleoperation itself is difficult to scale.

Teleoperation can provide real robot data but is costly. It relies on skilled operators, specialized equipment, and needs to be collected task by task. Relying solely on teleoperation, it's difficult to cover the rich operations in even one hour of human cooking videos, let alone the vast amount of human videos across the entire internet.

Therefore, 'Do as I Do' aims to answer the question: Using only monocular RGB video, without predefined grasping priors or limiting rigid object categories—can robots move from "seeing" to "doing"?

The Solution

The 'Do as I Do' pipeline consists of two stages:

Stage One: Using Guided Diffusion for Stable Object Tracking

SAM 3D can generate object meshes for a single frame. However, processing each frame independently can easily lead to drift in results and difficulty maintaining temporal consistency.

Therefore, 'Do as I Do' first selects an anchor frame and fixes the object shape in this frame. During the flow matching denoising process for subsequent frames, the system guides the pose sampling result of the current frame towards the pose of the previous frame, thus obtaining more continuous pose trajectories while maintaining consistent object shape. Simultaneously, the system adaptively adjusts the pose based on the object's rotational speed estimated from 2D point tracking. This helps avoid overly rigid tracking and reduces erroneous flips.

In a human comparative evaluation of 150 real-world videos, evaluators considered 'Do as I Do' tracking results better than FoundationPose in 67% of samples. In many samples, multiple evaluators gave consistent judgments.

Stage Two: Robust Motion Retargeting for Noisy Reference Trajectories

Building upon the sampling / MPPI optimization framework of SPIDER, 'Do as I Do' incorporates three additional designs to handle the noisy reference trajectories reconstructed from web videos:

Combining these improvements, 'Do as I Do' increased the motion retargeting success rate from 25% to 71% on noisy real-world reference trajectories.

Experimental Results

Reconstruction Capability Benchmark (SOTA)

Motion Retargeting Benchmark

Data Source for 500 Verified Trajectories

The method ultimately covers 20 categories of manipulation actions. These are not simple pick-and-place actions but more complex operations closer to daily human life, including placing, picking, wiping, smearing, squeezing, ironing, brushing, dusting, digging, erasing, pouring, writing, whipping, stirring, poking, compacting, drilling, hammering, cutting, and spreading sauce.

Real-World Deployment

These trajectories are not just in simulation. The research team selected 10 representative actions from them and deployed them on a dual UR3e robotic arm + dual Sharpa Wave dexterous hand platform, completing real-world execution at a 50Hz control frequency.

The deployed actions cover different object shapes and various grasping modes, including tripod writing grasp, power grasp, palmar grasp, and parallel extension grasp.

The Sharpa Wave has 22 degrees of freedom and a scale close to the human hand, making it more suitable as the target body for human hand motion transfer. Actions like whipping, stirring, and hammering require bimanual coordination, which is difficult to achieve with traditional parallel grippers. Wave's hand gesture switching frequency exceeding 4Hz and fingertip force of 50N can support the strength and speed requirements of these actions.

From reconstruction, simulation (MuJoCo Warp, 200Hz) to real-world deployment, the research team used Sharpa Wave as the target hand type for motion retargeting, transferring operation trajectories from human videos to this embodiment.

EgoScale also retargets human hand keypoints to this hand type, while CAIP performs evaluation and verification on the Dexmate Vega+ dual Wave platform. Because the target hand type is closer to the human hand, the morphological gap that the system needs to bridge when transferring from human actions to robot execution is smaller.

Screening Manual: Why 95% of Web Videos Cannot Be Used Directly

For teams hoping to utilize human video data at scale, including research teams in areas like EgoScale, 'Do as I Do' also provides a very practical reminder: more videos are not necessarily better; being able to filter out usable data is equally important.

The research team analyzed 2000 ten-second video clips from the 100DOH dataset (already filtered for hand-object interaction):

The result is direct: without preprocessing raw videos first and directly feeding web videos into robot learning, the truly usable data might be only about one-twentieth. Therefore, 'Do as I Do' also summarizes a set of data filtering points: check if the hand and object are always in frame, confirm if the action crosses a camera cut, exclude segments with excessive camera motion, and identify cases where SAM 3D might fail. For any team hoping to establish a pipeline from "human video to robot execution" on dexterous hands, this screening process will become an unavoidable fundamental step.

Conclusion: Human Videos Are Becoming Robot Data

For a long time, "Do as I Do" was more like an ideal in the field of Artificial Intelligence (AI): enabling robots to understand human demonstrations and transfer those actions to their own bodies. This UC Berkeley research is turning that ideal into reality: input a video link, and the system can reconstruct the hand-object interaction within it and transform it into an executable action trajectory for Sharpa Wave.

In a sense, the world's largest dataset of manipulation already exists—it lies hidden in the videos people shoot, upload, and share every day. What 'Do as I Do' aims to do is convert these videos into 22-DOF joint trajectories that dexterous hands can execute.

Watch, reconstruct, retarget, and then execute on a real robot.

Reference: https://do-as-i-do.com/

This article is from the WeChat public account "AI Era", edited by LRST

Preguntas relacionadas

QWhat is the main contribution of the UC Berkeley team's 'Do as I Do' research?

AThe main contribution is an end-to-end pipeline that, for the first time, successfully connects internet monocular RGB videos to the deployment of execution trajectories on a real dexterous robotic hand (Sharpa Wave). It transforms noisy human operation videos from sources like YouTube into executable, physics-aware action trajectories for a multi-fingered hand.

QWhat are the three key structural challenges the 'Do as I Do' research addresses in scaling dexterous robot data?

AThe three challenges are: 1) The difficulty of stably reconstructing hand-object interactions from noisy, single-view RGB videos. 2) The failure of motion retargeting methods when using these noisy reference trajectories as input. 3) The lack of scalability of teleoperation for data collection.

QHow does the 'guided diffusion' method in Phase 1 improve object tracking compared to frame-by-frame processing?

AInstead of processing each frame independently (which causes drift), the guided diffusion method anchors the object shape on a keyframe. During denoising of subsequent frames, it guides the pose sampling towards the previous frame's pose. This ensures temporal consistency of the object's shape and pose, leading to more stable and continuous tracking.

QWhat was the result of deploying trajectories generated by 'Do as I Do' on the real robot platform?

AThe team selected 10 representative actions from 500 verified trajectories and successfully deployed them on a real dual UR3e arm + dual Sharpa Wave dexterous hand platform. The actions were executed at a 50Hz control frequency, covering various grasps and requiring bimanual coordination (e.g., whipping, stirring, hammering).

QAccording to the analysis of the 100DOH dataset, what percentage of raw internet videos are typically usable for robot learning without preprocessing?

AWithout preprocessing, only about 5% (or one-twentieth) of raw internet videos are usable for robot learning. The research highlights the critical need for a filtering pipeline to check for factors like the hand/object being in-frame, camera motion, and action continuity across cuts.

Lecturas Relacionadas

A Decade of Change: The Demise of Crypto Startups

"The Decade-Long Transformation: The Demise of Crypto Startups" The article traces the dramatic evolution of the cryptocurrency industry from its anarchic beginnings to its current highly regulated and institutionalized state. In the early days (circa 2017), launching a crypto startup was remarkably simple: a whitepaper, a GitHub repository, and a Telegram group could attract thousands of retail investors via an Initial Coin Offering (ICO). Founders operated anonymously with near-zero regulatory and financial barriers, enabling rapid, global innovation but also widespread fraud. By 2026, the landscape is fundamentally different. To operate in major markets like the US, EU, and Asia, crypto businesses must now navigate a complex web of regulations akin to traditional finance. Compliance costs are prohibitive: estimates for a US multi-state operation range from $750,000 to $1.2 million in the first three years, with annual costs exceeding $2 million thereafter. Regulations like MiCA in the EU and New York's BitLicense have created high capital and operational hurdles that act as barriers to entry. Simultaneously, venture capital investment has shifted dramatically. Following the collapses of Terra and FTX, funding has concentrated in later-stage, established companies, creating a "barbell market." Early-stage and seed funding has shrunk significantly, while mega-funds like Andreessen Horowitz's $15 billion pool dominate. Most capital now flows to trading platforms, lending infrastructure, and B2B services. This environment favors mergers and acquisitions as the primary path for growth. Companies like Coinbase and Ripple are acquiring firms like Deribit and Hidden Road not for their technology, but for their licenses, banking relationships, and institutional trust—assets far more valuable than code. Distribution channels, compliance, and brand reputation have become the new moats, overshadowing pure technical innovation. The industry's maturation brings benefits: reduced scams, increased institutional participation, and clearer regulatory frameworks. However, it comes at a cost. The low-barrier, experimental ethos that defined crypto's first decade is fading. Entrepreneurs without substantial capital, pre-existing licenses, or institutional connections face immense challenges. Funding for exploratory fields like decentralized social media or novel governance models is drying up. Ultimately, the crypto industry is replicating the consolidation pattern seen in banking and tech after the 2008 financial crisis. While this brings stability and legitimacy, it raises a critical question: in this new, resource-intensive reality, is there still room for the disruptive, from-scratch innovation that gave birth to the sector?

Foresight NewsHace 21 min(s)

A Decade of Change: The Demise of Crypto Startups

Foresight NewsHace 21 min(s)

Trading

Spot
活动图片