Skip to content
Lex Fridman PodcastLex Fridman Podcast

Dileep George: Brain-Inspired AI | Lex Fridman Podcast #115

Dileep George is a researcher at the intersection of neuroscience and artificial intelligence, co-founder of Vicarious, formerly co-founder of Numenta. From the early work on Hierarchical temporal memory to Recursive Cortical Networks to today, Dileep's always sought to engineer intelligence that is closely inspired by the human brain. Support this channel by supporting our sponsors. Click links, get discount: - Babbel: https://babbel.com and use code LEX - MasterClass: https://masterclass.com/lex - Raycon: https://buyraycon.com/lex EPISODE LINKS: Dileep's Twitter: https://twitter.com/dileeplearning Vicarious Research: https://www.vicarious.com/science PODCAST INFO: Podcast website: https://lexfridman.com/podcast Apple Podcasts: https://apple.co/2lwqZIr Spotify: https://spoti.fi/2nEwCF8 RSS: https://lexfridman.com/feed/podcast/ Full episodes playlist: https://www.youtube.com/playlist?list=PLrAXtmErZgOdP_8GztsuKi9nrraNbKKp4 Clips playlist: https://www.youtube.com/playlist?list=PLrAXtmErZgOeciFP3CBCIEElOJeitOr41 OUTLINE: 0:00 - Introduction 4:50 - Building a model of the brain 17:11 - Visual cortex 27:50 - Probabilistic graphical models 31:35 - Encoding information in the brain 36:56 - Recursive Cortical Network 51:09 - Solving CAPTCHAs algorithmically 1:06:48 - Hype around brain-inspired AI 1:18:21 - How does the brain learn? 1:21:32 - Perception and cognition 1:25:43 - Open problems in brain-inspired AI 1:30:33 - GPT-3 1:40:41 - Memory 1:45:08 - Neuralink 1:51:32 - Consciousness 1:57:59 - Book recommendations 2:06:49 - Meaning of life CONNECT: - Subscribe to this YouTube channel - Twitter: https://twitter.com/lexfridman - LinkedIn: https://www.linkedin.com/in/lexfridman - Facebook: https://www.facebook.com/LexFridmanPage - Instagram: https://www.instagram.com/lexfridman - Medium: https://medium.com/@lexfridman - Support on Patreon: https://www.patreon.com/lexfridman

Lex FridmanhostDileep Georgeguest
Aug 14, 20202h 10mWatch on YouTube ↗

