Computer Vision and Geometry Group, ETH Zurich · Published 2026-06-09

Yann LeCun: World Models: Enabling the next AI revolution

Open on YouTube ↗

Summary

Overview

  • Speaker: Yann LeCun
  • Channel: Computer Vision and Geometry Group, ETH Zurich
  • Main topic: World Models, Joint-Embedding Predictive Architectures (JEPA), and Energy-Based Models for Artificial Intelligence
  • Purpose: To explain the limitations of current AI architectures, particularly LLMs and generative video models, and present world models and JEPA as the necessary architectural foundation for achieving human-level AI. Yann LeCun argues that current machine learning paradigms like LLMs and purely generative video models fall short of true animal- and human-level intelligence because they lack grounded world models, common sense, and the ability to reason and plan in high-dimensional continuous spaces. He introduces JEPA (Joint Embedding Predictive Architecture) and energy-based models as the path forward for autonomous machine intelligence, emphasizing hierarchical planning, representation-space prediction, and non-generative self-supervised learning.

Topic Map

Why AI Sucks Compared to Animals

  • Explanation: Comparing human and animal learning capabilities against current AI systems reveals a massive gap in zero-shot learning, common sense, and handling continuous high-dimensional data.
  • Key claims:
    • Machine learning struggles with high-dimensional continuous data like video and audio.
    • Humans and animals learn common sense and physical intuition rapidly with very few samples.
    • Languages are simple, but the real world is messy and continuous.
  • Examples:
    • A 10-year-old can clean a table and load a dishwasher zero-shot, while robots cannot.
    • A teenager learns to drive in 20 hours, whereas self-driving cars need millions of training hours.
  • Terminology:
    • zero-shot
    • common sense
    • Moravec's paradox
    • declarative knowledge
  • Why it matters: Highlights why current AI approaches cannot achieve general intelligence without grounding in the physical world.

What is Intelligence, Really?

  • Explanation: Drawing on Jean Piaget and developmental psychology, intelligence is defined not by accumulated knowledge or static skills, but by adaptability and the ability to handle new situations with little or no prior training.
  • Key claims:
    • Intelligence is what you do when you don't know.
    • Intelligence is not an accumulation of declarative knowledge or a collection of skills.
    • Human intelligence is highly specialized, and AGI as a general unspecialized phrase is nonsensical.
  • Examples:
    • Jean Piaget's views on cognitive development and adaptation.
  • Terminology:
    • declarative knowledge
    • adaptive intelligence
    • AGI
  • Why it matters: Redefines how we should measure and build artificial intelligence.

How Humans and Animals Learn

  • Explanation: Cognitive science and developmental psychology show that infants build mental models of the world primarily through passive observation in their early months.
  • Key claims:
    • Humans and animals learn mental models of the world driven by objectives.
    • Infants learn physical concepts like object permanence and gravity through passive observation of video.
    • The world is three-dimensional, and distance from the observer is the best way to explain changes.
  • Examples:
    • An 8-month-old baby observing toy drop experiments and recognizing physical violations.
  • Terminology:
    • object permanence
    • intuitive physics
    • mental models
    • violation of expectation
  • Why it matters: Demonstrates that world models can be learned through passive video observation without explicit action.

Inference: Feed-Forward vs. Search/Optimization

  • Explanation: Contrasting system 1 action prediction (LLM-style feed-forward token generation) with system 2 planning (world model search and optimization).
  • Key claims:
    • Reasoning and planning require search and optimization.
    • Feed-forward propagation in autoregressive models is computationally limited for complex reasoning.
    • Planning involves imagining action sequences, predicting outcomes with a world model, and optimizing against an objective.
  • Examples:
    • Robot arm object manipulation tasks using model predictive control (MPC).
  • Terminology:
    • model predictive control
    • system 1
    • system 2
    • optimization
    • cost function
  • Why it matters: Explains why autoregressive LLMs struggle with true logical reasoning and planning.

