Papers › Revealing Single Frame Bias for Video-and-Language Learning

Revealing Single Frame Bias for Video-and-Language Learning

7 Jun 2022arXiv:2206.03428archive 2025-07-28

Jie Lei, Tamara L. Berg, Mohit Bansal

Training an effective video-and-language model intuitively requires multiple frames as model inputs. However, it is unclear whether using multiple frames is beneficial to downstream tasks, and if yes, whether the performance gain is worth the drastically-increased computation and memory costs resulting from using more frames. In this work, we explore single-frame models for video-and-language learning. On a diverse set of video-and-language tasks (including text-to-video retrieval and video question answering), we show the surprising result that, with large-scale pre-training and a proper frame ensemble strategy at inference time, a single-frame trained model that does not consider temporal information can achieve better performance than existing methods that use multiple frames for training. This result reveals the existence of a strong "static appearance bias" in popular video-and-language datasets. Therefore, to allow for a more comprehensive evaluation of video-and-language models, we propose two new retrieval tasks based on existing fine-grained action recognition datasets that encourage temporal modeling. Our code is available at https://github.com/jayleicn/singularity

PaperPDFCodeCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

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="2206.03428")

Code

Syntology Ran 9 of 12 code samples harvested from 1 repository linked to this paper; 3 have no recorded run. Of those that ran: 1 ran · our draft was wrong; 8 ran with no contract checked.

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

jayleicn/singularity officialmentioned in papermentioned on GitHubpytorch report
jayleicn/ClipBERT mentioned on GitHubpytorchMIT 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

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

1ran · our draft was wrong
8ran
3unverified

Licence: 0 of the 12 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 jayleicn/ClipBERT. “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.

conv3x3 jayleicn/ClipBERT/src/modeling/grid_feat.py community (archive-listed) ran MIT (permissive) · 17e89eef72e37efe · report
get_padding jayleicn/ClipBERT/src/datasets/data_utils.py community (archive-listed) ran MIT (permissive) · 0cf387da46369b1a · report
get_random_sample_indices jayleicn/ClipBERT/src/modeling/modeling.py community (archive-listed) ran MIT (permissive) · f31be4ddaa3ec6c2 · report
get_start_end_idx jayleicn/ClipBERT/src/datasets/decoder.py community (archive-listed) ran MIT (permissive) · 707f6cd75833c65d · report
get_video_decoding_kwargs jayleicn/ClipBERT/src/datasets/dataset_base.py community (archive-listed) ran MIT (permissive) · b6331823c359e9d8 · report
image_to_tensor jayleicn/ClipBERT/src/datasets/data_utils.py community (archive-listed) ran MIT (permissive) · e9242c50098a6ea2 · report
mask_batch_text_tokens jayleicn/ClipBERT/src/datasets/data_utils.py community (archive-listed) ran · our draft was wrong MIT (permissive) · f828f173e6c2fea2 · report
move_to_cuda jayleicn/ClipBERT/src/datasets/dataloader.py community (archive-listed) ran MIT (permissive) · b68769dd52ad6c44 · report
temporal_sampling jayleicn/ClipBERT/src/datasets/decoder.py community (archive-listed) ran MIT (permissive) · f307b4793e8204b7 · report
instance_bce_with_logits jayleicn/ClipBERT/src/modeling/modeling.py community (archive-listed) unverified MIT (permissive) · 5a4d93d8be97ccd9 · report
parse_with_config jayleicn/ClipBERT/src/configs/config.py community (archive-listed) unverified MIT (permissive) · 3e81145412a40e36 · report
pyav_decode_stream jayleicn/ClipBERT/src/datasets/decoder.py community (archive-listed) unverified MIT (permissive) · b28b46ef7776c434 · report

Tasks

