AI Notes
Must-read papers. Landmark research. Reading list 2024.
Landmark Papers Every AI Practitioner Should Know
Foundational Machine Learning
| Introduced | entropy, mutual information, channel capacity |
| Impact | Underpins all data compression, coding, and ML theory |
| Showed | gradient descent can train deep networks |
| Impact | Enabled practical neural network training |
| Showed | maximum margin classification with nonlinear boundaries |
| Impact | Dominated ML for a decade before deep learning |
Deep Learning Revolution
| AlexNet | CNN that won ImageNet 2012 by huge margin |
| Key innovations | ReLU, dropout, GPU training, data augmentation |
| Impact | Launched the deep learning era in computer vision |
| ResNet | skip connections enable 150+ layer networks |
| Showed | deeper IS better when gradients can flow |
| Impact | Standard architecture, 100K+ citations |
| 6. "Batch Normalization | Accelerating Deep Network Training" (Ioffe & Szegedy, 2015) |
| Enables | higher learning rates, faster convergence |
| Impact | Used in virtually every modern deep network |
| 7. "Dropout | A Simple Way to Prevent Overfitting" (Srivastava et al., 2014) |
| Theoretical interpretation | ensemble of sub-networks |
| Impact | Standard regularization technique |
The Transformer and Language Models
| Impact | Foundation of ALL modern NLP (BERT, GPT, T5) |
| 9. "BERT | Pre-training of Deep Bidirectional Transformers" (Devlin et al., 2018) |
| Impact | Established pretrain-then-finetune paradigm, 80K+ citations |
| GPT-2 | Showed scaling up language models yields emergent abilities |
| Zero-shot | perform tasks without fine-tuning |
| Impact | Paved path to GPT-3, ChatGPT, modern LLMs |
| GPT-3 (175B parameters) | In-context learning from examples |
| Demonstrated | scaling enables new capabilities |
| Impact | Revolutionized view of what's possible with scale |
| Three stages: SFT | reward model → PPO |
| Impact | Made LLMs useful (ChatGPT), created the alignment field |
Computer Vision Milestones
| VGGNet | Showed depth with small 3×3 filters works |
| Impact | Established "deeper is better" principle |
| 14. "You Only Look Once | Unified, Real-Time Object Detection" (Redmon et al., 2016) |
| YOLO | Single-pass detection (vs two-stage Faster R-CNN) |
| Real-time | 45 FPS with competitive accuracy |
| Impact | Enabled real-time vision applications |
| Vision Transformer (ViT) | Apply transformers to images |
| Impact | Transformers work for vision too (not just NLP) |
| MAE | BERT-style pre-training for images |
| Mask 75% of patches | reconstruct |
| Impact | Self-supervised visual pre-training at scale |
Generative Models
| Introduced GANs | generator vs discriminator game |
| Showed | can generate realistic images from noise |
| Impact | Entire field of generative modeling, 65K+ citations |
| DDPM | Iterative denoising for image generation |
| Impact | Foundation of DALL-E 2, Stable Diffusion, Midjourney |
| Stable Diffusion | Efficient diffusion in latent space |
| Impact | Democratized AI image generation |
Reinforcement Learning
| DQN | Neural network Q-learning for games from pixels |
| Key innovations | experience replay, target networks |
| Impact | Launched deep RL field |
| AlphaGo | Beat world champion at Go |
| Combined | value networks, policy networks, MCTS |
| Impact | Showed DL can master complex strategic games |
| PPO | Simple, stable policy gradient method |
| Impact | Standard RL algorithm, used in RLHF for ChatGPT |
How to Read Research Papers
Efficient reading strategy (3-pass approach)
Pass 1 (5 minutes): Title, abstract, figures, conclusion
Decide: Is this relevant? Worth deeper reading?
Pass 2 (30 minutes): Introduction, method overview, results
Understand: What problem? What approach? How well does it work?
Skip: Implementation details, proofs
Pass 3 (1-2 hours): Full paper, reproduce mentally
Understand: Every equation, design choice, experiment
Critical: What are limitations? What would you do differently?
Tips
- Read related work to understand context
- Check citations (who cited this? what came after?)
- Look for official code repositories
- Read blog posts explaining the paper (often clearer)
Building a Paper Reading Habit
Weekly routine
Monday: Scan arXiv for new papers in your field (30 min)
Wednesday: Deep read one paper (1-2 hours)
Friday: Implement key idea or discuss with colleagues
Tools
Semantic Scholar: Find related papers, track authors
Connected Papers: Visual graph of paper relationships
Papers With Code: Find implementations and benchmarks
Zotero/Mendeley: Organize your library
Reading groups
Join or create a weekly paper discussion group
Present one paper per session
Best way to deeply understand: teach others
Interview Questions
Q: Which paper has had the most impact on modern AI? A: "Attention Is All You Need" (2017) introducing the Transformer. It's the foundation of BERT, GPT, T5, ViT, DALL-E, Whisper, AlphaFold, and essentially every state-of-the-art model across NLP, vision, speech, biology, and more. No other single paper underlies so many different AI applications.
Q: How do you stay current with AI research? A: Subscribe to arXiv digests for specific categories (cs.CL, cs.CV, cs.LG), follow key researchers on Twitter/X, read "Papers With Code" highlights, attend reading groups, and deeply read 2-4 papers per month rather than superficially scanning dozens. Quality over quantity.
Exam Focus
Revise definitions, diagrams, examples, and short-answer points for Essential AI Research Papers.
Interview Use
Prepare one clear explanation, one practical example, and one common mistake for this Artificial Intelligence topic.
Search Terms
artificial-intelligence, artificial intelligence, artificial, intelligence, resources, research, papers, essential ai research papers
Related Artificial Intelligence Topics