CVNov 26, 2021

Weakly-guided Self-supervised Pretraining for Temporal Activity Detection

arXiv:2111.13675v27 citationsHas Code
AI Analysis

This addresses the limited scale of detection datasets due to expensive frame-level annotations, offering a solution for researchers and practitioners in video analysis, though it is incremental as it builds on existing pretraining approaches.

The paper tackles the problem of temporal activity detection by proposing a weakly-guided self-supervised pretraining method that uses classification data to generate detection tasks without extra annotations, resulting in models that outperform prior work on benchmarks like Charades and MultiTHUMOS.

Temporal Activity Detection aims to predict activity classes per frame, in contrast to video-level predictions in Activity Classification (i.e., Activity Recognition). Due to the expensive frame-level annotations required for detection, the scale of detection datasets is limited. Thus, commonly, previous work on temporal activity detection resorts to fine-tuning a classification model pretrained on large-scale classification datasets (e.g., Kinetics-400). However, such pretrained models are not ideal for downstream detection, due to the disparity between the pretraining and the downstream fine-tuning tasks. In this work, we propose a novel 'weakly-guided self-supervised' pretraining method for detection. We leverage weak labels (classification) to introduce a self-supervised pretext task (detection) by generating frame-level pseudo labels, multi-action frames, and action segments. Simply put, we design a detection task similar to downstream, on large-scale classification data, without extra annotations. We show that the models pretrained with the proposed weakly-guided self-supervised detection task outperform prior work on multiple challenging activity detection benchmarks, including Charades and MultiTHUMOS. Our extensive ablations further provide insights on when and how to use the proposed models for activity detection. Code is available at https://github.com/kkahatapitiya/SSDet.

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