Architecture foundations
AlexNet → ResNet → Transformer → Vision Transformer traces convolution, residual connections, and attention as model backbones.
AI research paper reading path
For a dependable map of modern AI, start with AlexNet, ResNet, and the Transformer for architecture; continue through BERT, GPT-3, RAG, and InstructGPT for language models; then add diffusion, multimodal systems, and agents. This is not a mechanical citation ranking. Each paper changed an architecture, a training recipe, or the products researchers could build.
AlexNet → ResNet → Transformer → Vision Transformer traces convolution, residual connections, and attention as model backbones.
BERT → Scaling Laws → GPT-3 → RAG → InstructGPT → Chinchilla covers pre-training, scale, retrieval, and alignment.
VAE → GAN → DDPM → Latent Diffusion, then Chain-of-Thought and ReAct, connects generation, reasoning, and action.
Every entry links to the primary paper and, when available, a plain-English PaperBridge visual explainer.
It joined GPUs, large datasets, and deep convolutional networks into a scalable vision recipe.
It made probabilistic latent-variable models trainable with ordinary backpropagation.
It reframed generation as a game between a generator and a discriminator.
Residual connections made substantially deeper networks practical to optimize.
The Transformer replaced recurrence with attention and became the shared backbone of modern foundation models.
It established bidirectional pre-training followed by task fine-tuning as a general NLP recipe.
It showed that model loss follows predictable power laws across scale, data, and compute.
It demonstrated broad few-shot task learning through prompting at unprecedented scale.
It combined parametric memory with retrievable external knowledge, shaping modern knowledge assistants.
It turned iterative denoising into a stable route to high-quality generation.
It showed that a pure Transformer over image patches could outperform convolutional networks at scale.
It aligned images and text at web scale, enabling strong zero-shot visual transfer.
It adapted large models through small low-rank updates instead of retraining every weight.
It moved diffusion into a compressed latent space, making high-resolution text-to-image generation practical.
It showed that examples with intermediate steps can unlock much stronger reasoning in large models.
It established a practical recipe for aligning language models with human instructions and preferences.
It showed that many large models were under-trained and reset the compute-optimal balance of parameters and data.
It interleaved reasoning with tool actions, providing a direct blueprint for modern agent loops.
It turned segmentation into a promptable, transferable foundation capability backed by a large dataset.
It connected a vision encoder and a language model through visual instruction tuning to build a conversational assistant.
FAQ
Start with Attention Is All You Need for the Transformer, then choose BERT, RAG, or diffusion according to your goal. Use a first pass focused on the problem, method, evidence, and limitations.
No. Product readers can begin with the abstract, method figure, main result, and limitations. Engineers can continue into equations, training details, baselines, and ablations.
The list favors turning points that explain later research rather than ranking brands or recent popularity. It is a foundation map, not a complete history.