paper-with-me

홈 › Papers

VindLU: A Recipe for Effective Video-and-Language Pretraining

2022-12-09 · CVPR 2023 1 · Feng Cheng, Xizi Wang, Jie Lei, David Crandall, Mohit Bansal, Gedas Bertasius

The last several years have witnessed remarkable progress in video-and-language (VidL) understanding. However, most modern VidL approaches use complex and specialized model architectures and sophisticated pretraining protocols, making the reproducibility, analysis and comparisons of these frameworks difficult. Hence, instead of proposing yet another new VidL model, this paper conducts a thorough empirical study demystifying the most important factors in the VidL model design. Among the factors that we investigate are (i) the spatiotemporal architecture design, (ii) the multimodal fusion schemes, (iii) the pretraining objectives, (iv) the choice of pretraining data, (v) pretraining and finetuning protocols, and (vi) dataset and model scaling. Our empirical study reveals that the most important design factors include: temporal modeling, video-to-text multimodal fusion, masked modeling objectives, and joint training on images and videos. Using these empirical insights, we then develop a step-by-step recipe, dubbed VindLU, for effective VidL pretraining. Our final model trained using our recipe achieves comparable or better than state-of-the-art results on several VidL tasks without relying on external CLIP pretraining. In particular, on the text-to-video retrieval task, our approach obtains 61.2% on DiDeMo, and 55.0% on ActivityNet, outperforming current SOTA by 7.8% and 6.1% respectively. Furthermore, our model also obtains state-of-the-art video question-answering results on ActivityNet-QA, MSRVTT-QA, MSRVTT-MC and TVQA. Our code and pretrained models are publicly available at: https://github.com/klauscc/VindLU.

📄 PDF Abstract BibTeX arXiv:2212.05051

Code (1)

klauscc/vindlu 공식 구현 pytorch

Tasks

Question AnsweringRetrievalText to Video RetrievalVideo Question AnsweringVideo Retrieval

Methods 이 논문이 사용한 방법론

CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…

Similar Papers 제목 키워드 기반

VidaForge: Open Research Infrastructure for Video Pretraining Data Recipes

2026-09-06 · Yan Ma, Jiadi Su, Zhulin Hu, Ethan Chern 외 hf

Video foundation models increasingly rely on large-scale pretraining data, yet the end-to-end data pipelines behind them remain largely closed and difficult to inspect or reuse. Researchers seeking to understand how vide…

LongRecipe: Recipe for Efficient Long Context Generalization in Large Language Models

2024-08-31 · Zhiyuan Hu, Yuliang Liu, Jinman Zhao, Suyuchen Wang 외

Large language models (LLMs) face significant challenges in handling long-context tasks because of their limited effective context window size during pretraining, which restricts their ability to generalize over extended…

8kGPU

Reuse, Don't Retrain: A Recipe for Continued Pretraining of Language Models

2024-07-09 · Jupinder Parmar, Sanjev Satheesh, Mostofa Patwary, Mohammad Shoeybi 외

As language models have scaled both their number of parameters and pretraining dataset sizes, the computational cost for pretraining has become intractable except for the most well-resourced teams. This increasing cost m…

Scaling Video Pretraining for Surgical Foundation Models

2026-03-31 · Sicheng Lu, Zikai Xiao, Jianhui Wei, Danyu Sun 외 arxiv

Surgical video understanding is essential for computer-assisted interventions, yet existing surgical foundation models remain constrained by limited data scale, procedural diversity, and inconsistent evaluation, often la…

Perception Encoder: The best visual embeddings are not at the output of the network

2025-04-17 · Daniel Bolya, Po-Yao Huang, Peize Sun, Jang Hyun Cho 외

We introduce Perception Encoder (PE), a state-of-the-art encoder for image and video understanding trained via simple vision-language learning. Traditionally, vision encoders have relied on a variety of pretraining objec…

Depth EstimationLanguage ModelingLanguage ModellingObject Detection+2