UAD: Unsupervised Affordance Distillation
for Generalization in Robotic Manipulation

Submitted to ICRA 2025

[Appendix]

Abstract

Understanding fine-grained object affordances is imperative for robots to manipulate objects in unstructured environments given open-ended task instructions. However, existing methods on visual affordance predictions often rely on manually-annotated data or conditions only on predefined set of tasks. We introduce Unsupervised Affordance Distillation (UAD), a method for distilling affordance knowledge from foundation models into a task-conditioned affordance model without any manual annotations. By leveraging the complementary strengths of large vision models and vision-language models, UAD automatically annotates a large-scale dataset with detailed pairs. Training only a lightweight task-conditioned decoder atop frozen features, UAD exhibits notable generalization to in-the-wild robotic scenes as well as to various human activities despite only being trained on rendered objects in simulation. Using affordance provided by UAD as the observation space, we demonstrate an imitation learning policy that demonstrates promising generalization to unseen object instances, object categories, and even variations in task instructions after training on as few as 10 demonstrations. Appendix available here.

Overview of UAD



Using renderings of 3D objects, we first perform multi-view fusion of DINOv2 features and clustering to obtain fine-grained semantic regions of objects, which are then fed to VLM for proposing relevant tasks and corresponding regions (a). The extracted affordance is then distilled by training a language-conditioning FiLM atop frozen DINOv2 features (b). The learned task-conditioned affordance model provides in-the-wild prediction for diverse fine-grained regions, which are used as observation space for manipulation policies (c).

Generalization Properties for Policy Learning

Tasks in simulation and corresponding generalization settings investigated in the paper.

Pouring: hold liquid container and pour into bowl

Training Scenario

Unseen Pose

Unseen Instance
(beer bottle & bowl)

Unseen Category
(beer bottle → coke can)

Unseen Instruction
(pour beer → water plant)

Opening: grasp and pull open revolute cabinet door

Training Scenario

Unseen Pose

Unseen Instance

Unseen Category
(cabinet → fridge)

Insertion: pick pen and insert into pen holder

Training Scenario

Unseen Pose

Unseen Instance (marker)

Unseen Category
(pen holder → cup)

Unseen Instruction
(insert pen → insert carrot)

Real-World Robot Execution

Videos are played at 2x speed.

Watering Plant.

Opening Drawer.

Inserting Pen.