World Model Architectures: Generative vs. JEPA

  • Explanation: Comparing generative architectures (like LLMs and diffusion models) with Joint Embedding Predictive Architectures (JEPA) for world modeling.
  • Key claims:
    • JEPAs learn abstract representations of data and ignore unpredictable details like noise.
    • Generative models predict every detail at the pixel level, making them blurry and unsuitable for high-dimensional continuous data.
    • JEPA performs prediction in abstract representation space rather than pixel space.
  • Examples:
    • Block tower prediction models and video prediction experiments.
  • Terminology:
    • JEPA
    • joint embedding
    • predictive architecture
    • pixel space
    • representation space
  • Why it matters: Establishes JEPA as the correct architectural paradigm for building world models.

Training JEPA and Preventing Collapse

  • Explanation: Addressing the collapse problem in joint-embedding architectures using information maximization (SIGReg) and distillation techniques.
  • Key claims:
    • Unregularized joint-embedding architectures suffer from collapse where encoders ignore inputs.
    • SIGReg (Sketched Isotropic Gaussian Regularization) maximizes information content by making embedding distributions isotropic Gaussian along random projections.
    • Contrastive methods and regularized methods prevent collapse in energy-based models.
  • Examples:
    • LeWorldModel trained with SIGReg on robotic tasks.
    • I-JEPA and V-JEPA architectures.
  • Terminology:
    • SIGReg
    • collapse problem
    • isotropic Gaussian
    • information maximization
    • contrastive methods
  • Why it matters: Provides a mathematically sound way to train non-generative self-supervised representation models.

Learning a Hierarchy of Abstractions

  • Explanation: Complex systems require hierarchical planning across multiple levels of abstraction and time scales.
  • Key claims:
    • Lower levels make short-range predictions with details; higher levels make long-range predictions with fewer details.
    • Science and modeling are about finding the right representation at the right level of abstraction.
    • Hierarchical planning allows complex long-term goal realization by generating subgoals.
  • Examples:
    • Planning a trip from New York to Paris using hierarchical subgoals.
  • Terminology:
    • hierarchical planning
    • level of abstraction
    • subgoals
    • quantum field to ecosystem hierarchy
  • Why it matters: Essential for scaling world models to real-world control and reasoning tasks.

Key Points

AI must abandon generative pixel-level prediction

  • Explanation: Predicting every pixel or token in high-dimensional continuous data leads to blurry, intractable models that fail to capture underlying semantics.
  • Evidence: Early video prediction experiments showed blurry outputs; JEPAs predict in abstract feature space instead.
  • Practical implication: Researchers should focus on representation-space prediction rather than video generation for building world models.

Planning requires world models and optimization

  • Explanation: True agentic AI requires the ability to imagine future states, evaluate them against objectives and guardrails, and optimize action sequences.
  • Evidence: Model Predictive Control (MPC) and hierarchical planning frameworks.
  • Practical implication: Build agentic systems using System 2 planning loops rather than pure autoregressive token generation.

SIGReg prevents collapse in JEPA

  • Explanation: To train self-supervised joint embedding models without collapse, regularizers like SIGReg ensure variance and independence across embedding dimensions.
  • Evidence: LeWorldModel success across multiple robotic simulation benchmarks.
  • Practical implication: Use SIGReg or similar information maximization regularizers when training non-generative representation models.

Frameworks, Models & Processes

Joint-Embedding Predictive Architecture (JEPA)

  • How it works: Encodes two inputs (x and y) into abstract representations and uses a predictor to forecast y's representation from x's representation conditioned on an action.
  • Components:
    • Encoder (Enc)
    • Predictor (Pred)
    • Distance Metric (D)
    • Action Conditioning (a)
  • When to use: For self-supervised representation learning and world modeling on high-dimensional continuous data like video and sensor outputs.

Energy-Based Models (EBM)

  • How it works: Assigns low energy to compatible pairs of variables and higher energy to incompatible pairs using an implicit energy function optimized via energy minimization.
  • Components:
    • Energy Landscape
    • Contrastive or Regularized Loss
    • Argmin Inference
  • When to use: For modeling complex dependencies and multimodal prediction tasks where multiple valid answers exist.

Examples & Case Studies

