paper-with-me

Papers

Auxiliary Learning for Self-Supervised Video Representation via Similarity-based Knowledge Distillation

2021-12-07 · Amirhossein Dadashzadeh, Alan Whone, Majid Mirmehdi

Despite the outstanding success of self-supervised pretraining methods for video representation learning, they generalise poorly when the unlabeled dataset for pretraining is small or the domain difference between unlabelled data in source task (pretraining) and labeled data in target task (finetuning) is significant. To mitigate these issues, we propose a novel approach to complement self-supervised pretraining via an auxiliary pretraining phase, based on knowledge similarity distillation, auxSKD, for better generalisation with a significantly smaller amount of video data, e.g. Kinetics-100 rather than Kinetics-400. Our method deploys a teacher network that iteratively distills its knowledge to the student model by capturing the similarity information between segments of unlabelled video data. The student model meanwhile solves a pretext task by exploiting this prior knowledge. We also introduce a novel pretext task, Video Segment Pace Prediction or VSPP, which requires our model to predict the playback speed of a randomly selected segment of the input video to provide more reliable self-supervised representations. Our experimental results show superior results to the state of the art on both UCF101 and HMDB51 datasets when pretraining on K100 in apple-to-apple comparisons. Additionally, we show that our auxiliary pretraining, auxSKD, when added as an extra pretraining phase to recent state of the art self-supervised methods (i.e. VCOP, VideoPace, and RSPNet), improves their results on UCF101 and HMDB51. Our code is available at https://github.com/Plrbear/auxSKD.

📄 PDF Abstract BibTeX arXiv:2112.04011

Code (1)

plrbear/auxskd 공식 구현 pytorch

Tasks

Auxiliary LearningKnowledge DistillationRepresentation Learning

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Contrastive Masked Autoencoders for Self-Supervised Video Hashing

2022-11-21 · Yuting Wang, Jinpeng Wang, Bin Chen, Ziyun Zeng 외

Self-Supervised Video Hashing (SSVH) models learn to generate short binary representations for videos without ground-truth supervision, facilitating large-scale video retrieval efficiency and attracting increasing resear…

DecoderRetrievalVideo RetrievalVideo Similarity+1

When the Future Becomes the Past: Taming Temporal Correspondence for Self-supervised Video Representation Learning

2025-03-19 · CVPR 2025 1 · Yang Liu, Qianqian Xu, Peisong Wen, Siran Dai 외

The past decade has witnessed notable achievements in self-supervised learning for video tasks. Recent efforts typically adopt the Masked Video Modeling (MVM) paradigm, leading to significant progress on multiple video t…

Representation LearningSelf-Supervised Learning

Vi2CLR: Video and Image for Visual Contrastive Learning of Representation

2021-01-01 · ICCV 2021 10 · Ali Diba, Vivek Sharma, Reza Safdari, Dariush Lotfi 외

In this paper, we introduce a novel self-supervised visual representation learning method which understands both images and videos in a joint learning fashion. The proposed neural network architecture and objectives …

Action RecognitionClusteringContrastive LearningRepresentation Learning+1

SSTFB: Leveraging self-supervised pretext learning and temporal self-attention with feature branching for real-time video polyp segmentation

2024-06-14 · Ziang Xu, Jens Rittscher, Sharib Ali

Polyps are early cancer indicators, so assessing occurrences of polyps and their removal is critical. They are observed through a colonoscopy screening procedure that generates a stream of video frames. Segmenting polyps…

Representation LearningSelf-Supervised LearningVideo Polyp Segmentation

Rethinking Self-supervised Correspondence Learning: A Video Frame-level Similarity Perspective

2021-03-31 · ICCV 2021 10 · Jiarui Xu, Xiaolong Wang

Learning a good representation for space-time correspondence is the key for various computer vision tasks, including tracking object bounding boxes and performing video object pixel segmentation. To learn generalizable r…

Contrastive LearningObjectObject TrackingSegmentation+4