Dr. Yann LeCun
VERIFIED TECHNICAL DOSSIERSources checked

Dr. Yann LeCun

Chief AI Scientist

2 Verified ArtifactsSource Checked & Attributed

Verified Proof of Work Artifacts

2 items cataloged

Each artifact below represents an authenticated research publication, production code repository, or technical architectural framework directly authored or co-created by Dr. Yann LeCun. Every entry undergoes editorial source verification.

#1
RESEARCH Checked Sep 20, 2026

A Path Towards Autonomous Machine Intelligence (JEPA Architecture Framework)

Published the comprehensive theoretical blueprint proposing Joint Embedding Predictive Architecture (JEPA) as an alternative to generative pixel-level or token-level prediction, learning representations in abstract embedding space to enable hierarchical planning.

Model & Execution Context:Self-supervised non-contrastive energy-based models; architectural basis for I-JEPA (vision) and V-JEPA (video).
Scope & Limitations

Action-conditional latent dynamics models remain active research topics; translating abstract latent representations back into fine-grained execution paths requires auxiliary decoding heads.

#2
IMPLEMENTATION Checked Sep 20, 2026

V-JEPA: Self-Supervised Video Representation Learning by Joint Embedding Prediction

Co-authored the implementation and empirical validation of V-JEPA, training Vision Transformers on masked spatiotemporal video tubes using feature-space prediction without pixel reconstruction or data augmentation, achieving superior efficiency on downstream motion and action classification.

Model & Execution Context:Vision Transformer (ViT-H/16) trained on 2M video clips using 3D masking strategies and EMA target encoder.
Scope & Limitations

Requires extensive video pre-training compute (hundreds of GPU-days); does not directly produce human-interpretable generative video frames.