CVApr 26, 2023

StepFormer: Self-supervised Step Discovery and Localization in Instructional Videos

Georgia TechNVIDIAU of Toronto
arXiv:2304.13265v146 citationsh-index: 58
Originality Incremental advance
AI Analysis

This addresses the scalability issue in learning procedural tasks from instructional videos by eliminating the need for video-level human annotations, though it is incremental as it builds on self-supervised and transformer-based methods.

The paper tackles the problem of automatically discovering and localizing key instruction steps in instructional videos without human supervision, achieving state-of-the-art performance on step detection and localization benchmarks and demonstrating zero-shot multi-step localization capabilities.

Instructional videos are an important resource to learn procedural tasks from human demonstrations. However, the instruction steps in such videos are typically short and sparse, with most of the video being irrelevant to the procedure. This motivates the need to temporally localize the instruction steps in such videos, i.e. the task called key-step localization. Traditional methods for key-step localization require video-level human annotations and thus do not scale to large datasets. In this work, we tackle the problem with no human supervision and introduce StepFormer, a self-supervised model that discovers and localizes instruction steps in a video. StepFormer is a transformer decoder that attends to the video with learnable queries, and produces a sequence of slots capturing the key-steps in the video. We train our system on a large dataset of instructional videos, using their automatically-generated subtitles as the only source of supervision. In particular, we supervise our system with a sequence of text narrations using an order-aware loss function that filters out irrelevant phrases. We show that our model outperforms all previous unsupervised and weakly-supervised approaches on step detection and localization by a large margin on three challenging benchmarks. Moreover, our model demonstrates an emergent property to solve zero-shot multi-step localization and outperforms all relevant baselines at this task.

Foundations

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

Your Notes