Overview of V-JEPA 2, V-JEPA 2.1, and V-JEPA 2-AC
mainV-JEPA 2 is an official PyTorch codebase for self-supervised video models designed for understanding, prediction, and planning. It includes three main variants:
- V-JEPA 2: A self-supervised approach for training video encoders using internet-scale video data. It excels at motion understanding and human action anticipation.
- V-JEPA 2.1: An improved version focusing on high-quality and temporally consistent dense features. It utilizes a Dense Predictive Loss (masking-based self-supervision where all tokens contribute to the loss), Deep Self-Supervision (applying loss at multiple intermediate representations), and Multi-Modal Tokenizers for images and videos.
- V-JEPA 2-AC: A latent action-conditioned world model post-trained from V-JEPA 2 using robot trajectory interaction data. It is designed for robot manipulation tasks (like reaching, grasping, and pick-and-place) via planning from image goals, without requiring environment-specific data or task-specific calibration.