paper-with-me

Papers

Supervised Contrastive Frame Aggregation for Video Representation Learning

2025-12-14 · Shaif Chowdhury, Mushfika Rahman, Greg Hamerly arxiv

We propose a supervised contrastive learning framework for video representation learning that leverages temporally global context. We introduce a video to image aggregation strategy that spatially arranges multiple frames from each video into a single input image. This design enables the use of pre trained convolutional neural network backbones such as ResNet50 and avoids the computational overhead of complex video transformer models. We then design a contrastive learning objective that directly compares pairwise projections generated by the model. Positive pairs are defined as projections from videos sharing the same label while all other projections are treated as negatives. Multiple natural views of the same video are created using different temporal frame samplings from the same underlying video. Rather than relying on data augmentation these frame level variations produce diverse positive samples with global context and reduce overfitting. Experiments on the Penn Action and HMDB51 datasets demonstrate that the proposed method outperforms existing approaches in classification accuracy while requiring fewer computational resources. The proposed Supervised Contrastive Frame Aggregation method learns effective video representations in both supervised and self supervised settings and supports video based tasks such as classification and captioning. The method achieves seventy six percent classification accuracy on Penn Action compared to forty three percent achieved by ViVIT and forty eight percent accuracy on HMDB51 compared to thirty seven percent achieved by ViVIT.

📄 PDF Abstract BibTeX arXiv:2512.12549

Code (0)

등록된 구현이 없습니다.

Tasks

Representation LearningContrastive LearningData Augmentation

Similar Papers 제목 키워드 기반

Temporal Context Aggregation for Video Retrieval with Contrastive Learning

2020-08-04 · Jie Shao, Xin Wen, Bingchen Zhao, xiangyang xue

The current research focus on Content-Based Video Retrieval requires higher-level video representation describing the long-range semantic dependencies of relevant incidents, events, etc. However, existing methods commonl…

Contrastive LearningRepresentation LearningRetrievalVideo Retrieval

Cycle-Contrast for Self-Supervised Video Representation Learning

2020-10-28 · NeurIPS 2020 12 · Quan Kong, Wenpeng Wei, Ziwei Deng, Tomoaki Yoshinaga 외

We present Cycle-Contrastive Learning (CCL), a novel self-supervised method for learning video representation. Following a nature that there is a belong and inclusion relation of video and its frames, CCL is designed to …

Action RecognitionContrastive LearningRepresentation LearningRetrieval+1

Self-supervised Video Representation Learning Using Inter-intra Contrastive Framework

2020-08-06 · Li Tao, Xueting Wang, Toshihiko Yamasaki

We propose a self-supervised method to learn feature representations from videos. A standard approach in traditional self-supervised methods uses positive-negative data pairs to train with contrastive learning strategy. …

Action Recognition In VideosContrastive LearningRepresentation LearningRetrieval+4

Self-Supervised Video Representation Learning with Motion-Contrastive Perception

2022-04-10 · Jinyu Liu, Ying Cheng, Yuejie Zhang, Rui-Wei Zhao 외

Visual-only self-supervised learning has achieved significant improvement in video representation learning. Existing related methods encourage models to learn video representations by utilizing contrastive learning or de…

Contrastive LearningRepresentation LearningSelf-Supervised Learning

Modelling Neighbor Relation in Joint Space-Time Graph for Video Correspondence Learning

2021-09-28 · ICCV 2021 10 · Zixu Zhao, Yueming Jin, Pheng-Ann Heng

This paper presents a self-supervised method for learning reliable visual correspondence from unlabeled videos. We formulate the correspondence as finding paths in a joint space-time graph, where nodes are grid patches s…

Contrastive LearningRelation