paper-with-me

Papers

Frame-wise Action Representations for Long Videos via Sequence Contrastive Learning

2022-03-28 · CVPR 2022 1 · Minghao Chen, Fangyun Wei, Chong Li, Deng Cai

Prior works on action representation learning mainly focus on designing various architectures to extract the global representations for short video clips. In contrast, many practical applications such as video alignment have strong demand for learning dense representations for long videos. In this paper, we introduce a novel contrastive action representation learning (CARL) framework to learn frame-wise action representations, especially for long videos, in a self-supervised manner. Concretely, we introduce a simple yet efficient video encoder that considers spatio-temporal context to extract frame-wise representations. Inspired by the recent progress of self-supervised learning, we present a novel sequence contrastive loss (SCL) applied on two correlated views obtained through a series of spatio-temporal data augmentations. SCL optimizes the embedding space by minimizing the KL-divergence between the sequence similarity of two augmented views and a prior Gaussian distribution of timestamp distance. Experiments on FineGym, PennAction and Pouring datasets show that our method outperforms previous state-of-the-art by a large margin for downstream fine-grained action classification. Surprisingly, although without training on paired videos, our approach also shows outstanding performance on video alignment and fine-grained frame retrieval tasks. Code and models are available at https://github.com/minghchen/CARL_code.

📄 PDF Abstract BibTeX arXiv:2203.14957

Code (1)

minghchen/carl_code 공식 구현 pytorch

Tasks

Action ClassificationContrastive LearningRepresentation LearningRetrievalSelf-Supervised LearningVideo Alignment

Similar Papers 제목 키워드 기반

Self-supervised and Weakly Supervised Contrastive Learning for Frame-wise Action Representations

2022-12-06 · Minghao Chen, Renbo Tu, Chenxi Huang, Yuqi Lin 외

Previous work on action representation learning focused on global representations for short video clips. In contrast, many practical applications, such as video alignment, strongly demand learning the intensive represent…

Action ClassificationContrastive LearningRepresentation LearningRetrieval+2

Iterative Contrast-Classify For Semi-supervised Temporal Action Segmentation

2021-12-02 · Dipika Singhania, Rahul Rahaman, Angela Yao

Temporal action segmentation classifies the action of each frame in (long) video sequences. Due to the high cost of frame-wise labeling, we propose the first semi-supervised method for temporal action segmentation. Our m…

Action SegmentationRepresentation LearningSegmentationSemi-Supervised Video Classification+1

Self-supervised Discovery of Human Actons from Long Kinematic Videos

2021-09-29 · Kenneth Li, Xiao Sun, Zhirong Wu, Fangyun Wei 외

For human action understanding, a popular research direction is to analyze short video clips with unambiguous semantic content, such as jumping and drinking. However, methods for understanding short semantic actions cann…

Action UnderstandingSentence

Stitch Contrast and Segment_Learning a Human Action Segmentation Model Using Trimmed Skeleton Videos

2024-12-19 · Haitao Tian, Pierre Payeur

Existing skeleton-based human action classification models rely on well-trimmed action-specific skeleton videos for both training and testing, precluding their scalability to real-world applications where untrimmed video…

Action ClassificationAction LocalizationAction SegmentationSegmentation+1

Hybrid Dynamic-static Context-aware Attention Network for Action Assessment in Long Videos

2020-08-13 · Ling-An Zeng, Fa-Ting Hong, Wei-Shi Zheng, Qi-Zhi Yu 외

The objective of action quality assessment is to score sports videos. However, most existing works focus only on video dynamic information (i.e., motion information) but ignore the specific postures that an athlete is pe…

Action AssessmentAction Quality Assessment