The attentive probe, and what it measures
Four transformer blocks with 16 heads sit on the frozen encoder's tokens; the last block replaces self-attention with
cross-attention from a single learnable query, and a linear classifier reads the query. Paper §5, App. C.1
A linear probe on pooled features measures what is linearly available in one vector, which undercounts a patch-token
model with no class token. Full fine-tuning measures initialisation plus adaptation, and mixes the two. An attentive
probe sits between: a small nonlinear reader that may attend anywhere in the token set while the encoder stays fixed.
The four-block probe beats a single cross-attention block by 1.4 points on average for ViT-L and 1.0 for ViT-g.
App. C.2 Two protocol details matter for comparisons. Each run trains 20 probe heads with
different learning rates and weight decays and reports the best, with no separate validation split stated. Jester and
Diving-48 read four encoder layers, not one. Table 15, Table 16
open step 7 →
Why the motion columns favour a JEPA. The target of each masked tube is the feature of a region whose content is
determined by the trajectory visible around it, so features that encode how things move are the cheapest way to
predict it. Image-text contrastive encoders are trained per frame against captions, which name objects far more often
than motions. The pattern in Table 4 fits: V-JEPA 2 leads SSv2 by 20 points over the best image encoder and trails
SigLIP2 and PE on K400, COIN and ImageNet by 1 to 4. Inference
Action anticipation (Epic-Kitchens-100)
The context clip ends 1 s before an action; the encoder reads 32 frames at 8 fps, the pretraining predictor is given
mask tokens for the frame 1 s ahead, and a probe with three queries (action, verb, noun) trained with focal loss reads
both. Recall@5 on actions: ViT-L 32.7, ViT-H 36.5, ViT-g 38.0, ViT-g384 39.7, against 27.6 for PlausiVL (8B),
26.0 for Video-LLaMA and 25.8 for InAViT, a 44% relative gain. Paper §6, Table 5, App. D.1
The probe-input ablation says what that gain is made of: encoder features alone 39.1, predictor output alone 20.2,
both 39.7. Accuracy falls sharply as the anticipation time grows from 1 s to 10 s. Table 20, Fig. 18
The baselines are task-specific systems with different backbones and data; none is a frozen-encoder probe.
Inference
Video question answering
LLaVA-style alignment: encoder tokens, a projector, an LLM, trained in stages (captioning, image QA, video QA).
The controlled comparison fixes Qwen2-7B-Instruct, 18M samples, a frozen encoder and 128 frames, and swaps the vision
encoder: V-JEPA 2 ViT-g512 averages 52.3 against 49.1 for PE, 48.1 for SigLIP2 and 45.7 for DINOv2, with its largest
margins on MVP, TemporalBench and TVBench, and a narrow loss on PerceptionTest (72.0 against 72.4).
Paper §7.2, Table 6
The headline row uses Llama 3.1 8B, the full 88.5M samples, ViT-g384 with an MLP projector and 288 tokens per frame:
PerceptionTest 84.0, MVP 44.5, TempCompass 76.9, TemporalBench 36.7, TOMATO 40.3, TVBench 60.6, MVBench 73.5, against
PerceptionLM 8B's 82.7, 39.7, 72.7, 28.3, 33.2, 63.5 and 77.1. Table 8
What the comparisons control. The controlled table holds the LLM, data and stages fixed but not the token
budget: V-JEPA 2 is pooled 4× to 8×, the image encoders 16×, and visual token counts range from 5,832 to 10,952 per
video (Table 21). The headline table compares systems with different LLMs, alignment data and frame counts, and its
PerceptionTest entry was fine-tuned on that benchmark while the rest are zero-shot. The defensible claim is the
controlled one, and it is a claim about temporal benchmarks. Inference
Physical-understanding probes
On IntPhys 2 (violation of expectation, chance 50%), V-JEPA 2 ViT-H scores 54.0 easy, 58.5 medium, 59.4 hard, 57.5
overall and 56.4 held-out, against human majority votes of 96.2, 97.8, 95.5, 96.4 and 92.4. It is the best predictive
model evaluated, and each model's figure is its best of about a dozen hyperparameter runs per column. On the original
IntPhys, where V-JEPA ViT-H with RoPE reaches 98.3, V-JEPA 2 ViT-H reaches 87.2. IntPhys 2, Table 2
The gap is not subtle. A frame-feature objective rewards continuity of appearance, which covers permanence and some
continuity, but nothing in it penalises two solids passing through each other. MVP's 44.5 paired accuracy leads the 8B class,
by 4.8 points over PerceptionLM, and is still far from a solved benchmark. Inference