An 8-month-old infant observing a car pushed off a platform floating in mid-air shows surprise.

  • Illustrates: Infants possess intuitive physics and object permanence learned through passive observation.
  • Lesson: World models can be acquired passively through observation before active interaction.

LeWorldModel applied to robotic pushing and manipulation tasks (Push-T, Reacher).

  • Illustrates: Action-conditioned JEPA world models enable zero-shot goal reaching and MPC planning in simulation.
  • Lesson: World models trained with SIGReg successfully support planning and control.

Actionable Takeaways

  • Immediate:
    • Stop relying solely on LLMs for physical world reasoning.
    • Explore JEPA and non-generative self-supervised representation learning.
    • Implement SIGReg for training stable joint-embedding architectures.
  • Strategic:
    • Shift AI research from video generation to abstract world modeling.
    • Develop hierarchical planning systems combining perception, memory, world models, and actor-critics.
    • Focus on physical AI and robotics through grounded world models.
  • Questions to investigate:
    • How to scale SIGReg and JEPA to real-world multi-modal data efficiently?
    • How to automatically learn hierarchical abstractions for complex control tasks?
    • What are the precise mathematical bounds of information maximization in high-dimensional representations?

Claims Worth Verifying

  • A four-year-old child has seen more data (1.1E14 bytes) through sensory input than an LLM trained on text. (analytical estimate)
  • SIGReg recovers independent variables if they are Gaussian. (theoretical theorem)

Notable Quotes

"Intelligence is not what you know, it's what you do when you don't know." (at 6:56) "The real world is messy, language is simple." (at 1:51) "IF YOU ARE INTERESTED IN HUMAN-LEVEL AI, DON'T WORK ON LLMS" (at 80:28)

Compressed Summary

  • LLMs and generative models lack grounded physical world models.
  • JEPA enables non-generative representation learning in abstract space.
  • SIGReg prevents representation collapse by enforcing isotropic Gaussian distributions.
  • Hierarchical planning via world models is essential for complex reasoning and robotics.
  • Keywords: world models, jepa, sigreg, energy-based models, planning, representation learning
  • Core insight: Building human-level AI requires action-conditioned world models trained via non-generative self-supervised representation learning (JEPA) rather than autoregressive text or pixel generation.

Core insights

6
Architecturehigh noveltymoderate evidence

World-model implementations should use Joint Embedding Predictive Architectures (JEPA), which predict in representation space, instead of generative models that reconstruct every pixel or token. Because the physical world is high-dimensional and continuous, pixel-level prediction becomes blurry and intractable, while latent-space prediction can selectively ignore noise.

Why it matters

For AI engineers, this changes the interface of a learned simulator: predicted embeddings can be fed directly to cost functions/planners without decoding raw video. It also makes systems more robust to the inherent unpredictability of fine-grained sensor data.

Generalization

Any model that must simulate a high-dimensional continuous process should predict informative low-dimensional abstractions rather than regenerate the observation space.

Generative models predict every detail at the pixel level, making them blurry and unsuitable for high-dimensional continuous data.
Open source video
JEPA performs prediction in abstract representation space rather than pixel space.
Open source video
Architecturehigh noveltymoderate evidence

Reasoning and planning should be implemented as search or optimization over imagined future sequences using a world model, not as feed-forward token generation: 'system 2' planning is distinct from 'system 1' reactive prediction.

Why it matters

If LLM-style feed-forward inference cannot do deep reasoning, then agentic systems that rely on a single next-token generator for long horizons will hit a ceiling. Planners should wrap a world model with model predictive control or other optimization.

Generalization

An agent architecture needs two separable mechanisms: fast reactive inference and slower planning-by-optimization.

Reasoning and planning require search and optimization.
Open source video
Feed-forward propagation in autoregressive models is computationally limited for complex reasoning.
Open source video
Planning involves imagining action sequences, predicting outcomes with a world model, and optimizing against an objective.
Open source video
Mechanismhigh noveltymoderate evidence

World models can be learned from passive observation of video, without requiring prior action experiments or teleoperation data: infants acquire object permanence and intuitive physics by watching video, and this suggests self-supervised prediction is the key learning signal.

