VL-JEPA: Joint Embedding Predictive Architecture for Vision-language
By: Delong Chen , Mustafa Shukor , Theo Moutakanni and more
Potential Business Impact:
Helps computers understand pictures and words better.
We introduce VL-JEPA, a vision-language model built on a Joint Embedding Predictive Architecture (JEPA). Instead of autoregressively generating tokens as in classical VLMs, VL-JEPA predicts continuous embeddings of the target texts. By learning in an abstract representation space, the model focuses on task-relevant semantics while abstracting away surface-level linguistic variability. In a strictly controlled comparison against standard token-space VLM training with the same vision encoder and training data, VL-JEPA achieves stronger performance while having 50% fewer trainable parameters. At inference time, a lightweight text decoder is invoked only when needed to translate VL-JEPA predicted embeddings into text. We show that VL-JEPA natively supports selective decoding that reduces the number of decoding operations by 2.85x while maintaining similar performance compared to non-adaptive uniform decoding. Beyond generation, the VL-JEPA's embedding space naturally supports open-vocabulary classification, text-to-video retrieval, and discriminative VQA without any architecture modification. On eight video classification and eight video retrieval datasets, the average performance VL-JEPA surpasses that of CLIP, SigLIP2, and Perception Encoder. At the same time, the model achieves comparable performance as classical VLMs (InstructBLIP, QwenVL) on four VQA datasets: GQA, TallyQA, POPE and POPEv2, despite only having 1.6B parameters.
Similar Papers
LLM-JEPA: Large Language Models Meet Joint Embedding Predictive Architectures
Computation and Language
Makes AI smarter by learning like eyes do.
JEPA for RL: Investigating Joint-Embedding Predictive Architectures for Reinforcement Learning
CV and Pattern Recognition
Teaches robots to learn from watching.
DSeq-JEPA: Discriminative Sequential Joint-Embedding Predictive Architecture
CV and Pattern Recognition
Teaches computers to see like humans do.