V-JEPA by Meta logo

V-JEPA by Meta

Paid

Video Joint Embedding Predictive Architecture

5.0
Inputs: video, image
Type
Saas
Company
Meta AI Research (FAIR)

About V-JEPA by Meta

V-JEPA (Video Joint Embedding Predictive Architecture) is a self-supervised learning method for video developed by Meta AI Research (FAIR). The official PyTorch codebase provides pre-trained Vision Transformer (ViT-L and ViT-H) models trained on the VideoMix2M dataset using an unsupervised feature prediction objective. V-JEPA produces versatile visual representations that perform well on downstream video and image tasks without adapting the model's parameters, requiring only a lightweight task-specific attentive probe. The method does not use pretrained image encoders, text, negative examples, human annotations, or pixel-level reconstruction; instead, a predictor makes predictions in latent space, and a conditional diffusion model can decode these predictions to interpretable pixels. Evaluations on Kinetics-400, Something-Something v2, ImageNet-1K, Places205, and iNaturalist 2021 show competitive accuracy (e.g., 82.0% on K400 with ViT-H).

Key Features

Self-supervised learning from video without labels or human annotations
Joint embedding predictive architecture with latent space prediction
Pre-trained ViT-L and ViT-H models at multiple resolutions
Frozen backbone with task-specific attentive probe for downstream tasks
No pixel-level reconstruction; conditional diffusion decoder for interpretability
Trained on large-scale VideoMix2M dataset (90K iterations)

Pros & Cons

Pros
  • State-of-the-art performance on multiple video and image benchmarks with frozen backbone
  • Fully unsupervised training, no need for labeled data or text annotations
  • Versatile representations useful for both video and image domains
  • Open-source PyTorch implementation with pre-trained model checkpoints
Cons
  • Requires significant computational resources for training from scratch (large models, high-resolution video)
  • Only provided as PyTorch code; no official support for other frameworks
  • Prediction in latent space may be less interpretable than pixel-level generative methods

Best For

Video action recognition (Kinetics-400, Something-Something v2)Image classification (ImageNet-1K, Places205, iNaturalist 2021)Self-supervised representation learning for video and image tasksResearch in unsupervised visual feature learning

Alternatives to V-JEPA by Meta