Why it matters

This opens a pretraining path for embodied agents: use abundant passive video rather than expensive action-labeled robotic demonstrations to learn a world model that later supports planning.

Generalization

Autonomous learning pipelines should collect large static observation datasets and train latent predictive models, then add a separate planner layer on top.

Infants learn physical concepts like object permanence and gravity through passive observation of video.
Open source video
Demonstrates that world models can be learned through passive video observation without explicit action.
Open source video
Failure Modehigh noveltymoderate evidence

Joint-embedding architectures without explicit regularization suffer from representation collapse. Non-contrastive training needs an information-maximizing regularizer such as SIGReg, which makes embedding distributions isotropic Gaussian along random projections.

Why it matters

Anyone training a self-supervised latent predictor must add a collapse-prevention term or the model silently learns to ignore its inputs and appears to have low loss. SIGReg gives a concrete, non-contrastive recipe.

Generalization

Representation-learning objectives need both a predictive loss and an information-content lower bound to be useful.

Unregularized joint-embedding architectures suffer from collapse where encoders ignore inputs.
Open source video
SIGReg (Sketched Isotropic Gaussian Regularization) maximizes information content by making embedding distributions isotropic Gaussian along random projections.
Open source video
Contrastive methods and regularized methods prevent collapse in energy-based models.
Open source video
Architecturemedium noveltyweak evidence

Complex real-world planning requires a hierarchy of world models at different levels of abstraction and time scales: low levels make detailed short-range predictions, high levels make coarse long-range predictions and produce subgoals.

Why it matters

Flat single-scale planners are unlikely to scale. Architecturally, you need separate modules for low-level control and high-level long-horizon planning, with interface abstractions for subgoals.

Generalization

Multi-agent or multi-time-horizon systems should not use one homogeneous model; they need a coarse-to-fine hierarchy, otherwise the search space explodes.

Lower levels make short-range predictions with details; higher levels make long-range predictions with fewer details.
Open source video
Hierarchical planning allows complex long-term goal realization by generating subgoals.
Open source video
Mental Modelmedium noveltymoderate evidence

Intelligence should be measured as the ability to adapt to novel situations with very few samples, not as accumulated declarative knowledge or competence on familiar benchmarks.

Why it matters

This reframes evaluation: current benchmarks that measure static knowledge may overstate system intelligence. A human- or animal-level agent must show zero-shot and few-shot adaptation on physical tasks.

Generalization

For agent evaluations, prioritize adaptation tasks that require 'acting when you don't know the answer', not just retrieval or pattern matching.

Intelligence is what you do when you don't know.
Open source video
Humans and animals learn common sense and physical intuition rapidly with very few samples.
Open source video
Machine learning struggles with high-dimensional continuous data like video and audio.
Open source video

Deep dives

4

Action-Conditioning Non-Generative JEPA World Models for Planning

Research question

How can a JEPA world model trained on passive observation be made action-conditional so that a planner can search over imagined action sequences in latent representation space without forcing generative pixel reconstruction?

Why

Video models can learn physics from passive observation, but control requires injecting actions; if achieved in representation space, we get scalable, robust world simulators for MPC without pixel decoding or action-labelled data collection.

JEPA performs prediction in abstract representation space rather than pixel space.
Open source video
Infants learn physical concepts like object permanence and gravity through passive observation of video.
Open source video
Source video

Planning-by-Search vs Feed-Forward Token Generation for Complex Reasoning

Research question

Under what conditions does optimization-based planning with an implicit world model outperform chain-of-thought autoregressive prediction on long-horizon reasoning and control tasks?

Why

If deep reasoning fundamentally requires search, agent stacks built solely on next-token generation will plateau; we need an architectural distinction between System 1 and System 2 modules.

Reasoning and planning require search and optimization.
Open source video
Feed-forward propagation in autoregressive models is computationally limited for complex reasoning.
Open source video
Source video

Scaling SIGReg as a Collapse-Prevention Regularizer for Video-Scale JEPA Pretraining

Research question

