paper-with-me

Papers

Self-supervised learning using consistency regularization of spatio-temporal data augmentation for action recognition

2020-08-05 · Jinpeng Wang, Yiqi Lin, Andy J. Ma

Self-supervised learning has shown great potentials in improving the deep learning model in an unsupervised manner by constructing surrogate supervision signals directly from the unlabeled data. Different from existing works, we present a novel way to obtain the surrogate supervision signal based on high-level feature maps under consistency regularization. In this paper, we propose a Spatio-Temporal Consistency Regularization between different output features generated from a siamese network including a clean path fed with original video and a noise path fed with the corresponding augmented video. Based on the Spatio-Temporal characteristics of video, we develop two video-based data augmentation methods, i.e., Spatio-Temporal Transformation and Intra-Video Mixup. Consistency of the former one is proposed to model transformation consistency of features, while the latter one aims at retaining spatial invariance to extract action-related features. Extensive experiments demonstrate that our method achieves substantial improvements compared with state-of-the-art self-supervised learning methods for action recognition. When using our method as an additional regularization term and combine with current surrogate supervision signals, we achieve 22% relative improvement over the previous state-of-the-art on HMDB51 and 7% on UCF101.

📄 PDF Abstract BibTeX arXiv:2008.02086

Code (1)

FingerRec/Self-Supervised-Temporal-Discriminative-Representation-Learning-for-Video-Action-Recognition pytorch

Tasks

Action RecognitionData AugmentationSelf-Supervised Learning

Methods 이 논문이 사용한 방법론

Mixup Mixup is a data augmentation technique that generates a weighted combination of random image pairs from the training data. Given two images and their ground truth labels:…
Siamese Network 설명 없음

Similar Papers 제목 키워드 기반

Local Spatiotemporal Representation Learning for Longitudinally-consistent Neuroimage Analysis

2022-06-09 · Mengwei Ren, Neel Dey, Martin A. Styner, Kelly Botteron 외

Recent self-supervised advances in medical computer vision exploit global and local anatomical self-similarity for pretraining prior to downstream tasks such as segmentation. However, current methods assume i.i.d. image …

One-Shot SegmentationRepresentation LearningSegmentation

Self-Supervised k-Space Regularization for Motion-Resolved Abdominal MRI Using Neural Implicit k-Space Representation

2024-04-12 · Veronika Spieker, Hannah Eichhorn, Jonathan K. Stelter, Wenqi Huang 외

Neural implicit k-space representations have shown promising results for dynamic MRI at high temporal resolutions. Yet, their exclusive training in k-space limits the application of common image regularization methods to…

Frames2Residual: Spatiotemporal Decoupling for Self-Supervised Video Denoising

2026-03-11 · Mingjie Ji, Zhan Shi, Kailai Zhou, Zixuan Fu 외 arxiv

Self-supervised video denoising methods typically extend image-based frameworks into the temporal dimension, yet they often struggle to integrate inter-frame temporal consistency with intra-frame spatial specificity. Exi…

Video Denoising

Contrastive Learning for Space-Time Correspondence via Self-Cycle Consistency

2022-01-01 · CVPR 2022 1 · Jeany Son

We propose a novel probabilistic method employing Bayesian Model Averaging and self-cycle regularization for spatio-temporal correspondence learning in videos within a self-supervised learning framework. Most existin…

Contrastive LearningSelf-Supervised Learning

End-to-End Semi-Supervised Learning for Video Action Detection

2022-03-08 · CVPR 2022 1 · Akash Kumar, Yogesh Singh Rawat

In this work, we focus on semi-supervised learning for video action detection which utilizes both labeled as well as unlabeled data. We propose a simple end-to-end consistency based approach which effectively utilizes th…

Action DetectionClassification ConsistencySemantic SegmentationSemi-Supervised Video Action Detection+4