SOTAVerified

Affordance Grounding from Demonstration Video to Target Image

2023-03-26CVPR 2023Code Available1· sign in to hype

Joya Chen, Difei Gao, Kevin Qinghong Lin, Mike Zheng Shou

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

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.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
EPIC-HotspotAfformerKLD0.97Unverified
OPRAAfformer (ViTDet-B encoder)KLD1.51Unverified
OPRAAfformer (ResNet-50-FPN encoder)KLD1.55Unverified
OPRA (28x28)AfformerKLD1.05Unverified

Reproductions