#194 · Primary category: Computer Vision

jepa

PyTorch code and models for V-JEPA self-supervised learning from video.

Project last updated:02/27/25

GitHub Stars

4.1K

Forks

419

Contributors

5

License

Other

Why we included this project

Meta FAIR's official V-JEPA codebase trains visual representations by watching unlabeled video. Instead of reconstructing pixels, the model predicts missing spatiotemporal regions in latent space, which keeps pretraining free of text, annotations, negative examples, and pixel-level reconstruction. The resulting frozen ViT backbones transfer to both video and image tasks, where a lightweight attentive probe reaches strong accuracy on Kinetics-400, Something-Something-v2, and ImageNet. If you build video understanding systems with limited labeled data, the bundled ViT-Large and ViT-Huge checkpoints plus evaluation scripts give you a solid starting point. It's a research codebase built for reproducibility, so expect config-driven PyTorch training on CSV-based datasets rather than a ready-made inference API.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category