paper-with-me

Papers

CoCo-BERT: Improving Video-Language Pre-training with Contrastive Cross-modal Matching and Denoising

2021-12-14 · Jianjie Luo, Yehao Li, Yingwei Pan, Ting Yao, Hongyang Chao, Tao Mei

BERT-type structure has led to the revolution of vision-language pre-training and the achievement of state-of-the-art results on numerous vision-language downstream tasks. Existing solutions dominantly capitalize on the multi-modal inputs with mask tokens to trigger mask-based proxy pre-training tasks (e.g., masked language modeling and masked object/frame prediction). In this work, we argue that such masked inputs would inevitably introduce noise for cross-modal matching proxy task, and thus leave the inherent vision-language association under-explored. As an alternative, we derive a particular form of cross-modal proxy objective for video-language pre-training, i.e., Contrastive Cross-modal matching and denoising (CoCo). By viewing the masked frame/word sequences as the noisy augmentation of primary unmasked ones, CoCo strengthens video-language association by simultaneously pursuing inter-modal matching and intra-modal denoising between masked and unmasked inputs in a contrastive manner. Our CoCo proxy objective can be further integrated into any BERT-type encoder-decoder structure for video-language pre-training, named as Contrastive Cross-modal BERT (CoCo-BERT). We pre-train CoCo-BERT on TV dataset and a newly collected large-scale GIF video dataset (ACTION). Through extensive experiments over a wide range of downstream tasks (e.g., cross-modal retrieval, video question answering, and video captioning), we demonstrate the superiority of CoCo-BERT as a pre-trained structure.

📄 PDF Abstract BibTeX arXiv:2112.07515

Code (0)

등록된 구현이 없습니다.

Tasks

Cross-Modal RetrievalDecoderDenoisingLanguage ModelingLanguage ModellingMasked Language ModelingQuestion AnsweringRetrievalVideo CaptioningVideo Question Answering

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Adam 설명 없음
Multi-Head Attention 설명 없음
Residual Connection 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.

Similar Papers 제목 키워드 기반

CoCoSoDa: Effective Contrastive Learning for Code Search

2022-04-07 · Ensheng Shi, Yanlin Wang, Wenchao Gu, Lun Du 외

Code search aims to retrieve semantically relevant code snippets for a given natural language query. Recently, many approaches employing contrastive learning have shown promising results on code representation learning a…

Code SearchContrastive LearningData AugmentationRepresentation Learning

COCO-DR: Combating Distribution Shifts in Zero-Shot Dense Retrieval with Contrastive and Distributionally Robust Learning

2022-10-27 · Yue Yu, Chenyan Xiong, Si Sun, Chao Zhang 외

We present a new zero-shot dense retrieval (ZeroDR) method, COCO-DR, to improve the generalization ability of dense retrieval by combating the distribution shifts between source training tasks and target scenarios. To mi…

Language ModelingLanguage ModellingRetrievalText Retrieval+1

CoCoVideo: The High-Quality Commercial-Model-Based Contrastive Benchmark for AI-Generated Video Detection

2026-05-26 · Huidong Feng, Wentao Chen, Jie Chen, Xinqi Cai 외 arxiv

With the rapid advancement of artificial intelligence generated content (AIGC) technologies, video forgery has become increasingly prevalent, posing new challenges to public discourse and societal security. Despite remar…

Contrastive LearningDeepFake DetectionVideo Generation

Understanding Chinese Video and Language via Contrastive Multimodal Pre-Training

2021-04-19 · Chenyi Lei, Shixian Luo, Yong liu, Wanggui He 외

The pre-trained neural models have recently achieved impressive performances in understanding multimodal content. However, it is still very challenging to pre-train neural models for video and language understanding, esp…

Contrastive LearningLanguage ModelingLanguage ModellingMasked Language Modeling+1

MetricBERT: Text Representation Learning via Self-Supervised Triplet Training

2022-08-13 · Itzik Malkiel, Dvir Ginzburg, Oren Barkan, Avi Caciularu 외

We present MetricBERT, a BERT-based model that learns to embed text under a well-defined similarity metric while simultaneously adhering to the ``traditional'' masked-language task. We focus on downstream tasks of learni…

Representation LearningTriplet