Action RecognitionFine-grained Action RecognitionLanguage ModelingLanguage ModellingQuestion AnsweringRetrievalText to Video RetrievalVideo Question AnsweringVideo RetrievalZero-Shot Video Retrieval

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Video Question Answering ActivityNet-QA Singularity-temporal Accuracy 44.1 #20 of 36 Archive leaderboard report
Video Question Answering ActivityNet-QA Singularity Accuracy 43.1 #22 of 36 Archive leaderboard report
Video Question Answering MSRVTT-MC Singularity-temporal Accuracy 93.7 #5 of 7 Archive leaderboard report
Video Question Answering MSRVTT-MC Singularity Accuracy 92.1 #7 of 7 Archive leaderboard report
Video Question Answering MSRVTT-QA Singularity-temporal Accuracy 43.9 #12 of 14 Archive leaderboard report
Video Question Answering MSRVTT-QA Singularity Accuracy 43.5 #13 of 14 Archive leaderboard report
Video Retrieval ActivityNet Singularity text-to-video R@1 47.1 #19 of 31 Archive leaderboard report
Video Retrieval ActivityNet Singularity text-to-video R@10 85.5 #19 of 31 Archive leaderboard report
Video Retrieval ActivityNet Singularity text-to-video R@5 75.5 #19 of 31 Archive leaderboard report
Video Retrieval DiDeMo Singularity text-to-video R@1 53.9 #18 of 40 Archive leaderboard report
Video Retrieval DiDeMo Singularity text-to-video R@10 86.9 #18 of 40 Archive leaderboard report
Video Retrieval DiDeMo Singularity text-to-video R@5 79.4 #18 of 40 Archive leaderboard report
Video Retrieval MSR-VTT-1kA Singularity text-to-video R@1 41.5 #37 of 63 Archive leaderboard report
Video Retrieval MSR-VTT-1kA Singularity text-to-video R@10 77 #37 of 63 Archive leaderboard report
Video Retrieval MSR-VTT-1kA Singularity text-to-video R@5 68.7 #37 of 63 Archive leaderboard report
Video Retrieval SSv2-label retrieval Singularity-temporal text-to-video R@1 47.4 #5 of 5 Archive leaderboard report
Video Retrieval SSv2-label retrieval Singularity-temporal text-to-video R@10 84 #5 of 5 Archive leaderboard report
Video Retrieval SSv2-label retrieval Singularity-temporal text-to-video R@5 75.9 #5 of 5 Archive leaderboard report
Video Retrieval SSv2-template retrieval Singularity-temporal text-to-video R@1 77.6 #5 of 5 Archive leaderboard report
Video Retrieval SSv2-template retrieval Singularity-temporal text-to-video R@10 98.9 #5 of 5 Archive leaderboard report
Video Retrieval SSv2-template retrieval Singularity-temporal text-to-video R@5 96 #5 of 5 Archive leaderboard report
Zero-Shot Video Retrieval ActivityNet Singularity-temporal-5M text-to-video R@1 30.8 #10 of 12 Archive leaderboard report
Zero-Shot Video Retrieval ActivityNet Singularity-temporal-5M text-to-video R@10 66.3 #10 of 12 Archive leaderboard report
Zero-Shot Video Retrieval ActivityNet Singularity-temporal-5M text-to-video R@5 55.9 #10 of 12 Archive leaderboard report
Zero-Shot Video Retrieval ActivityNet Singularity-temporal-17M text-to-video R@1 30.6 #12 of 12 Archive leaderboard report
Zero-Shot Video Retrieval ActivityNet Singularity-temporal-17M text-to-video R@10 66.9 #12 of 12 Archive leaderboard report
Zero-Shot Video Retrieval ActivityNet Singularity-temporal-17M text-to-video R@5 55.6 #12 of 12 Archive leaderboard report
Zero-Shot Video Retrieval DiDeMo Singularity-17M text-to-video R@1 37.1 #11 of 26 Archive leaderboard report
Zero-Shot Video Retrieval DiDeMo Singularity-17M text-to-video R@10 69.9 #11 of 26 Archive leaderboard report
Zero-Shot Video Retrieval DiDeMo Singularity-17M text-to-video R@5 61.7 #11 of 26 Archive leaderboard report
Zero-Shot Video Retrieval DiDeMo Singularity-5M text-to-video R@1 36.9 #12 of 26 Archive leaderboard report
Zero-Shot Video Retrieval DiDeMo Singularity-5M text-to-video R@10 69.3 #12 of 26 Archive leaderboard report
Zero-Shot Video Retrieval DiDeMo Singularity-5M text-to-video R@5 61.1 #12 of 26 Archive leaderboard report
Zero-Shot Video Retrieval MSR-VTT Singularity-17M text-to-video R@1 34.0 #20 of 41 Archive leaderboard report
Zero-Shot Video Retrieval MSR-VTT Singularity-17M text-to-video R@10 66.7 #20 of 41 Archive leaderboard report
Zero-Shot Video Retrieval MSR-VTT Singularity-17M text-to-video R@5 56.7 #20 of 41 Archive leaderboard report
Zero-Shot Video Retrieval MSR-VTT Singularity-5M text-to-video R@1 28.4 #24 of 41 Archive leaderboard report
Zero-Shot Video Retrieval MSR-VTT Singularity-5M text-to-video R@10 59.5 #24 of 41 Archive leaderboard report
Zero-Shot Video Retrieval MSR-VTT Singularity-5M text-to-video R@5 50.2 #24 of 41 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