Landmark Papers

What the papers actually said - linked to the originals.

644 entries, all primary-sourced
paper February 2008

The Basic AI Drives

Stephen Omohundro's 2008 paper argued almost any goal-driven AI would converge on the same instrumental drives, like self-protection and resource acquisition.

paper May 2008

The Missing Memristor Found

The 2008 Nature paper from HP Labs that built the first memristor, a resistor with memory, reviving a 1971 prediction and a key device for analog AI hardware.

paper November 2008

Visualizing Data using t-SNE

Van der Maaten and Hinton's 2008 paper introducing t-SNE, the technique that turns high-dimensional data into readable 2D maps.

paper December 15, 2008

Isolation Forest

Liu, Ting, and Zhou's Isolation Forest, an anomaly detector that finds outliers by how easily random splits isolate them, with near-linear cost.

paper 2009

The Anatomy of A.L.I.C.E.

Richard Wallace describes A.L.I.C.E. and AIML, the pattern-matching chatbot and markup language that won the Loebner Prize.

paper December 13, 2010

Factorization Machines

Rendle's model that unified matrix factorization and feature-based prediction for sparse recommendation data.

paper April 20, 2011

Fairness Through Awareness

An early formal paper on algorithmic fairness that defined statistical parity and the idea that similar people should be treated similarly.

paper October 2011

Scikit-learn: Machine Learning in Python

The 2011 JMLR paper introducing scikit-learn, the BSD-licensed Python library that became the standard toolkit for classical machine learning.

paper November 28, 2011

Multigait soft robot

A robot made entirely of soft rubber, driven by air pressure and inspired by squid and worms, walked and crawled under obstacles with no rigid skeleton.

paper December 20, 2013

Auto-Encoding Variational Bayes (VAE)

Kingma and Welling's 2013 paper introduced the variational autoencoder, a foundational deep generative model trained by gradient descent.

paper December 21, 2013

Intriguing Properties of Neural Networks

The 2013 paper that discovered adversarial examples: tiny imperceptible perturbations that make a neural network misclassify an image.

paper June 10, 2014

Generative Adversarial Networks

The 2014 paper by Goodfellow and colleagues that pitted two neural networks against each other to generate realistic images, launching the GAN era.

paper September 4, 2014

Very Deep Convolutional Networks (VGG)

The 2014 Oxford paper showing that stacking many small 3x3 convolution layers into a deep, uniform network improves image recognition accuracy.