Affordances from Human Videos as a Versatile Representation for Robotics
VRB leverages human videos to learn visual affordances, enabling multi-task robot manipulation via multi-modal contact and trajectory prediction.
Key Findings
Methodology
This paper introduces VRB (Vision-Robotics Bridge), which extracts actionable scene affordances from large-scale internet videos of human interactions. The core approach predicts contact points and post-contact trajectories using a ResNet encoder and deconvolutional heatmaps, modeling multi-modality with Gaussian Mixture Models (GMM). The training leverages off-the-shelf hand-object detection tools for automatic annotation, enabling scalable supervision. The affordance predictions are integrated into four robot learning paradigms: offline imitation, exploration, goal-conditioned policies, and action parameterization. Extensive real-world experiments validate VRB's effectiveness across four environments, ten tasks, and two robotic platforms, demonstrating superior performance over baselines like Hotspots and HAP.
Key Results
- VRB achieves an average success rate of 57% across 10 tasks, outperforming baseline methods which average around 25%. In real-world experiments, the model demonstrates robust transfer from passive video observation to physical robot control, with hundreds of hours of autonomous operation. The multi-modal contact and trajectory predictions significantly improve task success, especially in cluttered or dynamic scenes. The approach generalizes well across different robots and environments, confirming its scalability and practical utility.
Significance
This work bridges the gap between visual scene understanding and robotic manipulation by leveraging passive human videos. It offers a scalable, data-driven framework that enhances robots' ability to interpret and act in complex, unstructured environments without extensive manual labeling or simulation. The method addresses longstanding challenges in visual affordance learning, enabling robots to autonomously discover interaction points and trajectories, thus advancing the field towards more adaptable and intelligent autonomous systems. Its success in real-world, in-the-wild scenarios underscores its potential for industrial, domestic, and outdoor applications, marking a significant step forward in robotic perception and control.
Technical Contribution
The paper introduces a novel multi-modal affordance representation based on contact points and post-contact trajectories, modeled via GMM to capture interaction variability. It innovatively combines large-scale passive video analysis with robotic control, utilizing off-the-shelf detection tools for scalable supervision. The integration of this affordance prior into multiple learning paradigms—imitation, exploration, goal-reaching, and action space structuring—demonstrates a versatile, unified framework. The approach also learns a meaningful visual representation for control as a beneficial byproduct, setting new standards for real-world robotic learning without simulation.
Novelty
This is the first comprehensive framework to extract and utilize visual affordances directly from large-scale internet videos for real-world robotic manipulation. Unlike prior works limited to static datasets or simulation, VRB leverages passive observation to predict multi-modal interaction points and trajectories, enabling seamless transfer to physical robots. Its multi-paradigm integration and real-world validation distinguish it from existing approaches, representing a significant leap in scalable, data-driven robot learning.
Limitations
- Despite its robustness, VRB's multi-modal predictions can still be inaccurate in highly cluttered or occluded scenes, limiting precision. The reliance on video quality and detection accuracy may affect generalization. Computational demands for training and inference are substantial, requiring high-performance hardware. Future work should focus on improving prediction robustness, efficiency, and multi-modal fusion to handle more complex, dynamic environments.
Future Work
Future directions include integrating reinforcement learning to optimize interaction strategies further, expanding multi-modal inputs such as audio or tactile signals, and enhancing robustness in highly dynamic or occluded scenes. Developing more efficient models for real-time deployment and extending the framework to multi-agent scenarios are also promising avenues to increase the versatility and applicability of the approach.
AI Executive Summary
This study introduces VRB (Vision-Robotics Bridge), a novel framework that leverages large-scale internet videos of human interactions to learn visual affordances for robotic manipulation. Traditional robot learning approaches often depend on simulation or limited demonstrations, which struggle to scale to complex, real-world environments. VRB addresses this challenge by analyzing passive videos to predict scene contact points and post-contact trajectories, providing a rich, multi-modal representation of how objects can be interacted with.
The core technical innovation involves encoding scene images with ResNet, generating spatial heatmaps via deconvolution, and modeling multiple possible interactions using Gaussian Mixture Models. The training process employs off-the-shelf hand-object detection tools for automatic supervision, enabling scalable data collection. These affordance predictions are then integrated into four key robot learning paradigms: offline imitation learning, exploration, goal-conditioned policies, and action space structuring. Extensive experiments on two robotic platforms across four environments and ten tasks demonstrate VRB's superior performance, with success rates reaching 57%, far exceeding baseline methods.
The significance of this work lies in its ability to bridge passive observation and active manipulation, reducing reliance on costly demonstrations or simulation. It offers a scalable, versatile approach that enhances robots' understanding of scene affordances, facilitating autonomous operation in complex, unstructured environments. While challenges remain—such as prediction accuracy in occluded scenes and computational costs—the framework paves the way for more adaptable, intelligent robots capable of learning from passive human videos, with broad implications for industry, domestic robots, and outdoor exploration.
Deep Analysis
Background
Robotics research has seen rapid progress with deep learning, especially in visual perception and control. Early works like GQN and DQN demonstrated scene understanding and decision-making in static or simulated environments. However, deploying robots in real-world, dynamic settings remains difficult due to limited generalization and data scarcity. Recent efforts utilize human videos for behavior understanding, such as HOI and HAP, but mostly focus on static pose or gesture recognition. The advent of large-scale internet videos offers new opportunities to learn scene affordances passively, yet integrating this data into robotic control pipelines is still an open challenge. Prior methods often rely on handcrafted features or simulation, which lack scalability and robustness.
Core Problem
The core challenge is to extract meaningful, robot-centric scene affordances from passive human videos, capturing where and how interactions occur. Existing approaches struggle with multi-modality, scene variability, and transferability to real robots. Additionally, translating visual affordances into actionable control signals that support diverse tasks and environments remains unresolved. The difficulty is compounded by occlusions, dynamic backgrounds, and domain shifts between human videos and robot perception. Addressing these issues requires a scalable, generalizable framework capable of predicting multiple interaction modes and integrating seamlessly with robotic learning algorithms.
Innovation
The paper's key innovations include: 1) defining a multi-modal affordance representation based on contact points and post-contact trajectories, which are robot-agnostic; 2) employing GMM to model interaction variability, capturing multiple feasible actions; 3) leveraging large-scale passive videos with automatic annotations for scalable supervision; 4) integrating the affordance prior into multiple robot learning paradigms—imitation, exploration, goal-conditioned policies, and structured action spaces—enabling versatile real-world deployment. These innovations collectively advance the state-of-the-art in visual affordance learning and robotic control.
Methodology
- �� Collect large-scale human interaction videos from the internet, applying hand-object detection for automatic contact and trajectory annotation. • Use homography matrices to compensate for camera egomotion, ensuring spatial consistency across frames. • Fit Gaussian Mixture Models to contact points to model multi-modal interaction possibilities. • Encode scene images with ResNet to extract spatial features, then generate heatmaps via deconvolutional layers. • Use spatial softmax to estimate GMM means, and train a trajectory prediction network with self-attention blocks to forecast post-contact movements. • Map predicted contact points and trajectories into robot control space, enabling multi-task learning and policy optimization.
Experiments
Experiments involve four real-world environments with tasks like opening cabinets, grasping objects, and manipulating shelves. Two robot platforms—Franka Panda and Stretch—are used. The model is trained on passive videos and evaluated on unseen scenarios, comparing success rates against baselines like Hotspots and HAP. Hyperparameters include a batch size of 32, training over 24 hours, with success measured via task completion metrics. Ablation studies analyze the importance of multi-modality and prediction accuracy. The experiments demonstrate that VRB significantly outperforms baselines, with success rates around 57%, confirming its robustness and transferability.
Results
VRB achieves a success rate of 57% across 10 tasks, outperforming prior methods (Hotspots 25%). It generalizes well to unseen environments and tasks, with hundreds of hours of autonomous robot operation in the wild. Multi-modal contact and trajectory predictions improve interaction accuracy, especially under occlusion or clutter. The framework's ability to transfer from passive videos to real robot control is validated across different platforms, confirming its scalability and practical relevance. Ablation results show that modeling multiple interaction modes via GMM is crucial for high performance.
Applications
This approach can be immediately applied to domestic robots, warehouse automation, and outdoor exploration, where passive observation data is abundant. It reduces the need for extensive manual labeling or simulation, lowering deployment barriers. Long-term, it enables robots to autonomously discover and adapt to new objects and tasks, transforming industries by making robots more flexible, scalable, and capable of learning from passive human behavior without explicit supervision.
Limitations & Outlook
Despite promising results, the model's multi-modal predictions can be inaccurate in highly cluttered or occluded scenes. Dependence on detection tools and video quality limits robustness. Computational costs for training and inference are high, hindering real-time deployment. Future work should focus on improving prediction robustness, efficiency, and multi-modal fusion to handle more complex, dynamic environments.
Plain Language Accessible to non-experts
想象你在厨房里做饭。每次你看到锅或刀,都知道怎么用它们,比如用锅煮东西,用刀切菜。这种直觉来自你对厨房里物品的了解——它们的用途和操作方法。机器人也是一样,它需要知道场景中哪些东西可以用,怎么用。本文的方法就像教机器人观察人们怎么用手去碰和操作物体,然后让机器人学会这些动作。通过看很多视频,机器人可以学会在不同场景下找到合适的地方去抓、推或旋转物体,就像你在厨房里找到锅的把手,知道怎么拉开抽屉。这个过程不用人手把手教,只需要让机器人看视频,它就能学会很多操作技巧。这样,机器人就能在真实世界中自主完成各种任务,比如开门、拿东西、放东西,变得更聪明、更自主。
ELI14 Explained like you're 14
嘿,你知道吗?其实机器人也可以像我们一样,从看视频学会怎么做事!比如你看视频里有人打开冰箱、拿出水果,机器人也能学会用眼睛“观察”场景,然后知道哪里可以抓东西,怎么推开门。这个方法就像你在厨房里学会用锅、刀一样,只不过机器人是通过看很多很多视频,慢慢学会的。它会记住哪些地方可以碰、推、拉,然后用这些知识去操作真实的东西。这样一来,机器人就不用每次都从零开始学,而是可以借助“观察”学会很多技能。未来,这样的机器人可以帮我们做家务、搬东西,甚至在野外探险,变得越来越聪明!是不是很酷?
Abstract
Building a robot that can understand and learn to interact by watching humans has inspired several vision problems. However, despite some successful results on static datasets, it remains unclear how current models can be used on a robot directly. In this paper, we aim to bridge this gap by leveraging videos of human interactions in an environment centric manner. Utilizing internet videos of human behavior, we train a visual affordance model that estimates where and how in the scene a human is likely to interact. The structure of these behavioral affordances directly enables the robot to perform many complex tasks. We show how to seamlessly integrate our affordance model with four robot learning paradigms including offline imitation learning, exploration, goal-conditioned learning, and action parameterization for reinforcement learning. We show the efficacy of our approach, which we call VRB, across 4 real world environments, over 10 different tasks, and 2 robotic platforms operating in the wild. Results, visualizations and videos at https://robo-affordances.github.io/