Papers › Bridging Video-text Retrieval with Multiple Choice Questions

Bridging Video-text Retrieval with Multiple Choice Questions

13 Jan 2022CVPR 2022 1arXiv:2201.04850archive 2025-07-28

Yuying Ge, Yixiao Ge, Xihui Liu, Dian Li, Ying Shan, XiaoHu Qie, Ping Luo

Pre-training a model to learn transferable video-text representation for retrieval has attracted a lot of attention in recent years. Previous dominant works mainly adopt two separate encoders for efficient retrieval, but ignore local associations between videos and texts. Another line of research uses a joint encoder to interact video with texts, but results in low efficiency since each text-video pair needs to be fed into the model. In this work, we enable fine-grained video-text interactions while maintaining high efficiency for retrieval via a novel pretext task, dubbed as Multiple Choice Questions (MCQ), where a parametric module BridgeFormer is trained to answer the "questions" constructed by the text features via resorting to the video features. Specifically, we exploit the rich semantics of text (i.e., nouns and verbs) to build questions, with which the video encoder can be trained to capture more regional content and temporal dynamics. In the form of questions and answers, the semantic associations between local video-text features can be properly established. BridgeFormer is able to be removed for downstream retrieval, rendering an efficient and flexible model with only two encoders. Our method outperforms state-of-the-art methods on the popular text-to-video retrieval task in five datasets with different experimental setups (i.e., zero-shot and fine-tune), including HowTo100M (one million videos). We further conduct zero-shot action recognition, which can be cast as video-to-text retrieval, and our approach also significantly surpasses its counterparts. As an additional benefit, our method achieves competitive results with much shorter pre-training videos on single-modality downstream tasks, e.g., action recognition with linear evaluation.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2201.04850")

Code

Syntology Ran 13 of 24 code samples harvested from 2 repositories linked to this paper; 11 have no recorded run. Of those that ran: 3 ran · our draft was wrong; 1 ran · fixture could not drive it; 9 ran with no contract checked.

By repository: official repository: 6 samples from 1 repository, 2 ran; community (archive-listed): 18 samples from 1 repository, 11 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

tencentarc/mcq officialmentioned in papermentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

24 samples harvested; 13 ran; 0 honoured the contract we drafted; 11 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

3ran · our draft was wrong
1ran · fixture could not drive it
9ran
11unverified

Licence: 6 of the 24 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

VideoPatchEmbed tencentarc/mcq/model/video_bridge_former.py official repository ran · metamorphic tier: invariant no licence file found · pointer only · 60f628ac6897aacf · report
attn_mask tencentarc/mcq/model/video_bridge_former.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · a3bdf83b03800368 · report
CrossAttention tencentarc/mcq/model/video_bridge_former.py official repository unverified no licence file found · pointer only · fe726d5b3aa825e3 · report
VarAttention tencentarc/mcq/model/video_bridge_former.py official repository unverified no licence file found · pointer only · e89ee5db86ca051f · report
Video_Bridge_Block tencentarc/mcq/model/video_bridge_former.py official repository unverified no licence file found · pointer only · b10786c62626a38c · report
Video_Bridge_Former tencentarc/mcq/model/video_bridge_former.py official repository unverified no licence file found · pointer only · 7e4f19b9162746fd · report
Conv2d towhee-io/towhee/towhee/models/bridgeformer/bridge_former_training_block.py community (archive-listed) ran · metamorphic tier: deterministic Apache-2.0 (permissive) · cf6f823dcb3ac547 · report
CrossAttention towhee-io/towhee/towhee/models/bridgeformer/bridge_former_training_block.py community (archive-listed) ran · metamorphic tier: deterministic Apache-2.0 (permissive) · 697a1de2168a5a59 · report
Dropout towhee-io/towhee/towhee/models/bridgeformer/bridge_former_training_block.py community (archive-listed) ran · metamorphic tier: deterministic Apache-2.0 (permissive) · 7a61100315c44e2c · report
Linear towhee-io/towhee/towhee/models/bridgeformer/bridge_former_training_block.py community (archive-listed) ran · metamorphic tier: deterministic Apache-2.0 (permissive) · 128875f3ef96bf3c · report
Mlp towhee-io/towhee/towhee/models/bridgeformer/bridge_former_training_block.py community (archive-listed) ran · metamorphic tier: deterministic Apache-2.0 (permissive) · cbf3c6f7dca35838 · report
RelProp towhee-io/towhee/towhee/models/bridgeformer/bridge_former_training_block.py community (archive-listed) ran · metamorphic tier: deterministic Apache-2.0 (permissive) · ec2435de7b9ac8aa · report
SpatialTemporalClsPositionalEncoding towhee-io/towhee/towhee/models/bridgeformer/bridge_former_training_block.py community (archive-listed) ran · metamorphic tier: deterministic Apache-2.0 (permissive) · 42c5469c00c98d39 · report
VarAttention towhee-io/towhee/towhee/models/bridgeformer/bridge_former_training_block.py community (archive-listed) ran · metamorphic tier: deterministic Apache-2.0 (permissive) · 99880b32f1ae367a · report
_ntuple towhee-io/towhee/towhee/models/bridgeformer/bridge_former_training_block.py community (archive-listed) ran · our draft was wrong Apache-2.0 (permissive) · 0ef9a056059a14d9 · report
attn towhee-io/towhee/towhee/models/bridgeformer/bridge_former_training_block.py community (archive-listed) ran · fixture could not drive it fingerprinted Apache-2.0 (permissive) · 19f4493dcaecc931 · report
attn_mask towhee-io/towhee/towhee/models/bridgeformer/bridge_former_training_block.py community (archive-listed) ran · our draft was wrong fingerprinted Apache-2.0 (permissive) · caf8d3ee2ad34af5 · report
GELU towhee-io/towhee/towhee/models/bridgeformer/bridge_former_training_block.py community (archive-listed) unverified Apache-2.0 (permissive) · 44c7199b24a33141 · report
PatchEmbed2D towhee-io/towhee/towhee/models/bridgeformer/bridge_former_training_block.py community (archive-listed) unverified Apache-2.0 (permissive) · 830af90036b9557c · report
VideoBridgeBlock towhee-io/towhee/towhee/models/bridgeformer/bridge_former_training_block.py community (archive-listed) unverified Apache-2.0 (permissive) · aff6dc9eb36e5314 · report
VideoBridgeFormer towhee-io/towhee/towhee/models/bridgeformer/bridge_former_training_block.py community (archive-listed) unverified Apache-2.0 (permissive) · 395f0de4af2bbeea · report
init_vit_weights towhee-io/towhee/towhee/models/bridgeformer/bridge_former_training_block.py community (archive-listed) unverified Apache-2.0 (permissive) · 5fc693caf332e5ae · report
lecun_normal_ towhee-io/towhee/towhee/models/bridgeformer/bridge_former_training_block.py community (archive-listed) unverified Apache-2.0 (permissive) · d90854b3e1f1b595 · report
variance_scaling_ towhee-io/towhee/towhee/models/bridgeformer/bridge_former_training_block.py community (archive-listed) unverified Apache-2.0 (permissive) · f654a0a29887209b · report

