paper-with-me

Papers

Action Modifiers: Learning from Adverbs in Instructional Videos

2019-12-13 · CVPR 2020 6 · Hazel Doughty, Ivan Laptev, Walterio Mayol-Cuevas, Dima Damen

We present a method to learn a representation for adverbs from instructional videos using weak supervision from the accompanying narrations. Key to our method is the fact that the visual representation of the adverb is highly dependant on the action to which it applies, although the same adverb will modify multiple actions in a similar way. For instance, while 'spread quickly' and 'mix quickly' will look dissimilar, we can learn a common representation that allows us to recognize both, among other actions. We formulate this as an embedding problem, and use scaled dot-product attention to learn from weakly-supervised video narrations. We jointly learn adverbs as invertible transformations operating on the embedding space, so as to add or remove the effect of the adverb. As there is no prior work on weakly supervised learning from adverbs, we gather paired action-adverb annotations from a subset of the HowTo100M dataset for 6 adverbs: quickly/slowly, finely/coarsely, and partially/completely. Our method outperforms all baselines for video-to-adverb retrieval with a performance of 0.719 mAP. We also demonstrate our model's ability to attend to the relevant video parts in order to determine the adverb for a given action.

📄 PDF Abstract BibTeX arXiv:1912.06617

Code (1)

hazeld/action-modifiers 공식 구현 pytorch

Tasks

Video-Adverb Retrieval

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

Learning Action Changes by Measuring Verb-Adverb Textual Relationships

2023-03-27 · CVPR 2023 1 · Davide Moltisanti, Frank Keller, Hakan Bilen, Laura Sevilla-Lara

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 proble…

Video-Adverb Retrieval

The Effect of Negators, Modals, and Degree Adverbs on Sentiment Composition

2017-12-05 · WS 2016 6 · Svetlana Kiritchenko, Saif M. Mohammad

Negators, modals, and degree adverbs can significantly affect the sentiment of the words they modify. Often, their impact is modeled with simple heuristics; although, recent work has shown that such heuristics do not cap…

How Do You Do It? Fine-Grained Action Understanding with Pseudo-Adverbs

2022-03-23 · CVPR 2022 1 · Hazel Doughty, Cees G. M. Snoek

We aim to understand how actions are performed and identify subtle differences, such as 'fold firmly' vs. 'fold gently'. To this end, we propose a method which recognizes adverbs across different actions. However, such f…

Video-Adverb RetrievalVideo-Adverb Retrieval (Unseen Compositions)

Video-adverb retrieval with compositional adverb-action embeddings

2023-09-26 · Thomas Hummel, Otniel-Bogdan Mercea, A. Sophia Koepke, Zeynep Akata

Retrieving adverbs that describe an action in a video poses a crucial step towards fine-grained video understanding. We propose a framework for video-to-adverb retrieval (and vice versa) that aligns video embeddings with…

TripletVideo-Adverb RetrievalVideo-Adverb Retrieval (Unseen Compositions)

Unsupervised Discovery of Actions in Instructional Videos

2021-06-28 · AJ Piergiovanni, Anelia Angelova, Michael S. Ryoo, Irfan Essa

In this paper we address the problem of automatically discovering atomic actions in unsupervised manner from instructional videos. Instructional videos contain complex activities and are a rich source of information for …