CVLGOct 24, 2024

Probabilistic Language-Image Pre-Training

arXiv:2410.18857v418 citationsh-index: 27Has CodeICLR
Originality Highly original
AI Analysis

This addresses the problem of capturing real-world uncertainty in vision-language alignment for AI researchers and practitioners, offering a novel probabilistic approach with practical gains.

The paper tackles the oversimplification of deterministic embeddings in vision-language models by introducing Probabilistic Language-Image Pre-training (ProLIP), which uses probabilistic objectives to handle many-to-many relationships and achieves 74.6% ImageNet zero-shot accuracy with ViT-B/16, improving to 75.8% under few-shot settings.

Vision-language models (VLMs) embed aligned image-text pairs into a joint space but often rely on deterministic embeddings, assuming a one-to-one correspondence between images and texts. This oversimplifies real-world relationships, which are inherently many-to-many, with multiple captions describing a single image and vice versa. We introduce Probabilistic Language-Image Pre-training (ProLIP), the first probabilistic VLM pre-trained on a billion-scale image-text dataset using only probabilistic objectives, achieving a strong zero-shot capability (e.g., 74.6% ImageNet zero-shot accuracy with ViT-B/16). ProLIP efficiently estimates uncertainty by an "uncertainty token" without extra parameters. We also introduce a novel inclusion loss that enforces distributional inclusion relationships between image-text pairs and between original and masked inputs. Experiments demonstrate that, by leveraging uncertainty estimates, ProLIP benefits downstream tasks and aligns with intuitive notions of uncertainty, e.g., shorter texts being more uncertain and more general inputs including specific ones. Utilizing text uncertainties, we further improve ImageNet accuracy from 74.6% to 75.8% (under a few-shot setting), supporting the practical advantages of our probabilistic approach. The code is available at https://github.com/naver-ai/prolip

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes