paper-with-me

홈 › Papers

Dual Contrastive Learning for Spatio-temporal Representation

2022-07-12 · Shuangrui Ding, Rui Qian, Hongkai Xiong

Contrastive learning has shown promising potential in self-supervised spatio-temporal representation learning. Most works naively sample different clips to construct positive and negative pairs. However, we observe that this formulation inclines the model towards the background scene bias. The underlying reasons are twofold. First, the scene difference is usually more noticeable and easier to discriminate than the motion difference. Second, the clips sampled from the same video often share similar backgrounds but have distinct motions. Simply regarding them as positive pairs will draw the model to the static background rather than the motion pattern. To tackle this challenge, this paper presents a novel dual contrastive formulation. Concretely, we decouple the input RGB video sequence into two complementary modes, static scene and dynamic motion. Then, the original RGB features are pulled closer to the static features and the aligned dynamic features, respectively. In this way, the static scene and the dynamic motion are simultaneously encoded into the compact RGB representation. We further conduct the feature space decoupling via activation maps to distill static- and dynamic-related features. We term our method as \textbf{D}ual \textbf{C}ontrastive \textbf{L}earning for spatio-temporal \textbf{R}epresentation (DCLR). Extensive experiments demonstrate that DCLR learns effective spatio-temporal representations and obtains state-of-the-art or comparable performance on UCF-101, HMDB-51, and Diving-48 datasets.

📄 PDF Abstract BibTeX arXiv:2207.05340

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningRepresentation Learning

Similar Papers 제목 키워드 기반

Personalized Federated Learning for Spatio-Temporal Forecasting: A Dual Semantic Alignment-Based Contrastive Approach

2024-04-04 · Qingxiang Liu, Sheng Sun, Yuxuan Liang, Jingjing Xue 외

The existing federated learning (FL) methods for spatio-temporal forecasting fail to capture the inherent spatio-temporal heterogeneity, which calls for personalized FL (PFL) methods to model the spatio-temporally varian…

Contrastive LearningFederated LearningPersonalized Federated LearningSemantic Similarity+2

Contrastive Learning of Shared Spatiotemporal EEG Representations Across Individuals for Naturalistic Neuroscience

2024-02-22 · Xinke Shen, Lingyi Tao, Xuyang Chen, Sen Song 외

Neural representations induced by naturalistic stimuli offer insights into how humans respond to stimuli in daily life. Understanding neural mechanisms underlying naturalistic stimuli processing hinges on the precise ide…

Brain DecodingContrastive LearningEEGElectroencephalogram (EEG)

STS-CCL: Spatial-Temporal Synchronous Contextual Contrastive Learning for Urban Traffic Forecasting

2023-07-05 · Lincan Li, Kaixiang Yang, Fengji Luo, Jichao Bi

Efficiently capturing the complex spatiotemporal representations from large-scale unlabeled traffic data remains to be a challenging task. In considering of the dilemma, this work employs the advanced contrastive learnin…

Contrastive LearningSTS

Enhancing Video Representations with Spatiotemporal-Semantic Residual to Mitigate Hallucinations in Video Large Multimodal Models

2026-01-30 · Yuansheng Gao, Jinman Zhao, Tong Zhang, Xingguo Xu 외 arxiv

Although Video Large Multimodal Models have achieved strong performance in video understanding, they still suffer from hallucination. Existing inference-time intervention methods usually modify videos under the contrasti…

Contrastive Spatio-Temporal Pretext Learning for Self-supervised Video Representation

2021-12-16 · Yujia Zhang, Lai-Man Po, Xuyuan Xu, Mengyang Liu 외

Spatio-temporal representation learning is critical for video self-supervised representation. Recent approaches mainly use contrastive learning and pretext tasks. However, these approaches learn representation by discrim…

Contrastive LearningRepresentation LearningVideo Understanding