Preprint
Computer Vision

PaLI-3

October 1, 2023

0

Citations

0

Influential Citations

Venue

2023

Year

Abstract

A 5B vision language model, built upon a 2B SigLIP Vision Model and UL2 3B Language Model outperforms larger models on various benchmarks and achieves SOTA on several video QA benchmarks despite not being pretrained on any video data.

Analysis

Why This Paper Matters

PaLI-3 is significant because it challenges the prevailing assumption that video understanding requires video-specific pretraining. By achieving state-of-the-art results on video QA benchmarks using only image-level pretraining, the paper suggests that high-quality vision-language models can transfer robustly across modalities. This is particularly important for practitioners who may lack the computational resources to pretrain on massive video datasets.

The model's efficiency is also noteworthy: with only 5B parameters, it outperforms much larger models, indicating that careful architecture design and data selection can be more impactful than brute-force scaling. This aligns with the industry trend toward compute-efficient models.

Technical Contributions

  • Architecture: Combines a 2B SigLIP vision encoder (a contrastively trained ViT) with a 3B UL2 language model (encoder-decoder), totaling 5B parameters.
  • No Video Pretraining: The model is trained only on image-text data and then fine-tuned on video QA datasets, yet achieves SOTA on benchmarks like MSRVTT-QA and ActivityNet-QA.
  • Scaling Efficiency: Demonstrates that a 5B model can outperform larger models (e.g., 10B+), suggesting diminishing returns from parameter count alone.
  • Transfer Learning: Provides evidence that image-level vision-language representations capture temporal and motion cues implicitly, enabling zero-shot video understanding.

Results

  • PaLI-3 achieves state-of-the-art performance on multiple video QA benchmarks, including MSRVTT-QA, MSVD-QA, and ActivityNet-QA, without any video pretraining.
  • On image-level benchmarks, it outperforms larger models (e.g., PaLI-X, Flamingo) on tasks like COCO captioning and VQA v2.
  • The model shows strong generalization across diverse tasks, including visual question answering, image captioning, and video QA.

Significance

PaLI-3 has broad implications for multimodal AI. It suggests that video understanding may not require video-specific data or architectures, potentially lowering the barrier for entry into video AI. This could accelerate applications in video search, autonomous driving, and assistive technologies. The work also reinforces the value of contrastive vision-language pretraining (SigLIP) and unified language models (UL2), pointing toward a future where a single model can handle multiple modalities with minimal task-specific tuning.