paper-with-me

Papers

Motion-aware Contrastive Video Representation Learning via Foreground-background Merging

2021-09-30 · CVPR 2022 1 · Shuangrui Ding, Maomao Li, Tianyu Yang, Rui Qian, Haohang Xu, Qingyi Chen, Jue Wang, Hongkai Xiong

In light of the success of contrastive learning in the image domain, current self-supervised video representation learning methods usually employ contrastive loss to facilitate video representation learning. When naively pulling two augmented views of a video closer, the model however tends to learn the common static background as a shortcut but fails to capture the motion information, a phenomenon dubbed as background bias. Such bias makes the model suffer from weak generalization ability, leading to worse performance on downstream tasks such as action recognition. To alleviate such bias, we propose \textbf{F}oreground-b\textbf{a}ckground \textbf{Me}rging (FAME) to deliberately compose the moving foreground region of the selected video onto the static background of others. Specifically, without any off-the-shelf detector, we extract the moving foreground out of background regions via the frame difference and color statistics, and shuffle the background regions among the videos. By leveraging the semantic consistency between the original clips and the fused ones, the model focuses more on the motion patterns and is debiased from the background shortcut. Extensive experiments demonstrate that FAME can effectively resist background cheating and thus achieve the state-of-the-art performance on downstream tasks across UCF101, HMDB51, and Diving48 datasets. The code and configurations are released at https://github.com/Mark12Ding/FAME.

📄 PDF Abstract BibTeX arXiv:2109.15130

Code (1)

mark12ding/fame 공식 구현 pytorch

Tasks

Action RecognitionContrastive LearningRepresentation Learning

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음
InfoNCE 설명 없음
Batch Normalization 설명 없음
MoCo 설명 없음

Similar Papers 제목 키워드 기반

MaCLR: Motion-aware Contrastive Learning of Representations for Videos

2021-06-17 · Fanyi Xiao, Joseph Tighe, Davide Modolo

We present MaCLR, a novel method to explicitly perform cross-modal self-supervised video representations learning from visual and motion modalities. Compared to previous video representation learning methods that mostly …

Action DetectionAction RecognitionContrastive LearningRepresentation Learning

Fine-Grained Spatiotemporal Motion Alignment for Contrastive Video Representation Learning

2023-09-01 · Minghao Zhu, Xiao Lin, Ronghao Dang, Chengju Liu 외

As the most essential property in a video, motion information is critical to a robust and generalized video representation. To inject motion dynamics, recent works have adopted frame difference as the source of motion in…

Contrastive LearningDecoderDiversityRepresentation Learning

Video Salient Object Detection via Contrastive Features and Attention Modules

2021-11-03 · Yi-Wen Chen, Xiaojie Jin, Xiaohui Shen, Ming-Hsuan Yang

Video salient object detection aims to find the most visually distinctive objects in a video. To explore the temporal dependencies, existing methods usually resort to recurrent neural networks or optical flow. However, t…

Contrastive LearningObjectobject-detectionObject Detection+7

Motion-aware Contrastive Learning for Temporal Panoptic Scene Graph Generation

2024-12-10 · Thong Thanh Nguyen, Xiaobao Wu, Yi Bin, Cong-Duy T Nguyen 외

To equip artificial intelligence with a comprehensive understanding towards a temporal world, video and 4D panoptic scene graph generation abstracts visual data into nodes to represent entities and edges to capture tempo…

Contrastive LearningGraph GenerationPanoptic Scene Graph GenerationRelation+2

PAI-Studio: Cinematic Video Background Replacement with Camera-Aware Motion

2026-05-31 · Heyuan Gao, Bangxun Tang, Yiren Song, Guian Fang 외 arxiv

We present PAI-Studio, a new reference-conditioned video synthesis task that addresses a long-standing challenge in cinematic background replacement: generating dynamic backgrounds aligned with foreground motion while pr…