← back to legends
YL
convolutional networks · Meta AI

Yann LeCun

today

Inventor of convolutional neural networks. Chief AI Scientist at Meta and a vocal advocate of open-weight research and self-supervised learning.

key contributions
  • LeNet (1989) — convolutional nets for handwritten-digit recognition.
  • Self-supervised learning advocacy and joint-embedding architectures.
  • Turing Award 2018.

FAQ

What are convolutional neural networks?

Neural networks LeCun introduced in 1989 in which weights are shared across spatial locations via the convolution operation. The architecture exploits the local, translation-invariant structure of images and is the basis of every modern computer-vision model.

What did Yann LeCun build at Bell Labs?

He developed LeNet, a convolutional network that read handwritten ZIP codes on US Postal Service envelopes and bank cheques. By the late 1990s LeNet-style systems processed an estimated 10–20% of US cheques — the first large-scale industrial use of deep learning.

Why is LeCun a vocal advocate for open-weight AI?

He argues that closed-frontier-model concentration creates a small set of single points of failure for the entire economy, and that open weights let independent researchers audit safety, run local inference, and build durable competitive markets around AI.

What is self-supervised learning?

A training approach in which the model creates its own supervision signal from unlabelled data — for example, predicting masked words or future frames. LeCun has called it the path to general intelligence, arguing that supervised learning alone cannot scale to human-level competence.