Does SIGReg remain effective at preventing representation collapse in joint-embedding predictive architectures as batch size, video length, and input resolution grow to practical scales?

Why

Self-supervised latent prediction is only viable if collapse is reliably prevented; without negative pairs, regularization must be robust, and we need empirical guidance on SIGReg's scaling behaviour.

Unregularized joint-embedding architectures suffer from collapse where encoders ignore inputs.
Open source video
SIGReg (Sketched Isotropic Gaussian Regularization) maximizes information content by making embedding distributions isotropic Gaussian along random projections.
Open source video
Source video

Subgoal Interface Design in Hierarchical World Models

Research question

What functional interface between hierarchical levels of a world model ensures that subgoals produced by the coarse high-level model are executable by the lower-level detailed model without error accumulation?

Why

Long-horizon planning requires hierarchical decomposition, but the levels must be coupled through well-defined subgoal representations or plans diverge during control.

Lower levels make short-range predictions with details; higher levels make long-range predictions with fewer details.
Open source video
Hierarchical planning allows complex long-term goal realization by generating subgoals.
Open source video
Source video

Article ideas

3

Your World Model Should Not Generate Pixels: Why Latent Prediction Beats Generative Video Models

Generative world models that predict every pixel are doomed to blurriness and intractability in high-dimensional continuous environments; the future is non-generative latent prediction in JEPA-style architecture, where planning and cost functions operate directly on learned representations.

Angle

Engineering consequence: switching from pixel-space regeneration to representation-space prediction changes the entire stack, including planning, debugging, and evaluation.

Source video

Why Chain-of-Thought Is Not Reasoning: The Case for Optimization-Based Planning

Autoregressive token generation, even with chain-of-thought, is feed-forward pattern prediction and cannot reliably do the kind of search and optimization required for true planning; agent architectures need a separate mechanism that uses a world model to evaluate imagined future sequences.

Angle

Argument from architectural limits: feed-forward propagation is computationally bounded for complex reasoning, so scaling LLMs alone won't produce System 2 planning.

Source video

Stop Pretraining Robots on Action Labels: Passive Video as the New Frontier for Embodied AI

Human infants acquire intuitive physics and object permanence from passive observation, which suggests that roboticists should pretrain world models from abundant unlabeled video and treat action-conditioned planning as a separate problem to solve later.

Angle

Practical cost argument: passive video is cheap and plentiful, while teleoperation and RL demos are expensive; decoupling world-model pretraining from action collection reshapes the robotics data pipeline.

Source video

Project ideas

3

Passive-JEPA Planner

new

A JEPA world model trained purely on passive observation frames will support a separate latent planner that achieves non-trivial task success with fewer environment interactions than a generative pixel predictor or an action-conditioned model trained from scratch.

Proof of concept

Train a JEPA encoder/predictor on a passive video dataset from a simulated continuous control environment (e.g., DeepMind Control visual episodes recorded with random policies), then fit a lightweight planner/MPC in latent space. Evaluate on manipulation or navigation tasks requiring multi-step planning.

Measurement

Task success rate and sample efficiency (episodes required) for the passive JEPA planner versus baselines.

Source video

SIGReg Collapse Probe

new

Adding SIGReg to a JEPA video pretraining implementation prevents representation collapse and yields a higher downstream planning score than VICReg-style variance regularization at the same batch size and compute budget.

Proof of concept

Implement a minimal I-JEPA training loop on a video dataset with and without SIGReg; measure embedding entropy, kNN classification accuracy on video frames, and latent-prediction loss trends to detect collapse.

Measurement

Collapse rate (variance and entropy of embeddings) and downstream task success using the learned representations.

Source video

Plan-vs-CoT Benchmark

beyond-evals

On a set of novel continuous-control or path-planning problems with an explicit world model, search/optimization planners will succeed where LLM chain-of-thought baselines repeatedly fail, despite receiving the same textual or visual problem descriptions.

Proof of concept

Build a benchmark around environments (e.g., grid world with physics, robotic arm reaching with obstacles) where an LLM must reason in natural language against a model-based planner that performs random-shooting or CEM over a given world model.

