SOTAVerified

Learning Action Changes by Measuring Verb-Adverb Textual Relationships

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

Davide Moltisanti, Frank Keller, Hakan Bilen, Laura Sevilla-Lara

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

The goal of this work is to understand the way actions are performed in videos. That is, given a video, we aim to predict an adverb indicating a modification applied to the action (e.g. cut "finely"). We cast this problem as a regression task. We measure textual relationships between verbs and adverbs to generate a regression target representing the action change we aim to learn. We test our approach on a range of datasets and achieve state-of-the-art results on both adverb prediction and antonym classification. Furthermore, we outperform previous work when we lift two commonly assumed conditions: the availability of action labels during testing and the pairing of adverbs as antonyms. Existing datasets for adverb recognition are either noisy, which makes learning difficult, or contain actions whose appearance is not influenced by adverbs, which makes evaluation less reliable. To address this, we collect a new high quality dataset: Adverbs in Recipes (AIR). We focus on instructional recipes videos, curating a set of actions that exhibit meaningful visual changes when performed differently. Videos in AIR are more tightly trimmed and were manually reviewed by multiple annotators to ensure high labelling quality. Results show that models learn better from AIR given its cleaner videos. At the same time, adverb prediction on AIR is challenging, demonstrating that there is considerable room for improvement.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
ActivityNet AdverbsAction Changes (cls)Acc-A0.74Unverified
ActivityNet AdverbsAction Changes (reg, fixed δ)Acc-A0.71Unverified
ActivityNet AdverbsAction Changes (reg)Acc-A0.71Unverified
AIRAction Changes (cls)mAP M0.29Unverified
AIRAction Changes (reg)mAP M0.24Unverified
AIRAction Changes (reg, fixed δ)mAP M0.19Unverified
HowTo100M AdverbsAction Changes (reg)Acc-A0.8Unverified
HowTo100M AdverbsAction Changes (cls)Acc-A0.79Unverified
HowTo100M AdverbsAction Changes (reg, fixed δ)Acc-A0.71Unverified
MSR-VTT AdverbsAction Changes (reg, fixed δ)Acc-A0.71Unverified
MSR-VTT AdverbsAction Changes (reg)Acc-A0.77Unverified
MSR-VTT AdverbsAction Changes (cls)Acc-A0.75Unverified
VATEX AdverbsAction Changes (reg)Acc-A0.76Unverified
VATEX AdverbsAction Changes (reg, fixed δ)Acc-A0.7Unverified
VATEX AdverbsAction Changes (cls)Acc-A0.75Unverified

Reproductions