paper-with-me

Papers

CLIP4Caption: CLIP for Video Caption

2021-10-13 · Mingkang Tang, Zhanyu Wang, Zhenhua Liu, Fengyun Rao, Dian Li, Xiu Li

Video captioning is a challenging task since it requires generating sentences describing various diverse and complex videos. Existing video captioning models lack adequate visual representation due to the neglect of the existence of gaps between videos and texts. To bridge this gap, in this paper, we propose a CLIP4Caption framework that improves video captioning based on a CLIP-enhanced video-text matching network (VTM). This framework is taking full advantage of the information from both vision and language and enforcing the model to learn strongly text-correlated video features for text generation. Besides, unlike most existing models using LSTM or GRU as the sentence decoder, we adopt a Transformer structured decoder network to effectively learn the long-range visual and language dependency. Additionally, we introduce a novel ensemble strategy for captioning tasks. Experimental results demonstrate the effectiveness of our method on two datasets: 1) on MSR-VTT dataset, our method achieved a new state-of-the-art result with a significant gain of up to 10% in CIDEr; 2) on the private test data, our method ranking 2nd place in the ACM MM multimedia grand challenge 2021: Pre-training for Video Understanding Challenge. It is noted that our model is only trained on the MSR-VTT dataset.

📄 PDF Abstract BibTeX arXiv:2110.06615

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderSentenceText GenerationText MatchingVideo CaptioningVideo Understanding

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Test 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Adam 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…

Similar Papers 제목 키워드 기반

It's Just Another Day: Unique Video Captioning by Discriminative Prompting

2024-10-15 · Toby Perrett, Tengda Han, Dima Damen, Andrew Zisserman

Long videos contain many repeating actions, events and shots. These repetitions are frequently given identical captions, which makes it difficult to retrieve the exact desired clip using a text search. In this paper, we …

Video Captioning

Learning Audio-Video Modalities from Image Captions

2022-04-01 · Arsha Nagrani, Paul Hongsuck Seo, Bryan Seybold, Anja Hauth 외

A major challenge in text-video and text-audio retrieval is the lack of large-scale training data. This is unlike image-captioning, where datasets are in the order of millions of samples. To close this gap we propose a n…

Image CaptioningRetrievalVideo CaptioningVideo Retrieval+2

CLIP4Caption ++: Multi-CLIP for Video Caption

2021-10-11 · Mingkang Tang, Zhanyu Wang, Zhaoyang Zeng, Fengyun Rao 외

This report describes our solution to the VALUE Challenge 2021 in the captioning task. Our solution, named CLIP4Caption++, is built on X-Linear/X-Transformer, which is an advanced model with encoder-decoder architecture.…

DecoderSentence

Multi-granularity Correspondence Learning from Long-term Noisy Videos

2024-01-30 · Yijie Lin, Jie Zhang, Zhenyu Huang, Jia Liu 외

Existing video-language studies mainly focus on learning short video clips, leaving long-term temporal dependencies rarely explored due to over-high computational cost of modeling long videos. To address this issue, one …

Action SegmentationLong Video Retrieval (Background Removed)Video RetrievalVideo Understanding

CLIP Meets Video Captioning: Concept-Aware Representation Learning Does Matter

2021-11-30 · Bang Yang, Tong Zhang, Yuexian Zou

For video captioning, "pre-training and fine-tuning" has become a de facto paradigm, where ImageNet Pre-training (INP) is usually used to encode the video content, then a task-oriented network is fine-tuned from scratch …

Caption GenerationRepresentation LearningVideo Captioning