Measurement

Problem solve rate and planning horizon accuracy across no-shot, one-shot, and fine-tuned conditions.

Source video

Architectural implications

5

Current language-first or generative-first agent stacks rely on directly predicting tokens or pixels as the world model.

Before

An agent predicts the next token set or next frame image to 'simulate' an outcome and then selects actions.

After

An agent uses a latent encoder/decoder-style joint-embedding predictor to produce abstract state representations and score them via an energy/cost function.

Consequence

State predictions become sharper and higher level, but you must design the downstream cost/energy function in embedding space rather than pixel space.

Source video

Reasoning is often implemented as larger LLMs with chain-of-thought, which is still feed-forward generation over tokens.

Before

Complex reasoning emerges from scaling autoregressive token prediction.

After

Reasoning tasks are solved by search in action space with a world model used for outcome evaluation.

Consequence

Inference becomes more expensive but no longer relies on memorized next-token patterns for tasks that require planning.

Source video

Self-driving and embodiment efforts rely heavily on RL or supervised demonstrations, which are expensive to collect.

Before

Robotic policies must be trained on millions of time-steps or demos, usually action-conditioned.

After

Unlabeled video can be used to train a world model via self-supervised representation-space prediction, and a planner can later optimize actions against this world model.

Consequence

Pretraining can be decoupled from action collection, but action-conditional planning must be solved separately.

Source video

World-model and LLM codebases place prediction and policy in one network.

Before

The same network both predicts future states and selects actions, blurring the model/world boundary.

After

Architectures separate a non-generative world-model module from a separate 'cost' energy function and an optimization planner.

Consequence

Modules become independently testable, but the planner must be designed to avoid adversarial actions that exploit an imperfect learned world model.

Source video

Self-supervised representation learning commonly uses contrastive negative pairs or reconstruction, which can be costly or blurry.

Before

Engineers choose contrastive learners or autoencoders based on implementation familiarity.

After

JEPA-style training uses a predictive latent objective plus regularizers such as SIGReg to ensure information content.

Consequence

Methods may be less familiar to implement, but they avoid negative-pair sampling and force the representation to retain useful predictive information.

Source video

Tradeoffs and failure modes

4

Latent-space world models vs generative world models

Benefit

Latent-space JEPA models ignore unpredictable detail and are more tractable for high-dimensional continuous data.

Cost or risk

They are non-generative, so a downstream user or debugging tool cannot visually inspect the predicted world and some low-level details may be discarded even when they later become task-relevant.

JEPAs learn abstract representations of data and ignore unpredictable details like noise.
Open source video
Source video

Planning-by-optimization vs feed-forward action generation

Benefit

Optimization-based planning enables true model-based reasoning and generalizes to novel situations.

Cost or risk

Optimization is computationally expensive and may be slower than fast 'system 1' reaction; explicit action generation remains useful for real-time control.

Feed-forward propagation in autoregressive models is computationally limited for complex reasoning.
Open source video
Source video

Hierarchical abstraction vs low-level precision

Benefit

A hierarchy of models makes long-horizon planning tractable by decomposing a complex task into subgoals.

Cost or risk

Errors made by higher-level coarse models can propagate downward; subgoal boundaries need careful design or the low-level controller may not align with the high-level plan.

Higher levels make long-range predictions with fewer details.
Open source video
Source video

Joint embeddings without contrastive negatives

Benefit

Avoids choosing negative samples and contrastive training complexity; SIGReg gives explicit information maximization.

Cost or risk

If regularization is not correctly tuned, the representation can collapse and lose its input entirely.

Unregularized joint-embedding architectures suffer from collapse where encoders ignore inputs.
Open source video
Source video

Open questions

5

How should a passive-observation-trained JEPA world model be made action-conditional without forcing it back into generative pixel space?

Why unresolved

The summary shows that humans learn world models from passive video, but does not give a concrete algorithm for injecting action variables into a non-generative latent predictor.

Research direction

Develop action-conditioned joint-embedding objectives where the action is encoded before prediction, and evaluate whether planning with such a model produces effective control.

Source video

