paper-with-me

Papers

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

2023-09-03 · Julien Denize, Mykola Liashuha, Jaonary Rabarisoa, Astrid Orcesi, Romain Hérault

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.

📄 PDF Abstract BibTeX arXiv:2309.01270

Code (1)

juliendenize/eztorch 공식 구현 pytorch

Tasks

Action DetectionAction SpottingKnowledge DistillationSelf-Supervised Learning

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…
Spatial Transformer A Spatial Transformer is an image model block that explicitly allows the spatial manipulation of data within a [convolutional neural…

Similar Papers 제목 키워드 기반

Multi-Mode Online Knowledge Distillation for Self-Supervised Visual Representation Learning

2023-04-13 · CVPR 2023 1 · Kaiyou Song, Jin Xie, Shan Zhang, Zimeng Luo

Self-supervised learning (SSL) has made remarkable progress in visual representation learning. Some studies combine SSL with knowledge distillation (SSL-KD) to boost the representation learning performance of small model…

Knowledge DistillationRepresentation LearningSelf-Supervised Learning

CMD: Self-supervised 3D Action Representation Learning with Cross-modal Mutual Distillation

2022-08-26 · Yunyao Mao, Wengang Zhou, Zhenbo Lu, Jiajun Deng 외

In 3D action recognition, there exists rich complementary information between skeleton modalities. Nevertheless, how to model and utilize this information remains a challenging problem for self-supervised 3D action repre…

3D Action RecognitionAction RecognitionFew-Shot Skeleton-Based Action RecognitionKnowledge Distillation+2

Attention Distillation: self-supervised vision transformer students need more guidance

2022-10-03 · Kai Wang, Fei Yang, Joost Van de Weijer

Self-supervised learning has been widely applied to train high-quality vision transformers. Unleashing their excellent performance on memory and compute constraint devices is therefore an important research topic. Howeve…

Knowledge DistillationSelf-Supervised Learning

A Novel Self-Knowledge Distillation Approach with Siamese Representation Learning for Action Recognition

2022-09-03 · Duc-Quang Vu, Trang Phung, Jia-Ching Wang

Knowledge distillation is an effective transfer of knowledge from a heavy network (teacher) to a small network (student) to boost students' performance. Self-knowledge distillation, the special case of knowledge distilla…

Action RecognitionKnowledge DistillationRepresentation LearningSelf-Knowledge Distillation

Knowledge Distillation as Self-Supervised Learning

2022-01-17 · ICLR Track Blog 2022 5 · Anonymous

Self-supervised learning (SSL) methods have been shown to effectively train large neural networks with unlabeled data. These networks can produce useful image representations that can exceed the performance of supervised…

Knowledge DistillationSelf-Supervised Learning