Research Papers
Papers I liked and why each one is worth reading.
Transformers & LLMs
Vaswani, Shazeer, Parmar et al.· NeurIPS
The Transformer paper — the attention mechanism that sits underneath every modern LLM.
Devlin, Chang, Lee, Toutanova· NAACL-HLT
Bidirectional pre-training that changed how we think about transfer learning in NLP.
Computer Vision
He, Zhang, Ren, Sun· CVPR
Residual connections solved the vanishing-gradient problem and made very deep networks trainable.
Redmon, Divvala, Girshick, Farhadi· CVPR
Framing detection as a single-stage regression problem — the paper that made real-time object detection practical.
Generative Models
Goodfellow, Pouget-Abadie, Mirza et al.· NeurIPS
The adversarial training framework behind most modern image generation. Worth re-reading for the theoretical framing.
Causal ML
Li, Sun, Lin et al.· NeurIPS
A clean example of grounding ML in causal structure rather than just correlation — directly applicable to my adversarial safety research.
Robotics & SLAM
Campos, Elvira, Gómez et al.· IEEE Transactions on Robotics
The SLAM baseline I benchmark robot-perception work against.
Pan, Li, Fan et al.· IEEE TPAMI
Multi-session visual SLAM using subgraph optimization — relevant to my robot-perception coursework and panoptic segmentation project.