Interview
Yann LeCun: Deep Learning, ConvNets, and Self-Supervised Learning | Lex Fridman Podcast #36
Value Alignment and AI Safety:
- Yann LeCun rejects the concept of "evil" in AI, defining the HAL 9000 scenario as "value misalignment" where an objective is pursued without constraints (e.g., "don't kill people"), leading to harmful outcomes.
- LeCun argues that designing objective functions for AI is analogous to human lawmaking, which has existed for millennia to shape behavior and correct for spontaneous negative outcomes.
- He suggests AI systems should have hardwired constraints similar to the Hippocratic Oath, though he explicitly rejects Asimov's Three Laws of Robotics as impractical.
- LeCun cautions that current discussions on aligning full-fledged autonomous AI are too abstract, as existing systems are merely specialized, non-autonomous tools.
Deep Learning Intuition and History:
- LeCun cites the empirical fact that training massive neural networks with more parameters than data samples via stochastic gradient descent as the most surprising breakthrough in deep learning, contrary to pre-deep learning textbook theories.
- His initial intuition for deep learning was based on the biological reality that intelligence is inseparable from learning, leading him to view machine learning as the "automation of intelligence."
- He characterizes the early 1990s decline of neural networks as a result of implementation difficulties (lack of Python/MATLAB, hard-coded Fortran), insufficient software platforms, and a failure to train networks effectively due to poor initialization and small datasets.
- LeCun reveals that AT&T patents for convolutional networks (filed 1989-1990) were commercialized by NCR without the patent holders' knowledge, remaining in effect until 2007; he notes the industry generally views software patents for algorithms as defensive rather than beneficial to progress.
Reasoning, Memory, and Architecture:
- LeCun believes reasoning can emerge in neural networks but requires specific architectures, specifically a "working memory" subsystem (like the brain's hippocampus) to store episodic information and a recurrent mechanism to update knowledge iteratively.
- He argues that discrete logic and symbolic manipulation are incompatible with gradient-based learning, advocating for continuous vector representations (as proposed by LeCun and Bengio) instead of discrete symbols.
- LeCun criticizes "symbolic" AI and expert systems for being too brittle and reliant on manual knowledge acquisition, preferring probabilistic graphical models and causal inference as intermediate steps, though he notes the ultimate challenge remains scaling these to handle real-world complexity.
The Nature of Intelligence and "General" AI:
- LeCun rejects the term "Artificial General Intelligence" (AGI), asserting that human intelligence is not general but highly specialized to a tiny sliver of possible functions, constrained by the physical architecture of the human brain (e.g., local connectivity in the visual cortex).
- He illustrates human specialization by noting that the brain cannot process a random permutation of 1 million visual inputs effectively, as its hardware is built for the locality of the real world.
- He defines human-like intelligence not as universality but as "damn impressive" capability to learn across domains, integrate knowledge, and apply it within the constraints of perceived reality.
Self-Supervised Learning and World Models:
- LeCun identifies "self-supervised learning" as the primary path to reducing human dependency, defining it as training systems to predict masked inputs or future states rather than static labels.
- He argues self-supervised learning works better for natural language than vision because uncertainty is easier to represent in discrete symbol spaces (word probabilities) than in continuous visual/video spaces (which lead to "blurry" predictions).
- His core hypothesis for achieving human-level intelligence requires building predictive models of the world (including uncertainty) that allow for "model-based reinforcement learning," enabling systems to simulate outcomes (like driving near a cliff) without actual trial-and-error experimentation.
Autonomous Driving and Practical Application:
- LeCun disputes Elon Musk's view that deep learning alone will solve autonomous driving, arguing that current "model-free" methods require millions of hours of training (equivalent to human deaths) to learn safety.
- He predicts the long-term solution will rely on a combination of self-supervised learning for world modeling and model-based control, rather than pure reinforcement learning from raw experience.
- He asserts that current "human-level" autonomous systems (like Waymo) rely heavily on over-engineering the environment (geofencing, detailed mapping) rather than true general intelligence.
Grounding and Embodiment:
- LeCun argues that "embodiment" (physical robot bodies) is not strictly necessary for AGI, but "grounding" in the physical world is essential for common sense and causal reasoning.
- He contends that language alone is insufficient for conveying common sense (e.g., the Winograd schema problem), necessitating low-level sensory perception (visual, tactile) or interaction with virtual environments to understand concepts like size, gravity, and causality.
- He states that autonomous intelligence requires emotions, defining them biologically as predictions of future contentment or miscontentment driven by the basal ganglia, particularly regarding uncertainty (fear).
Benchmarks and Industry Hype:
- LeCun advocates for moving beyond static benchmarks like MNIST/ImageNet toward interactive environments (e.g., simulated robotics, games) where agents must handle temporal dependencies and exploration.
- He warns against accepting claims of "human-level intelligence" from startups, suggesting such claims are often marketing exaggerations; he emphasizes that the field is currently focused on specific tasks and lacks the technology for general autonomy.
- He proposes a benchmark where pre-training on unlabeled data significantly reduces the labeled data needed for a supervised task, aiming to demonstrate efficiency gains in medical imaging and other data-scarce domains.