Tasks

Action RecognitionLinear evaluationMultiple-choiceRetrievalText RetrievalText to Video RetrievalText-to-video searchVideo RetrievalVideo to Text RetrievalVideo-Text RetrievalZero-Shot Action RecognitionZero-Shot Video Retrieval

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Video Retrieval MSR-VTT-1kA BridgeFormer text-to-video Median Rank 3 #43 of 63 Archive leaderboard report
Video Retrieval MSR-VTT-1kA BridgeFormer text-to-video R@1 37.6 #43 of 63 Archive leaderboard report
Video Retrieval MSR-VTT-1kA BridgeFormer text-to-video R@10 75.1 #43 of 63 Archive leaderboard report
Video Retrieval MSR-VTT-1kA BridgeFormer text-to-video R@5 64.8 #43 of 63 Archive leaderboard report
Video Retrieval MSR-VTT-1kA BridgeFormer (Zero-shot) text-to-video Median Rank 7 #54 of 63 Archive leaderboard report
Video Retrieval MSR-VTT-1kA BridgeFormer (Zero-shot) text-to-video R@1 26 #54 of 63 Archive leaderboard report
Video Retrieval MSR-VTT-1kA BridgeFormer (Zero-shot) text-to-video R@10 56.4 #54 of 63 Archive leaderboard report
Video Retrieval MSR-VTT-1kA BridgeFormer (Zero-shot) text-to-video R@5 46.4 #54 of 63 Archive leaderboard report
Zero-Shot Video Retrieval DiDeMo Y. Ge et. al. text-to-video Median Rank 5.0 #19 of 26 Archive leaderboard report
Zero-Shot Video Retrieval DiDeMo Y. Ge et. al. text-to-video R@1 25.6 #19 of 26 Archive leaderboard report
Zero-Shot Video Retrieval DiDeMo Y. Ge et. al. text-to-video R@10 61.1 #19 of 26 Archive leaderboard report
Zero-Shot Video Retrieval DiDeMo Y. Ge et. al. text-to-video R@5 50.6 #19 of 26 Archive leaderboard report
Zero-Shot Video Retrieval LSMDC Y. Ge et. al. text-to-video Median Rank 42.0 #14 of 16 Archive leaderboard report
Zero-Shot Video Retrieval LSMDC Y. Ge et. al. text-to-video R@1 12.2 #14 of 16 Archive leaderboard report
Zero-Shot Video Retrieval LSMDC Y. Ge et. al. text-to-video R@10 32.2 #14 of 16 Archive leaderboard report
Zero-Shot Video Retrieval LSMDC Y. Ge et. al. text-to-video R@5 25.9 #14 of 16 Archive leaderboard report
Zero-Shot Video Retrieval MSR-VTT Y. Ge et. al. text-to-video Median Rank 7.0 #27 of 41 Archive leaderboard report
Zero-Shot Video Retrieval MSR-VTT Y. Ge et. al. text-to-video R@1 26.0 #27 of 41 Archive leaderboard report
Zero-Shot Video Retrieval MSR-VTT Y. Ge et. al. text-to-video R@10 56.4 #27 of 41 Archive leaderboard report
Zero-Shot Video Retrieval MSR-VTT Y. Ge et. al. text-to-video R@5 46.4 #27 of 41 Archive leaderboard report
Zero-Shot Video Retrieval MSVD Y. Ge et. al. text-to-video Median Rank 2.0 #10 of 14 Archive leaderboard report
Zero-Shot Video Retrieval MSVD Y. Ge et. al. text-to-video R@1 43.6 #10 of 14 Archive leaderboard report
Zero-Shot Video Retrieval MSVD Y. Ge et. al. text-to-video R@10 84.9 #10 of 14 Archive leaderboard report
Zero-Shot Video Retrieval MSVD Y. Ge et. al. text-to-video R@5 74.9 #10 of 14 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections