Загрузка видео...

Не удалось загрузить видео

На главную

Your bimanual manipulators might need a Robot Neck 🤖🦒 Introducing Vision in Action: Learning Active Perception from Human Demonstrations ViA learns task-specific, active perceptual strategies—such as searching, tracking, and focusing—directly from human demos, enabling robust visuomotor policies under visual occlusions. 🧵👇

123,380 просмотров • 1 год назад •via X (Twitter)

Комментарии: 10

Фото профиля Haoyu Xiong
Haoyu Xiong1 год назад

Why do we need Active Perception (a.k.a a Robot Neck)? – Visual occlusion presents a significant challenge in everyday manipulation tasks. Robot wrist cameras can move with the arms, but their motion is primarily dictated by manipulation needs, rather than being driven by perceptual objectives. Here's a common failure case of a bimanual setup (without a "robot neck") in cluttered environments. 👇 2/7

Фото профиля Haoyu Xiong
Haoyu Xiong1 год назад

Many of today's data collection systems do not capture human perceptual behaviors. The observation mismatch—between what the human sees and what the robot learns from—hinders the learning of effective manipulation policies. To see what the robot sees, we developed a VR interface—Async Teleop, which introduces decoupled view rendering to reduce motion sickness 😵‍💫🥴🤢 — an issue that is insufficiently addressed in prior VR teleop systems. 3/7

Фото профиля Haoyu Xiong
Haoyu Xiong1 год назад

We train a Diffusion Policy that predicts bimanual arm actions for manipulation and neck actions that mimic human active perceptual strategies. Evaluation results show that ViA enables the learning of robust visuomotor policies for three complex, multi-stage bimanual manipulation tasks with a single active head camera. Check out the uncut policy rollouts👇 4/7

Фото профиля Haoyu Xiong
Haoyu Xiong1 год назад

ViA shows robust visual understanding. In the Lime & Pot task, the lime is randomly placed and often not visible at first. The robot learns to look around and search for the object first before initiating arm actions. Check the rollouts👇 5/7

Фото профиля Haoyu Xiong
Haoyu Xiong1 год назад

Wrist camera is not all you need in cluttered environments. In our experiments, we validated that the [Chest & Wrist Cameras] fail to provide sufficient task-relevant information under visual occlusions. For example, the right wrist camera is completely occluded by the upper shelf tier during cup-grasping shown in the second row of the figure. 6/7

Фото профиля Haoyu Xiong
Haoyu Xiong1 год назад

We’ve open-sourced everything: Arxiv: Github: Hardware: Thanks to my incredible collaborators @XiaomengXu11 @jimmyyhwu @YifanHou2. Thanks to Jeannette @leto__jean for her exceptional guidance throughout this project. Shoutout to Shuran @SongShuran for her invaluable research mentorship and unwavering support during my visit to REAL @Stanford !

Фото профиля Digital Intelligent Self-Aware Entities = People
Digital Intelligent Self-Aware Entities = People1 год назад

Can we clarify why cameras don't just go on the "hands", or the "wrists" with a central constant camera on the spinal structure for stable overview? all of those neck parts wearing down so it can get a good look at the work, when the arms are already moving? Nah.

Фото профиля Carlos DP
Carlos DP1 год назад

Suuuper cool work

Фото профиля Samarth Sinha
Samarth Sinha1 год назад

Congrats Haoyu!!!

Фото профиля Haoyu Xiong
Haoyu Xiong1 год назад

Thanks @_sam_sinha_

Похожие видео

NEWS: Humanoid robotics company Figure has released Helix 02, what they claim in their most capable humanoid model yet. "A single neural system that controls the full body directly from pixels, enabling dexterous, long horizon autonomy across an entire room: • Autonomous, long‑horizon loco-manipulation: Helix 02 unloads and reloads a dishwasher across a full-sized kitchen - a four-minute, end-to-end autonomous task that integrates walking, manipulation, and balance with no resets and no human intervention. We believe this is the longest horizon, most complex task completed autonomously by a humanoid robot to date. • All sensors in. All actuators out: Helix 02 connects every onboard sensor - vision, touch, and proprioception - directly to every actuator through a single unified visuomotor neural network. • Human-like whole body control from human data: All results are enabled by System 0, a learned whole‑body controller trained on over 1,000 hours of human motion data and sim‑to‑real reinforcement learning. System 0 replaces 109,504 lines of hand‑engineered C++ with a single neural prior for stable, natural motion. • New classes of dexterity: With Figure 03’s embedded tactile sensing and palm cameras, Helix 02 performs manipulation that was previously out of reach: extracting individual pills, dispensing precise syringe volumes, and singulating small, irregular objects from clutter despite self‑occlusion. Helix 02 is trained on over 1,000 hours of human motion data and integrates vision, touch, and proprioception."

Sawyer Merritt

624,770 просмотров • 6 месяцев назад

🚨 BREAKING: Microsoft's first robotics foundation model! 🤯 Microsoft just announced Rho-alpha (ρα), their first robotics model derived from the Phi series of vision-language models. Rho-alpha translates natural language commands into control signals for robotic systems performing bimanual manipulation tasks. Commands like "push the green button with the right gripper," "pull out the red wire," "flip the top switch on," or "turn the knob to position 5" get executed directly by dual-arm robots. What makes this different from standard vision-language-action (VLA) models is the additional modalities. Rho-alpha is a VLA+ model that adds tactile sensing to the perceptual mix, with plans to incorporate force feedback. On the learning side, the model is designed to continually improve during deployment by learning from human feedback. The training approach combines trajectories from physical demonstrations and simulated tasks with web-scale visual question answering data. Since teleoperation data is scarce and expensive, Microsoft is using NVIDIA Isaac Sim on Azure to generate physically accurate synthetic datasets via reinforcement learning. These simulated trajectories get combined with commercial and open physical demonstration datasets. The model is currently under evaluation on dual-arm setups and humanoid robots. Microsoft is opening an Early Access Program for organizations interested in evaluating Rho-alpha. Robots that can adapt to dynamic situations and human preferences are more useful in real environments and more trusted by the people operating them. Read more here: ~~ ♻️ Join the weekly robotics newsletter, and never miss any news →

Lukas Ziegler

60,945 просмотров • 6 месяцев назад

I don’t know if we live in a Matrix, but I know for sure that robots will spend most of their lives in simulation. Let machines train machines. I’m excited to introduce DexMimicGen, a massive-scale synthetic data generator that enables a humanoid robot to learn complex skills from only a handful of human demonstrations. Yes, as few as 5! DexMimicGen addresses the biggest pain point in robotics: where do we get data? Unlike with LLMs, where vast amounts of texts are readily available, you cannot simply download motor control signals from the internet. So researchers teleoperate the robots to collect motion data via XR headsets. They have to repeat the same skill over and over and over again, because neural nets are data hungry. This is a very slow and uncomfortable process. At NVIDIA, we believe the majority of high-quality tokens for robot foundation models will come from simulation. What DexMimicGen does is to trade GPU compute time for human time. It takes one motion trajectory from human, and multiplies into 1000s of new trajectories. A robot brain trained on this augmented dataset will generalize far better in the real world. Think of DexMimicGen as a learning signal amplifier. It maps a small dataset to a large (de facto infinite) dataset, using physics simulation in the loop. In this way, we free humans from babysitting the bots all day. The future of robot data is generative. The future of the entire robot learning pipeline will also be generative. 🧵

Jim Fan

165,246 просмотров • 1 год назад