paper-with-me

홈 › Papers

Learning Trajectory-Word Alignments for Video-Language Tasks

2023-01-05 · ICCV 2023 1 · Xu Yang, Zhangzikang Li, Haiyang Xu, Hanwang Zhang, Qinghao Ye, Chenliang Li, Ming Yan, Yu Zhang, Fei Huang, Songfang Huang

In a video, an object usually appears as the trajectory, i.e., it spans over a few spatial but longer temporal patches, that contains abundant spatiotemporal contexts. However, modern Video-Language BERTs (VDL-BERTs) neglect this trajectory characteristic that they usually follow image-language BERTs (IL-BERTs) to deploy the patch-to-word (P2W) attention that may over-exploit trivial spatial contexts and neglect significant temporal contexts. To amend this, we propose a novel TW-BERT to learn Trajectory-Word alignment by a newly designed trajectory-to-word (T2W) attention for solving video-language tasks. Moreover, previous VDL-BERTs usually uniformly sample a few frames into the model while different trajectories have diverse graininess, i.e., some trajectories span longer frames and some span shorter, and using a few frames will lose certain useful temporal contexts. However, simply sampling more frames will also make pre-training infeasible due to the largely increased training burdens. To alleviate the problem, during the fine-tuning stage, we insert a novel Hierarchical Frame-Selector (HFS) module into the video encoder. HFS gradually selects the suitable frames conditioned on the text context for the later cross-modal encoder to learn better trajectory-word alignments. By the proposed T2W attention and HFS, our TW-BERT achieves SOTA performances on text-to-video retrieval tasks, and comparable performances on video question-answering tasks with some VDL-BERTs trained on much more data. The code will be available in the supplementary material.

📄 PDF Abstract BibTeX arXiv:2301.01953

Code (0)

등록된 구현이 없습니다.

Tasks

Question AnsweringRetrievalText to Video RetrievalVideo Question AnsweringVideo RetrievalWord Alignment

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
WordPiece 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
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.
Adam 설명 없음

Similar Papers 제목 키워드 기반

Annotated Guidelines and Building Reference Corpus for Myanmar-English Word Alignment

2019-09-25 · Nway Nway Han, Aye Thida

Reference corpus for word alignment is an important resource for developing and evaluating word alignment methods. For Myanmar-English language pairs, there is no reference corpus to evaluate the word alignment tasks. Th…

Contrastive LearningWord Alignment

CombAlign: a Tool for Obtaining High-Quality Word Alignments

2021-05-01 · NoDaLiDa 2021 5 · Steinþór Steingrímsson, Hrafn Loftsson, Andy Way

Being able to generate accurate word alignments is useful for a variety of tasks. While statistical word aligners can work well, especially when parallel training data are plentiful, multilingual embedding models have re…

Vocal Bursts Intensity PredictionWord Alignment

SimAlign: High Quality Word Alignments without Parallel Training Data using Static and Contextualized Embeddings

2020-04-18 · Findings of the Association for Computational Linguistics 2020 · Masoud Jalili Sabet, Philipp Dufter, François Yvon, Hinrich Schütze

Word alignments are useful for tasks like statistical and neural machine translation (NMT) and cross-lingual annotation projection. Statistical word aligners perform well, as do methods that extract alignments jointly wi…

Machine TranslationMultilingual Word EmbeddingsNMTTranslation+2

WordNet---Wikipedia---Wiktionary: Construction of a Three-way Alignment

2014-05-01 · LREC 2014 5 · Tristan Miller, Iryna Gurevych

The coverage and quality of conceptual information contained in lexical semantic resources is crucial for many tasks in natural language processing. Automatic alignment of complementary resources is one way of improving …

Machine TranslationQuestion AnsweringWord Sense Disambiguation

SilverAlign: MT-Based Silver Data Algorithm For Evaluating Word Alignment

2022-10-12 · Abdullatif Köksal, Silvia Severini, Hinrich Schütze

Word alignments are essential for a variety of NLP tasks. Therefore, choosing the best approaches for their creation is crucial. However, the scarce availability of gold evaluation data makes the choice difficult. We pro…

Machine TranslationTranslationvalidWord Alignment