To the line
Capabilities on the main line · DEEP LEARNING

Machine perception

In one viewIn 2012, a deep neural network sharply improved image recognition. Instead of following hand-written rules, it learned useful features from labelled examples.

The milestone showed that large datasets, GPUs and deep learning could scale together. Modern computer vision, image generation and multimodal models grew from this approach.

StatusPASSED
TypeCapabilities on the main line
Marker2012
Events in dossier13
Development chronology

Researched

1943-12

The logical neuron

About this eventMcCulloch and Pitts described a simple mathematical neuron and showed how networks of them could implement logical operations.

McCulloch and Pitts did not produce a trainable neural network, but they connected nervous-system behaviour to computation. The artificial neuron became a formal building block: it accepts signals, compares their sum with a threshold and produces an output. That abstraction survived for decades and still underpins how neural networks are described.

Source: Bulletin of Mathematical Biophysics
1958-11

The perceptron

About this eventRosenblatt demonstrated a system that adjusted its weights from examples and learned simple classifications.

The perceptron added the key practical property to the formal neuron: learning from data. Its algorithm corrected weights after an error and gradually built a linear boundary between classes. Its capabilities were limited, but the modern loop of data, error and parameter update begins here.

Source: Psychological Review
1986-10

Backpropagation

About this eventMultilayer networks gained a practical way to distribute error through layers and learn internal representations.

Backpropagation made multilayer training computationally practical: output error was successively converted into updates for every layer. Versions of the method existed earlier, but the 1986 work established it as a general way to learn internal representations rather than only tune an output layer.

Source: Nature
1998-11

LeNet and convolutional networks

About this eventA convolutional network learned to recognise handwritten digits in a real banking system.

LeNet combined convolutions, shared weights and backpropagation in a practical document-recognition system. It was an important bridge from laboratory idea to industrial use: the network learned local visual features itself and operated on a real stream of cheques.

Source: Proceedings of the IEEE
2012-12

AlexNet

About this eventA sharp ImageNet gain demonstrated the power of deep networks trained on GPUs.

AlexNet did not invent neural networks, but it combined three ingredients at working scale: a large labelled dataset, a deep convolutional architecture and GPU training. The result made feature extraction part of learning and became the practical starting point of the modern deep-learning boom.

Source: NeurIPS
2013-01

Word2vec

About this eventWord meaning became geometry: similar words occupied nearby regions of a learned vector space.

Word2vec showed that useful relationships between words could emerge from predicting context without a hand-built feature dictionary. Vector representations became a transferable internal language for neural networks and helped prepare the move from task-specific classifiers to large pretrained models.

Source: arXiv
2014-06

Adversarial networks

About this eventGANs: machines start convincingly generating, not just recognising.

Source: arXiv
2014-09

Sequence to Sequence

About this eventOne network encoded a sequence and another generated a new one, creating a general template for translation and generation.

Seq2Seq separated input encoding from output generation and showed that a learned system could translate without hand-written linguistic rules. The bottleneck of a fixed memory vector later helped motivate attention.

Source: arXiv

In progress

сейчас

Vision as a component

About this eventRecognition stopped being a product of its own and became a built-in function of large models.

Distant horizons

впереди

Perception without labels

About this eventLearning from raw camera and sensor streams with no labelled examples at all.

Sources and research

Primary material behind this dossier: papers, lab publications and official reports.

Capabilities on the main line