AIAny
AI Video2025
Icon for item

V-JEPA 2 (facebookresearch/vjepa2)

Provides PyTorch code, pretrained checkpoints, and evaluation tooling for V-JEPA 2 — a Meta FAIR family of self-supervised video encoders and an action-conditioned world model. Includes training recipes, HuggingFace checkpoints, evaluation probes, and robot post‑training artifacts.

Introduction

Most video representation work hits a trade-off: features good for static recognition often fail at motion coherence or temporal prediction. V-JEPA 2 flips the focus toward masked latent prediction and temporal consistency, and the repo packages the exact recipes, checkpoints, and evaluation tooling used to push video understanding and action-conditioned planning forward.

What Sets It Apart
  • Masked latent prediction at video scale: the pretraining objective trains encoders to predict masked latent features across time, which empirically improves motion and temporal reasoning compared with many image-centric pretraining approaches — so what? downstream probes show notable gains on motion-sensitive benchmarks (e.g., SSv2) without task-specific finetuning.
  • Action-conditioned world model post-training (V-JEPA 2-AC): a small amount of robot trajectory data post-trained from V-JEPA 2 produces an action-conditioned predictor that can be used for planning on a real robot — so what? it enables transfer from internet-scale video pretraining to basic manipulation tasks (reach/grasp/pick-and-place) with minimal environment-specific data collection.
  • Full-stack reproducibility and checkpoints: official PyTorch code, downloadable checkpoints (ViT-L/H/G up to ~1–2B params), PyTorch Hub loaders, and a HuggingFace collection — so what? researchers can reproduce probe evaluations and use pretrained backbones for new video tasks without training from scratch.
  • Focus on dense temporally-consistent features (V-JEPA 2.1): recipe updates (dense predictive loss, deep self-supervision, multimodal tokenizers) target dense per-pixel/token representations — so what? better dense prediction and consistency for tasks like tracking, dense classification, and some robotic perception pipelines.
Who it's for — and the trade-offs

Great fit if you are a researcher or engineer who needs ready-made, large-scale self-supervised video backbones and evaluation recipes (video understanding, action anticipation, or vision-based planning). Also useful if you want an action-conditioned model that can be post-trained for robot tasks. Look elsewhere if you cannot supply significant GPU/TPU resources (pretraining and some evals are compute-heavy), need native macOS support out-of-the-box (decord dependency is not supported on macOS), or require extremely permissive licensing for every file (the project is mostly MIT but some files use Apache-2.0).

Where it fits

In benchmarks provided by the authors, V-JEPA 2 variants report state-of-the-art probe results on motion-heavy benchmarks (e.g., SSv2 ~77.3% probe, Diving48 ~90.2%, EK100 improvements in R@5). Compared with large video-only models trained for classification, V-JEPA 2 emphasizes prediction and temporally-consistent dense features, and adds a path to action-conditioned robot planning via V-JEPA 2-AC.

Information

  • Websitegithub.com
  • AuthorsMeta FAIR (facebookresearch)
  • Published date2025/04/25

More Items

Hugging Face
AI Video2026

Generates a new camera viewpoint from a reference video: an IC‑LoRA adapter for LTX‑Video 2.3 that re‑renders the same scene from a requested discrete camera angle while preserving subject and content. Trained on synthetic multi‑view data, proof‑of‑concept with limited viewpoint range and best for small, chained angle shifts.

Hugging Face
AI Video2026

Generates minute-scale, temporally coherent dance videos from full music tracks using a hierarchical two-stage approach: global keyframe planning plus local temporal refinement; suitable when long-range musical structure and rhythmic continuity matter.

GitHub
AI Train2025

An asynchronous, high-throughput framework for large-scale reinforcement learning and agentic training that scales to 1T+ MoE models and 1000+ GPUs, with native verifiers integration, end-to-end SFT/RL/evals, and Slurm/Kubernetes deployment; requires NVIDIA GPUs.