What is the right functional interface between hierarchical levels of a world model so that subgoals from a high level remain executable by the lower-level model?

Why unresolved

The NY-to-Paris example is illustrative, but the speaker does not define an optimization algorithm or a metric for subgoal consistency.

Research direction

Build hierarchical model-based planners and measure whether high-level abstractions must coincide with reachable sets of lower-level cost functions.

Source video

How can energy-based models be used to represent and plan over the diverse outcomes produced by a non-generative world model?

Why unresolved

Energy functions can score outcomes, but they are not the same as an explicit probabilistic world model, and the speaker does not detail how to search in continuous action spaces robustly.

Research direction

Benchmark energy-based planners against learned model predictive control on manipulation or navigation tasks with high-dimensional visual observation.

Source video

What is the scaling behavior of SIGReg as a collapse-prevention regularizer when applied to large video-scale JEPA models?

Why unresolved

The summary mentions SIGReg was trained on robotic tasks but does not discuss how it behaves under high-dimensional, long-video settings.

Research direction

Reproduce I-JEPA-style video pretraining with SIGReg and measure whether representation information content and downstream planning performance hold as batch size and video length grow.

Source video

How should non-generative latent world models be evaluated and debugged when their outputs cannot be rendered as images?

Why unresolved

Latent-space predictions need downstream decoders or probes to be interpreted, but those decoders themselves may be lossy.

Research direction

Define probes/metrics that measure whether latent predictions capture task-relevant semantic changes rather than pixel fidelity.

Source video

Key claims

8
comparativeVerification needed

Generative pixel-level prediction is unsuitable for high-dimensional continuous data because it becomes blurry.

Evidence

Generative models predict every detail at the pixel level, making them blurry and unsuitable for high-dimensional continuous data.

Question

Can benchmark video-prediction and latent-prediction JEPA models on quantitative downstream-planning metrics to compare generative versus non-generative simulation?

Source video
causalVerification needed

Reasoning and planning require search and optimization, not just feed-forward prediction.

Evidence

Reasoning and planning require search and optimization.

Question

Can a benchmark be constructed where an LLM with chain-of-thought repeatedly fails but an inexpensive search/optimizer over a known world model succeeds?

Source video
factualVerification needed

Infants acquire physical concepts such as object permanence and intuitive physics from passive video observation.

Evidence

Infants learn physical concepts like object permanence and gravity through passive observation of video.

Question

Is the developmental psychology evidence causal? Does passive video explain the learning independently of additional embodied experience?

Source video
causalVerification needed

Joint-embedding architectures collapse without added information regularization.

Evidence

Unregularized joint-embedding architectures suffer from collapse where encoders ignore inputs.

Question

Can standard JEPA be trained with random projections and isotropic Gaussian regularization to eliminate collapse while preserving predictive accuracy?

Source video
factualVerification needed

SIGReg maximizes information content by making embedding distributions isotropic Gaussian along random projections.

Evidence

SIGReg (Sketched Isotropic Gaussian Regularization) maximizes information content by making embedding distributions isotropic Gaussian along random projections.

Question

Does SIGReg actually increase representational entropy and solve downstream tasks better than other regularizers such as variance-covariance regularization?

Source video
causalVerification needed

High-level models should reason about less detail and over longer horizons than low-level models.

Evidence

Lower levels make short-range predictions with details; higher levels make long-range predictions with fewer details.

Question

What specific loss or hierarchy design would implement this in a trainable neural architecture?

Source video
opinionVerification not requested

AGI as a generally unspecialized system is a nonsensical framing; human intelligence is highly specialized.

Evidence

Human intelligence is highly specialized, and AGI as a general unspecialized phrase is nonsensical.

Source video
comparativeVerification needed

A 10-year-old can perform physical tasks like clearing a table zero-shot, while robots cannot, demonstrating the gap between animal intelligence and current AI.

Evidence

A 10-year-old can clean a table and load a dishwasher zero-shot, while robots cannot.

Question

What precise benchmark could operationalize zero-shot physical common-sense tasks for both a child and a robot?

Source video

Connections

5