Affordance Grounding from Demonstration Video to Target Image

Humans excel at learning from expert demonstrations and solving their own problems. To equip intelligent robots and assistants, such as AR glasses, with this ability, it is essential to ground human hand interactions (i.e., affordances) from demonstration videos and apply them to a target image like a user's AR glass view. The video-to-image affordance grounding task is challenging due to (1) the need to predict fine-grained affordances, and (2) the limited training data, which inadequately covers video-image discrepancies and negatively impacts grounding. To tackle them, we propose Affordance Transformer (Afformer), which has a fine-grained transformer-based decoder that gradually refines affordance grounding. Moreover, we introduce Mask Affordance Hand (MaskAHand), a self-supervised pre-training technique for synthesizing video-image data and simulating context changes, enhancing affordance grounding across video-image discrepancies. Afformer with MaskAHand pre-training achieves state-of-the-art performance on multiple benchmarks, including a substantial 37% improvement on the OPRA dataset. Code is made available at https://github.com/showlab/afformer.

PDF Abstract CVPR 2023 PDF CVPR 2023 Abstract
Task Dataset Model Metric Name Metric Value Global Rank Result Benchmark
Video-to-image Affordance Grounding EPIC-Hotspot Afformer KLD 0.97 # 1
SIM 0.56 # 1
AUC-J 0.88 # 1
Video-to-image Affordance Grounding OPRA Afformer (ResNet-50-FPN encoder) KLD 1.55 # 2
Top-1 Action Accuracy 52.14 # 2
Video-to-image Affordance Grounding OPRA Afformer (ViTDet-B encoder) KLD 1.51 # 1
Top-1 Action Accuracy 52.27 # 1
Video-to-image Affordance Grounding OPRA (28x28) Afformer KLD 1.05 # 1
SIM 0.53 # 1
AUC-J 0.89 # 1

Methods