CVAIMar 28, 2021

HiT: Hierarchical Transformer with Momentum Contrast for Video-Text Retrieval

arXiv:2103.15049v2172 citations
AI Analysis

This work addresses video-text retrieval for multimedia applications, presenting an incremental improvement over existing transformer methods.

The paper tackles video-text retrieval by addressing limitations in transformer-based cross-modal learning, such as underutilized hierarchical features and limited negative sample interactions, resulting in improved performance on three major benchmark datasets.

Video-Text Retrieval has been a hot research topic with the growth of multimedia data on the internet. Transformer for video-text learning has attracted increasing attention due to its promising performance. However, existing cross-modal transformer approaches typically suffer from two major limitations: 1) Exploitation of the transformer architecture where different layers have different feature characteristics is limited; 2) End-to-end training mechanism limits negative sample interactions in a mini-batch. In this paper, we propose a novel approach named Hierarchical Transformer (HiT) for video-text retrieval. HiT performs Hierarchical Cross-modal Contrastive Matching in both feature-level and semantic-level, achieving multi-view and comprehensive retrieval results. Moreover, inspired by MoCo, we propose Momentum Cross-modal Contrast for cross-modal learning to enable large-scale negative sample interactions on-the-fly, which contributes to the generation of more precise and discriminative representations. Experimental results on the three major Video-Text Retrieval benchmark datasets demonstrate the advantages of our method.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes