A foundational visible encoder for video understanding – Google Analysis Weblog


An astounding variety of movies can be found on the Net, overlaying quite a lot of content material from on a regular basis moments individuals share to historic moments to scientific observations, every of which accommodates a novel report of the world. The precise instruments might assist researchers analyze these movies, remodeling how we perceive the world round us.

Movies supply dynamic visible content material much more wealthy than static pictures, capturing motion, modifications, and dynamic relationships between entities. Analyzing this complexity, together with the immense range of publicly obtainable video information, calls for fashions that transcend conventional picture understanding. Consequently, most of the approaches that greatest carry out on video understanding nonetheless depend on specialised fashions tailored for specific duties. Just lately, there was thrilling progress on this space utilizing video basis fashions (ViFMs), corresponding to VideoCLIP, InternVideo, VideoCoCa, and UMT). Nonetheless, constructing a ViFM that handles the sheer range of video information stays a problem.

With the purpose of constructing a single mannequin for general-purpose video understanding, we launched “VideoPrism: A Foundational Visual Encoder for Video Understanding”. VideoPrism is a ViFM designed to deal with a large spectrum of video understanding duties, together with classification, localization, retrieval, captioning, and query answering (QA). We suggest improvements in each the pre-training information in addition to the modeling technique. We pre-train VideoPrism on a large and various dataset: 36 million high-quality video-text pairs and 582 million video clips with noisy or machine-generated parallel textual content. Our pre-training strategy is designed for this hybrid information, to be taught each from video-text pairs and the movies themselves. VideoPrism is extremely simple to adapt to new video understanding challenges, and achieves state-of-the-art efficiency utilizing a single frozen mannequin.

VideoPrism is a general-purpose video encoder that permits state-of-the-art outcomes over a large spectrum of video understanding duties, together with classification, localization, retrieval, captioning, and query answering, by producing video representations from a single frozen mannequin.

Pre-training information

A strong ViFM wants a really giant assortment of movies on which to coach — just like different basis fashions (FMs), corresponding to these for big language fashions (LLMs). Ideally, we’d need the pre-training information to be a consultant pattern of all of the movies on the planet. Whereas naturally most of those movies should not have good captions or descriptions, even imperfect textual content can present helpful details about the semantic content material of the video.

To present our mannequin the very best start line, we put collectively a large pre-training corpus consisting of a number of private and non-private datasets, together with YT-Temporal-180M, InternVid, VideoCC, WTS-70M, and so on. This contains 36 million rigorously chosen movies with high-quality captions, together with an extra 582 million clips with various ranges of noisy textual content (like auto-generated transcripts). To our data, that is the most important and most various video coaching corpus of its variety.

Statistics on the video-text pre-training information. The massive variations of the CLIP similarity scores (the upper, the higher) exhibit the various caption high quality of our pre-training information, which is a byproduct of the assorted methods used to reap the textual content.

Two-stage coaching

The VideoPrism mannequin structure stems from the usual vision transformer (ViT) with a factorized design that sequentially encodes spatial and temporal info following ViViT. Our coaching strategy leverages each the high-quality video-text information and the video information with noisy textual content talked about above. To begin, we use contrastive learning (an strategy that minimizes the space between constructive video-text pairs whereas maximizing the space between destructive video-text pairs) to show our mannequin to match movies with their very own textual content descriptions, together with imperfect ones. This builds a basis for matching semantic language content material to visible content material.

After video-text contrastive coaching, we leverage the gathering of movies with out textual content descriptions. Right here, we construct on the masked video modeling framework to foretell masked patches in a video, with a number of enhancements. We practice the mannequin to foretell each the video-level world embedding and token-wise embeddings from the first-stage mannequin to successfully leverage the data acquired in that stage. We then randomly shuffle the expected tokens to forestall the mannequin from studying shortcuts.

What is exclusive about VideoPrism’s setup is that we use two complementary pre-training indicators: textual content descriptions and the visible content material inside a video. Textual content descriptions usually deal with what issues appear like, whereas the video content material gives details about motion and visible dynamics. This allows VideoPrism to excel in duties that demand an understanding of each look and movement.

Outcomes

We carried out intensive analysis on VideoPrism throughout 4 broad classes of video understanding duties, together with video classification and localization, video-text retrieval, video captioning, query answering, and scientific video understanding. VideoPrism achieves state-of-the-art efficiency on 30 out of 33 video understanding benchmarks — all with minimal adaptation of a single, frozen mannequin.

VideoPrism in comparison with the earlier best-performing FMs.

Classification and localization

We consider VideoPrism on an current large-scale video understanding benchmark (VideoGLUE) overlaying classification and localization duties. We discovered that (1) VideoPrism outperforms the entire different state-of-the-art FMs, and (2) no different single mannequin persistently got here in second place. This tells us that VideoPrism has realized to successfully pack quite a lot of video indicators into one encoder — from semantics at totally different granularities to look and movement cues — and it really works effectively throughout quite a lot of video sources.

Combining with LLMs

We additional discover combining VideoPrism with LLMs to unlock its capacity to deal with numerous video-language duties. Specifically, when paired with a textual content encoder (following LiT) or a language decoder (corresponding to PaLM-2), VideoPrism may be utilized for video-text retrieval, video captioning, and video QA duties. We evaluate the mixed fashions on a broad and difficult set of vision-language benchmarks. VideoPrism units the brand new state-of-the-art on most benchmarks. From the visible outcomes, we discover that VideoPrism is able to understanding complicated motions and appearances in movies (e.g., the mannequin can acknowledge the totally different colours of spinning objects on the window within the visible examples under). These outcomes exhibit that VideoPrism is strongly suitable with language fashions.



We present qualitative outcomes utilizing VideoPrism with a textual content encoder for video-text retrieval (first row) and tailored to a language decoder for video QA (second and third row). For video-text retrieval examples, the blue bars point out the embedding similarities between the movies and the textual content queries.

Scientific purposes

Lastly, we examined VideoPrism on datasets utilized by scientists throughout domains, together with fields corresponding to ethology, behavioral neuroscience, and ecology. These datasets sometimes require area experience to annotate, for which we leverage current scientific datasets open-sourced by the group together with Fly vs. Fly, CalMS21, ChimpACT, and KABR. VideoPrism not solely performs exceptionally effectively, however really surpasses fashions designed particularly for these duties. This implies instruments like VideoPrism have the potential to remodel how scientists analyze video information throughout totally different fields.

VideoPrism outperforms the area specialists on numerous scientific benchmarks. We present absolutely the rating variations to focus on the relative enhancements of VideoPrism. We report imply common precision (mAP) for all datasets, apart from KABR which makes use of class-averaged top-1 accuracy.

Conclusion

With VideoPrism, we introduce a robust and versatile video encoder that units a brand new commonplace for general-purpose video understanding. Our emphasis on each constructing a large and diverse pre-training dataset and revolutionary modeling strategies has been validated via our intensive evaluations. Not solely does VideoPrism persistently outperform sturdy baselines, however its distinctive capacity to generalize positions it effectively for tackling an array of real-world purposes. Due to its potential broad use, we’re dedicated to persevering with additional accountable analysis on this area, guided by our AI Principles. We hope VideoPrism paves the way in which for future breakthroughs on the intersection of AI and video evaluation, serving to to understand the potential of ViFMs throughout domains corresponding to scientific discovery, schooling, and healthcare.

Acknowledgements

This weblog submit is made on behalf of all of the VideoPrism authors: Lengthy Zhao, Nitesh B. Gundavarapu, Liangzhe Yuan, Hao Zhou, Shen Yan, Jennifer J. Solar, Luke Friedman, Rui Qian, Tobias Weyand, Yue Zhao, Rachel Hornung, Florian Schroff, Ming-Hsuan Yang, David A. Ross, Huisheng Wang, Hartwig Adam, Mikhail Sirotenko, Ting Liu, and Boqing Gong. We sincerely thank David Hendon for his or her product administration efforts, and Alex Siegman, Ramya Ganeshan, and Victor Gomes for his or her program and useful resource administration efforts. We additionally thank Hassan Akbari, Sherry Ben, Yoni Ben-Meshulam, Chun-Te Chu, Sam Clearwater, Yin Cui, Ilya Figotin, Anja Hauth, Sergey Ioffe, Xuhui Jia, Yeqing Li, Lu Jiang, Zu Kim, Dan Kondratyuk, Invoice Mark, Arsha Nagrani, Caroline Pantofaru, Sushant Prakash, Cordelia Schmid, Bryan Seybold, Mojtaba Seyedhosseini, Amanda Sadler, Rif A. Saurous, Rachel Stigler, Paul Voigtlaender, Pingmei Xu, Chaochao Yan, Xuan Yang, and Yukun Zhu for the discussions, help, and suggestions that enormously contributed to this work. We’re grateful to Jay Yagnik, Rahul Sukthankar, and Tomas Izo for his or her enthusiastic help for this challenge. Lastly, we thank Tom Small, Jennifer J. Solar, Hao Zhou, Nitesh B. Gundavarapu, Luke Friedman, and Mikhail Sirotenko for the great assist with making this weblog submit.

Leave a Reply

Your email address will not be published. Required fields are marked *