CHAPTERS

  1. 0:00 – 1:00

    Why simulating neurons isn’t enough: the case against “build-it-and-see” brain models

    Lex introduces Dileep George and frames the core question: do we need understanding to build a brain-like AI? Dileep argues that brute-force biological simulation (e.g., Blue Brain) lacks a functional theory, making it difficult to debug or scale into genuine intelligence.

    • Blue Brain approach: simulate lots of biophysical neurons and connectivity statistics
    • Why high biological detail doesn’t guarantee functional intelligence
    • Debugging problem: without a theory, failures provide no guidance
    • Transistor vs microprocessor analogy: correct parts don’t imply correct system
  2. 1:00 – 4:37

    Sponsor messages and transition into the conversation

    Lex runs the show’s sponsor segment and then begins the interview with the opening question about understanding brains to build them.

    • Babbel language-learning ad
    • Raycon earbuds ad
    • MasterClass ad
    • Transition into the first technical question
  3. 4:37 – 17:38

    Blue Brain, Hodgkin–Huxley neurons, and the ‘microprocessor neuroscience’ critique

    Dileep unpacks what detailed neuron models capture well and what they miss at the system level. Lex brings up the famous thought experiment/paper about using neuroscience tools to “understand” a microprocessor—and Dileep reframes what it does and doesn’t imply.

    • Biophysical neuron models can reproduce single-neuron spiking dynamics
    • Connectivity is partially observed and partially guessed
    • System-level computation requires an information-processing framework
    • Microprocessor paper: limits of methodology vs limits of neuroscience itself
  4. 17:38 – 27:50

    Visual cortex as iterative inference: hierarchy, feedback, and percept formation over time

    Dileep explains why vision is a rich place to look for brain principles, emphasizing abundant feedback connections and the brain’s iterative “best explanation” process. They discuss cortical hierarchy (V1→V2→V4→IT), layers/columns, and experiments that reveal temporal dynamics in perception.

    • Vision occupies a large fraction of cortex; it’s not just feedforward
    • Hierarchy (V1/V2/V4/IT) plus repeated laminar/columnar microstructure
    • Edges settle before surfaces in figure-ground formation
    • Illusions (Kanizsa triangle) reveal delayed, feedback-driven contour signals
  5. 27:50 – 31:32

    Probabilistic graphical models and ‘explaining away’ as a brain-relevant computation

    Lex asks for a concrete explanation of probabilistic graphical models. Dileep describes variables, causal structure, and inference—highlighting the ‘explaining away’ phenomenon as a template for competing hypotheses in perception and cognition.

    • Graphical models as structured representations of variables and relations
    • Inference as updating beliefs given evidence
    • Explaining away illustrated via burglar vs earthquake alarm example
    • Competition among hypotheses as a general brain computation
  6. 31:32 – 37:26

    Where knowledge lives: cortical columns, thalamic loops, and microcircuit hypotheses

    Dileep proposes a hypothesis: cortical columns encode “variables/concepts,” while connections encode relationships among them, and thalamocortical loops help implement inference and competition. Lex probes whether these ‘concepts’ must be human-interpretable and how microcircuits relate to ML architectures.

    • Column-as-variable/concept hypothesis (often modeled as binary random variables)
    • Connections between columns store relationships/knowledge
    • Thalamus + intracolumn circuitry as a mechanism for inference and inhibition loops
    • Microcircuitry vs macro-architecture: richer structure than typical ANN layers
  7. 37:26 – 50:58

    Recursive Cortical Network (RCN): a vision model built for controllable, generative inference

    Dileep introduces RCN as a functional vision system inspired by cortical computation, designed to support top-down control and compatibility with cognition. The key idea is not photorealistic generation, but a structured generative model that supports manipulation, segmentation, and explanation.

    • Perception and cognition are intertwined; vision can’t be a mere preprocessor
    • Top-down controllability: attention-like querying and imagination-like manipulation
    • Factorizations: foreground vs background; shape vs texture; part-based composition
    • “Natural signals” priors vs artificial patterns (e.g., QR codes)
  8. 50:58 – 53:18

    RCN vs CNNs: lateral constraints, non-differentiability, and dynamic inference

    They compare RCN to convolutional neural networks: RCN resembles a hierarchical feature system but adds explicit generative structure, lateral constraints, and iterative inference rather than a single feedforward pass. Dileep clarifies that RCN is not trained via backprop and is designed to ‘explain’ an image rather than merely label it.

    • CNNs: feedforward feature detectors + pooling for invariances
    • RCN adds generative backward passes and lateral consistency constraints
    • Not differentiable; not trained with standard backprop
    • Inference as iterative reasoning over global context (not just amortized pattern matching)
  9. 53:18 – 1:06:48

    Cracking CAPTCHAs and the deeper lesson: human-like generalization with minimal training

    CAPTCHAs serve as a stress test for out-of-distribution robustness and compositional reasoning. Dileep explains why crowding/overlap forces global inference and how RCN provides interpretable scene explanations, while also noting that ‘solving CAPTCHAs’ in the human sense remains far from done.

    • What CAPTCHAs are and why they were hard for computers historically
    • Crowding creates local ambiguities (RN looks like M) requiring global reasoning
    • RCN outputs interpretable explanations (evidence vs hallucinated parts)
    • Humans generalize to novel CAPTCHA styles with zero or few examples; models still struggle
  10. 1:06:48 – 1:18:28

    Hype vs substance in brain-inspired AI—and when to deviate from biology

    Lex raises skepticism and hype cycles around brain-inspired AI; Dileep defends the scientific value while criticizing marketing distortions (including how press framed their work). They discuss “brain inspiration” as input rather than constraint, using CNN convolution/weight sharing as an example of a useful non-biological engineering trick.

    • Skepticism vs bandwagon effects in the research community
    • Press simplifications: “deep learning solves CAPTCHAs” vs graphical-model inference framing
    • Brain inspiration should guide principles, not mandate faithful mimicry
    • CNN weight sharing is an engineering trick; brain uses fovea and active sensing instead
  11. 1:18:28 – 1:25:39

    How does the brain learn? Credit assignment, biological plausibility, and uncertainty

    The conversation shifts to learning mechanisms: what must be true (connections change) versus what remains unknown (exact credit assignment mechanisms). Dileep explains why he’s less rigid about biological plausibility on learning than on inference, because learning is harder to probe experimentally.

    • Learning requires model adjustment; some form of credit assignment is unavoidable
    • Backprop vs other update rules: similar local motifs may exist
    • Key stance: don’t prematurely reject algorithms due to incomplete biology
    • Inference is easier to constrain experimentally than learning
  12. 1:25:39 – 1:30:33

    From perception to cognition: pre-verbal concepts, cognitive programs, and simulation-based language

    Dileep describes Vicarious’ broader cognitive architecture goals: concepts grounded in perception/action and manipulated as programs. He argues language understanding depends on simulation grounded in sensorimotor knowledge, contrasting that with text-only concept learning and explicitly disagreeing with Chomsky’s primacy of language.

    • “Pre-verbal” grounded concepts as prerequisites for real language understanding
    • Cognitive programs: infer transformations from before/after scenes
    • Language as a controller/query mechanism over simulation in the mind
    • Perception is ‘built first but solved last’ because it must integrate with cognition/language
  13. 1:30:33 – 1:40:43

    GPT-3 and the limits of text-only scaling: world models, causality, and counterfactuals

    Lex and Dileep debate GPT-3’s impressiveness versus fundamental limitations. Dileep argues that scaling text prediction yields better text-world modeling but not grounded world-state tracking, causal interventions, or simulation; Lex plays devil’s advocate about emergence through compression and scale.

    • GPT-3 strengths: long-range coherence and impressive few-shot behaviors
    • Core critique: lacks grounded world model and controllable simulation
    • Text contains incomplete information about everyday physical/social realities
    • Need for causality, interventions, counterfactual reasoning beyond feedforward transformers
  14. 1:40:43 – 1:45:09

    Memory as architecture: episodic traces, hippocampal indexing, and cortical replay

    They discuss episodic memory as distinct from statistical/semantic knowledge, proposing a hippocampus-as-index over cortical representations. Retrieval is framed as bidirectional interaction: current inference cues an episode, then replay in cortex shapes present perception and decisions.

    • Two memory types: statistical regularities vs one-off life episodes
    • Hippocampus as sequencer/index of pointers across time
    • Cortex reconstructs/replays episodes for evaluation and generalization
    • Déjà vu as a cue-driven retrieval phenomenon (hypothesis)
  15. 1:45:09 – 1:51:29

    Neuralink and BCIs: near-term medical value vs long-term bidirectional bandwidth

    Dileep views brain–computer interfaces as promising, especially for prosthetics and therapy, while emphasizing safety and unknown long-term brain adaptation. They explore the possibility that the brain might adapt to new I/O channels rather than engineers needing to perfectly decode neural “protocols.”

    • BCI excitement rooted in real, impactful medical applications
    • Key bottlenecks: safety, long-term biological effects, and brain adaptation
    • More plausible path: brain adapts to an added interface region/channel
    • Intermediate milestones (control/write-in) are reasonable; timelines are the open question
  16. 1:51:29 – 1:57:58

    Consciousness, self-modeling, and motivation: does intelligence need mortality?

    Consciousness is treated as important but not central to day-to-day engineering. Dileep links ‘vicarious’ modeling (modeling others and the world) to self-modeling as a route to self-awareness, while Lex pushes on the felt sense of experience and the motivational role of finitude; they debate whether AI would share human-like drives.

    • Vicarious modeling: simulating the world, others, and potentially oneself
    • Self-modeling as a candidate basis for self-awareness
    • Lex’s framing: ‘feels like something’ and mortality-driven urgency in humans
    • Dileep’s counterpoint: AI can be copied; may not inherit human mortality motivations
  17. 1:57:58 – 2:06:48

    Books, career advice, and the ‘birds vs airplanes’ analogy for brain-inspired AI

    Dileep recommends influential books (Pearl, Hofstadter/Dennett, Wright brothers history) and draws lessons about causality, perception, and scientific progress. He gives pragmatic advice to students on choosing between experimental neuroscience and engineering pathways, and reframes the “airplanes don’t flap” argument by noting the Wright brothers learned key principles from observing birds.

    • Book picks: Pearl on probabilistic reasoning; Hofstadter/Dennett on mind/vision; Wright brothers history
    • Pearl’s philosophical framing inside technical material
    • Advice: for building brains, strong engineering/CS/EE foundation + self-driven neuroscience study
    • Bird observation taught the Wright brothers control matters more than flapping—lesson for brain inspiration
  18. 2:06:48 – 2:10:05

    Meaning of life and goal formation: understanding the machinery, choosing the goals

    Lex closes with the big question of purpose and goals in humans and AI. Dileep argues meaning is constructed and that understanding the world’s “machinery” expands the space of achievable goals; the rest is culturally and personally chosen.

    • Meaning is not fixed; it’s constructed
    • Perception/cognition as tools to understand and navigate the world
    • Understanding mechanisms enables pursuit of diverse goals
    • Human goal-generation vs single-objective optimization framing

Get more out of YouTube videos.

High quality summaries for YouTube videos. Accurate transcripts to search & find moments. Powered by ChatGPT & Claude AI.