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

Provides Parallel Decoding Distillation (PDD) LoRA adapters that accelerate MiniMax-H3 video generation into few inference steps. Includes official 8-step Acc LoRAs for FL2VA and Ref2VA (rank=64, network_alpha=64, BF16), demo comparison videos, and example scripts using Diffusers' MiniMax-H3 ModularPipeline.

Hugging Face
AI Video2026

Conditions a MiniMax‑H3 video generator with a single ControlNet‑Union checkpoint to accept Canny, Depth, HED, MLSD or Pose control videos and run video inpainting. Guidance‑distilled for one‑pass inference; requires the base MiniMax‑H3 weights and specific control-branch config.

GitHub
AI Train2019

Train and experiment with multi-billion to trillion-parameter transformer models on large GPU clusters using GPU-optimized building blocks and reference training scripts; offers advanced parallelism and mixed-precision support for research teams and ML engineers.