Joint-Embedding Predictive Objective Semantics #
JEPA-style objectives predict target-block representations from context-block representations. This file records the finite-index objective shape without committing to a particular vision backbone, target encoder, or predictor architecture.
Paper anchor: “Self-Supervised Learning from Images with a Joint-Embedding Predictive
Architecture” (Assran et al., 2023), arXiv:2301.08243. I-JEPA predicts target-block
representations from context-block representations rather than reconstructing pixels. The target
branch is treated as a target representation at the objective boundary; this is why
jepaLoss_target_ext is useful: the loss depends only on target values at the selected target
indices.
JEPA loss over target block indices.
context abstracts the context encoder output, target abstracts target-block representations,
and predict abstracts the predictor head. The objective theorem is independent from any
particular image backbone.
Instances For
The natural-valued JEPA loss is additive under concatenating target-index arrays. This identity does not assert equality between different floating-point reduction orders.
JEPA target-block prediction is invariant under reversing the target-index order.
If two target branches agree on the selected indices, the JEPA loss is the same. Targets are ordinary values here; this extensional identity does not specify stop-gradient or differentiate either branch.