CVDec 13, 2018

The Pros and Cons: Rank-aware Temporal Attention for Skill Determination in Long Videos

arXiv:1812.05538v2169 citations
Originality Incremental advance
AI Analysis

This work addresses skill assessment in long videos for applications like training or evaluation, but it is incremental as it builds on existing attention methods with a novel loss.

The authors tackled the problem of determining relative skill from long videos by proposing a model with rank-aware temporal attention modules, achieving over 4% pairwise accuracy improvement on datasets and up to 12% on individual tasks.

We present a new model to determine relative skill from long videos, through learnable temporal attention modules. Skill determination is formulated as a ranking problem, making it suitable for common and generic tasks. However, for long videos, parts of the video are irrelevant for assessing skill, and there may be variability in the skill exhibited throughout a video. We therefore propose a method which assesses the relative overall level of skill in a long video by attending to its skill-relevant parts. Our approach trains temporal attention modules, learned with only video-level supervision, using a novel rank-aware loss function. In addition to attending to task relevant video parts, our proposed loss jointly trains two attention modules to separately attend to video parts which are indicative of higher (pros) and lower (cons) skill. We evaluate our approach on the EPIC-Skills dataset and additionally annotate a larger dataset from YouTube videos for skill determination with five previously unexplored tasks. Our method outperforms previous approaches and classic softmax attention on both datasets by over 4% pairwise accuracy, and as much as 12% on individual tasks. We also demonstrate our model's ability to attend to rank-aware parts of the video.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes