English

COMEDIAN: Self-Supervised Learning and Knowledge Distillation for Action Spotting using Transformers

Computer Vision and Pattern Recognition 2023-10-27 v2 Artificial Intelligence Machine Learning

Abstract

We present COMEDIAN, a novel pipeline to initialize spatiotemporal transformers for action spotting, which involves self-supervised learning and knowledge distillation. Action spotting is a timestamp-level temporal action detection task. Our pipeline consists of three steps, with two initialization stages. First, we perform self-supervised initialization of a spatial transformer using short videos as input. Additionally, we initialize a temporal transformer that enhances the spatial transformer's outputs with global context through knowledge distillation from a pre-computed feature bank aligned with each short video segment. In the final step, we fine-tune the transformers to the action spotting task. The experiments, conducted on the SoccerNet-v2 dataset, demonstrate state-of-the-art performance and validate the effectiveness of COMEDIAN's pretraining paradigm. Our results highlight several advantages of our pretraining pipeline, including improved performance and faster convergence compared to non-pretrained models.

Keywords

Cite

@article{arxiv.2309.01270,
  title  = {COMEDIAN: Self-Supervised Learning and Knowledge Distillation for Action Spotting using Transformers},
  author = {Julien Denize and Mykola Liashuha and Jaonary Rabarisoa and Astrid Orcesi and Romain Hérault},
  journal= {arXiv preprint arXiv:2309.01270},
  year   = {2023}
}

Comments

Source code is available here: https://github.com/juliendenize/eztorch

R2 v1 2026-06-28T12:11:39.873Z