intuitivepapers
.ai
Library
How we choose
Queue
Request a paper
Library
How we choose
Queue
Request a paper
The library
The papers worth understanding
Most popular
Newest
Chronological
All
Architecture
Training
Vision
Multimodal
RL & alignment
LLMs
Diffusion
Theory
Diffusion
Live
DiffusionBlocks
Train a diffusion model block-by-block, not end-to-end.
Read the explainer
RL & alignment
Live
AlphaZero
Self-play and search teach one network, from the rules alone, to master chess, shogi, and Go.
Read the explainer
Architecture
Live
FlashAttention
Exact attention, with far fewer trips to slow GPU memory.
Read the explainer
RL & alignment
Live
MuZero
Plan ahead in a game without ever being told its rules, by learning a model that predicts only what planning needs.
Read the explainer
Vision
Live
NeRF
Fit a small network to a scene’s photos, and render it from any new camera angle.
Read the explainer
RL & alignment
Live
Playing Atari with Deep RL (DQN)
Q-learning plus a convnet learns seven games from raw pixels.
Read the explainer
Vision
Live
3D Gaussian Splatting
Store a scene as millions of tiny 3D Gaussians and a GPU renders new views of it in real time, no neural network in the loop.
Read the explainer
Training
Live
Batch Normalization
Re-center and re-scale each layer’s inputs, and deep networks train far faster.
Read the explainer
Diffusion
Live
Classifier-Free Diffusion Guidance
Steer a diffusion model by amplifying what the label adds, with no separate classifier.
Read the explainer
Diffusion
Live
Latent Diffusion (Stable Diffusion)
Run the diffusion in a compressed latent, not on pixels.
Read the explainer
LLMs
Live
T5
Make every NLP task the same task: text in, text out.
Read the explainer
Multimodal
Live
Whisper
Train on 680,000 hours of messy web audio and transcribe anything, zero-shot.
Read the explainer
Architecture
Live
Attention Is All You Need
The Transformer, from scratch.
Read the explainer
RL & alignment
Live
Deep RL from Human Preferences
Skip the hand-written reward: teach an agent by comparing short clips of its behavior. The root of RLHF.
Read the explainer
Architecture
Live
Graph Convolutional Networks
Average each node with its neighbors, and a handful of labels classify the whole graph.
Read the explainer
Training
Live
Knowledge Distillation
A big model ranks the wrong answers too; that ranking teaches a small one to generalize.
Read the explainer
LLMs
Live
LLaMA
Train a small model far too long, so it is cheap to run.
Read the explainer
Training
Live
Scaling Laws for Neural Language Models
Loss falls as a power law in model size, data, and compute.
Read the explainer
Diffusion
Live
Score-Based Generative Modeling through SDEs
Noising data is a smooth diffusion you can run backward to make new data.
Read the explainer
Vision
Live
Segment Anything (SAM)
One promptable model that cuts out any object, zero-shot.
Read the explainer
Vision
Live
VGG
Hold everything fixed but depth: a uniform stack of tiny 3×3 filters, 16–19 layers deep, that reset how convnets are built.
Read the explainer
Diffusion
Live
DDIM
Reuse a trained DDPM but sample 10–50× faster, deterministically, by skipping most of the steps.
Read the explainer
RL & alignment
Live
Diffusion Policy
Generate robot actions by denoising: a diffusion model writes the next move and handles multimodal demonstrations cleanly.
Read the explainer
Multimodal
Live
Flamingo
Connect a frozen vision model to a frozen language model with a trained bridge, and it learns new tasks from a few examples.
Read the explainer
RL & alignment
Live
InstructGPT
Align a model with human feedback, and 1.3B beats 175B.
Read the explainer
Training
Live
Layer Normalization
Normalize each example across its own features, not across the batch, so it needs no batch and steadies RNNs.
Read the explainer
Training
Live
Megatron-LM
A model too big for one GPU trains anyway, by splitting each layer’s matrix multiplies across many.
Read the explainer
Vision
Live
ResNet
Add the input back, and 152-layer networks finally train.
Read the explainer
Architecture
Live
Seq2Seq
One LSTM reads a sentence into one fixed vector; another decodes the translation from it. Reverse the source and it trains.
Read the explainer
RL & alignment
Live
π₀ (pi-zero)
A vision-language-action robot model that denoises a 50-step action chunk by flow matching.
Read the explainer
Training
Live
AdamW (Decoupled Weight Decay)
For SGD, weight decay equals L2 regularization. For Adam it does not, and decoupling them lets Adam generalize like SGD.
Read the explainer
Architecture
Live
Bahdanau Attention (NMT)
The attention mechanism, born in a translator: let the decoder soft-search the source instead of one fixed vector.
Read the explainer
LLMs
Live
BERT
Hide words, read both directions, fine-tune for anything.
Read the explainer
Diffusion
Live
Diffusion Models: A Tutorial
The same diffusion model, built four ways: VAE, DDPM, score matching, and SDEs.
Read the explainer
LLMs
Live
PagedAttention (vLLM)
Lay out the KV cache like operating-system pages: 96% of memory holds real data, throughput jumps 2-4×.
Read the explainer
RL & alignment
Live
Trust Region Policy Optimization
Bound how much the policy changes each step, measured in KL, and the update can be large without collapsing.
Read the explainer
Vision
Live
U-Net
The U-shaped net that segments cells from a few dozen images.
Read the explainer
Training
Live
ZeRO
Data parallelism copies the whole optimizer onto every GPU; partition those copies instead and a trillion-parameter model fits.
Read the explainer
Theory
Live
Generative Adversarial Networks
Two networks play a forgery game until the fakes pass.
Read the explainer
Diffusion
Live
NCSN (Score Matching + Langevin)
Learn the gradient of the data density at many noise levels, then walk noise into images with annealed Langevin dynamics.
Read the explainer
Theory
Live
Neural Ordinary Differential Equations
Let an ODE solver be the network, and train it with constant memory.
Read the explainer
Architecture
Live
Switch Transformers
Route each token to one expert, so parameters scale to a trillion while the compute spent per token stays flat.
Read the explainer
Vision
Live
Vision Transformer (ViT)
Cut an image into patches and a plain Transformer does the rest.
Read the explainer
Training
Live
Adam
The adaptive optimizer that trains almost everything.
Read the explainer
RL & alignment
Live
OpenVLA
A 7B language model that writes the robot’s next move, with open weights and a cheap fine-tune.
Read the explainer
RL & alignment
Live
Proximal Policy Optimization
Clip the update so you can reuse each batch without blowing up.
Read the explainer
Architecture
Live
RoFormer (RoPE)
Encode token position by rotating queries and keys, so attention reads out relative distance.
Read the explainer
LLMs
Live
SmoothQuant
A few outlier channels wreck 8-bit quantization; scale the problem into the weights, which quantize cleanly.
Read the explainer
LLMs
Live
Mistral 7B
A 7B model that runs like a giant, by fixing attention.
Read the explainer
RL & alignment
Live
RT-2
Encode a robot action as a short string of integers, and a vision-language model can output it.
Read the explainer
Vision
Live
V-JEPA 2
Predict masked video patches in a learned representation space, then plan robot actions in that same space.
Read the explainer
LLMs
Live
Chain-of-Thought Prompting
Make a large model reason by showing it the steps.
Read the explainer
Diffusion
Live
The Geometry of Noise
Why generative models still work even without being told the noise level.
Read the explainer
Vision
Live
TRELLIS.2 (O-Voxel)
A field-free voxel that reads where a surface crosses, so open, hollow, and tangled 3D shapes all fit.
Read the explainer
Training
Live
Gradient Checkpointing
Train a 1000-layer net in 7GB: recompute activations instead of storing them.
Read the explainer
Vision
Live
I-JEPA
Predict the embeddings of masked image blocks, not their pixels.
Read the explainer
Architecture
Live
Multi-Query Attention
Share one set of keys and values across attention heads. The KV cache shrinks H-fold and decoding gets much faster.
Read the explainer
LLMs
Live
Retrieval-Augmented Generation
Give a language model an open book to answer from.
Read the explainer
Training
Live
LoRA
Fine-tune giant models by training almost nothing.
Read the explainer
Diffusion
Live
rCM (Score-Regularized Consistency)
Distill a diffusion model to 1-4 steps and keep its diversity, by mixing consistency and score distillation.
Read the explainer
Training
Live
Reducing Activation Recomputation
Cut transformer training memory 5× with sequence parallelism and selective recompute.
Read the explainer
Vision
Live
V-JEPA
Learn video by predicting the features of masked spatio-temporal tubes, no pixels and no labels.
Read the explainer
Vision
Live
D4RT
Probe any point in space and time to rebuild a video in moving 3D.
Read the explainer
Architecture
Live
Mamba-2 (SSD)
Restrict A to a scalar and the SSM becomes a matrix you can multiply on a GPU. 2-8× faster than Mamba.
Read the explainer
LLMs
Live
Proxy-KD
Distill a black-box LLM like GPT-4 by aligning an open proxy to it, then learning from the proxy’s full distribution.
Read the explainer
LLMs
Live
LEANN
Vector search that recomputes embeddings instead of storing 173 GB of them.
Read the explainer
Theory
Live
TurboQuant
Compress any vector to a few bits per number, online, near the information-theoretic floor.
Read the explainer
RL & alignment
Live
Direct Preference Optimization
Alignment without a reward model.
Read the explainer
RL & alignment
Live
World Models
An agent that trains inside its own dream.
Read the explainer
Architecture
Live
Mamba
Sequence modeling without attention.
Read the explainer
Theory
Live
Auto-Encoding Variational Bayes
An autoencoder you can sample from. (VAE)
Read the explainer
Diffusion
Live
Denoising Diffusion Probabilistic Models
How noise becomes images.
Read the explainer
LLMs
Live
Language Models are Few-Shot Learners
Why scale changed everything. (GPT-3)
Read the explainer
Training
Live
Chinchilla
The compute-optimal scaling law.
Read the explainer
Multimodal
Live
CLIP
Teaching images and text to share a space.
Read the explainer
Diffusion
Live
Flow Matching
A simpler road to generative models.
Read the explainer