paper-with-me

홈 › 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 commonly process the frames of a video as individual images or short clips, making the modeling of long-range semantic dependencies difficult. In this paper, we propose TCA (Temporal Context Aggregation for Video Retrieval), a video representation learning framework that incorporates long-range temporal information between frame-level features using the self-attention mechanism. To train it on video retrieval datasets, we propose a supervised contrastive learning method that performs automatic hard negative mining and utilizes the memory bank mechanism to increase the capacity of negative samples. Extensive experiments are conducted on multiple video retrieval tasks, such as CC_WEB_VIDEO, FIVR-200K, and EVVE. The proposed method shows a significant performance advantage (~17% mAP on FIVR-200K) over state-of-the-art methods with video-level features, and deliver competitive results with 22x faster inference time comparing with frame-level features.

📄 PDF Abstract BibTeX arXiv:2008.01334

Code (1)

xwen99/temporal_context_aggregation 공식 구현 pytorch

Tasks

Contrastive LearningRepresentation LearningRetrievalVideo Retrieval

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Context Sensing Attention Network for Video-based Person Re-identification

2022-07-06 · Kan Wang, Changxing Ding, Jianxin Pang, Xiangmin Xu

Video-based person re-identification (ReID) is challenging due to the presence of various interferences in video frames. Recent approaches handle this problem using temporal aggregation strategies. In this work, we propo…

Person Re-IdentificationVideo-Based Person Re-Identification

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 frame…

Representation LearningContrastive LearningData Augmentation

Video Contrastive Learning with Global Context

2021-08-05 · Haofei Kuang, Yi Zhu, Zhi Zhang, Xinyu Li 외

Contrastive learning has revolutionized self-supervised image representation learning field, and recently been adapted to video domain. One of the greatest advantages of contrastive learning is that it allows us to flexi…

Action ClassificationAction LocalizationContrastive LearningRepresentation Learning+2

ProTA: Probabilistic Token Aggregation for Text-Video Retrieval

2024-04-18 · Han Fang, Xianghao Zang, Chao Ban, Zerun Feng 외

Text-video retrieval aims to find the most relevant cross-modal samples for a given query. Recent methods focus on modeling the whole spatial-temporal relations. However, since video clips contain more diverse content th…

DiversityRetrievalVideo Retrieval

Sequential Contrastive Audio-Visual Learning

2024-07-08 · Ioannis Tsiamas, Santiago Pascual, Chunghsin Yeh, Joan Serrà

Contrastive learning has emerged as a powerful technique in audio-visual representation learning, leveraging the natural co-occurrence of audio and visual modalities in webscale video datasets. However, conventional cont…

audio-visual learningContrastive LearningRepresentation LearningRetrieval