Paper notes
This repository contains my paper reading notes on deep learning and machine learning. It is inspired by Denny Britz and Daniel Takeshi. A minimalistic webpage generated with Github io can be found here.
About me
My name is Patrick Langechuan Liu. After about a decade of education and research in physics, I found my passion in deep learning and autonomous driving.
What to read
If you are new to deep learning in computer vision and don't know where to start, I suggest you spend your first month or so dive deep into this list of papers. I did so (see my notes) and it served me well.
Here is a list of trustworthy sources of papers in case I ran out of papers to read.
My review posts by topics
I regularly update my blog in Toward Data Science.
2024-06 (8)
- LINGO-1: Exploring Natural Language for Autonomous Driving [Notes] [Wayve, open-loop world model]
- LINGO-2: Driving with Natural Language [Notes] [Wayve, closed-loop world model]
- OpenVLA: An Open-Source Vision-Language-Action Model [open source RT-2]
- Parting with Misconceptions about Learning-based Vehicle Motion Planning <kbd>CoRL 2023</kbd> [Simple non-learning based baseline]
- QuAD: Query-based Interpretable Neural Motion Planning for Autonomous Driving [Waabi]
- MPDM: Multipolicy decision-making in dynamic, uncertain environments for autonomous driving [Notes] <kbd>ICRA 2015</kbd> [Behavior planning, UMich, May Autonomy]
- MPDM2: Multipolicy Decision-Making for Autonomous Driving via Changepoint-based Behavior Prediction [Notes] <kbd>RSS 2015</kbd> [Behavior planning]
- MPDM3: Multipolicy decision-making for autonomous driving via changepoint-based behavior prediction: Theory and experiment <kbd>RSS 2017</kbd> [Behavior planning]
- EUDM: Efficient Uncertainty-aware Decision-making for Automated Driving Using Guided Branching [Notes] <kbd>ICRA 2020</kbd> [Wenchao Ding, Shaojie Shen, Behavior planning]
- TPP: Tree-structured Policy Planning with Learned Behavior Models <kbd>ICRA 2023</kbd> [Marco Pavone, Nvidia, Behavior planning]
- MARC: Multipolicy and Risk-aware Contingency Planning for Autonomous Driving [Notes] <kbd>RAL 2023</kbd> [Shaojie Shen, Behavior planning]
- EPSILON: An Efficient Planning System for Automated Vehicles in Highly Interactive Environments <kbd>TRO 2021</kbd> [Wenchao Ding, encyclopedia of pnc]
- trajdata: A Unified Interface to Multiple Human Trajectory Datasets <kbd>NeurIPS 2023</kbd> [Marco Pavone, Nvidia]
- Optimal Vehicle Trajectory Planning for Static Obstacle Avoidance using Nonlinear Optimization [Xpeng]
- Jointly Learnable Behavior and Trajectory Planning for Self-Driving Vehicles [Notes] <kbd>IROS 2019 Oral</kbd> [Uber ATG, behavioral planning, motion planning]
- Enhancing End-to-End Autonomous Driving with Latent World Model
- OccNeRF: Advancing 3D Occupancy Prediction in LiDAR-Free Environments [Jiwen Lu]
- RenderOcc: Vision-Centric 3D Occupancy Prediction with 2D Rendering Supervision <kbd>ICRA 2024</kbd>
- EmerNeRF: Emergent Spatial-Temporal Scene Decomposition via Self-Supervision [Sanja, Marco, NV]
- FB-OCC: 3D Occupancy Prediction based on Forward-Backward View Transformation
- Trajeglish: Traffic Modeling as Next-Token Prediction <kbd>ICLR 2024</kbd>
- Autonomous Driving Strategies at Intersections: Scenarios, State-of-the-Art, and Future Outlooks <kbd>ITSC 2021</kbd>
- Learning-Based Approach for Online Lane Change Intention Prediction <kbd>IV 2013</kbd> [SVM, LC intention prediction]
- Traffic Flow-Based Crowdsourced Mapping in Complex Urban Scenario <kbd>RAL 2023</kbd> [Wenchao Ding, Huawei, crowdsourced map]
- FlowMap: Path Generation for Automated Vehicles in Open Space Using Traffic Flow <kbd>ICRA 2023</kbd>
- Hybrid A-star: Path Planning for Autonomous Vehicles in Unknown Semi-structured Environments <kbd>IJRR 2010</kbd> [Dolgov, Thrun, Searching]
- Optimal Trajectory Generation for Dynamic Street Scenarios in a Frenet Frame <kbd>ICRA 2010</kbd> [Werling, Thrun, Sampling] [MUST READ for planning folks]
- Autonomous Driving on Curvy Roads Without Reliance on Frenet Frame: A Cartesian-Based Trajectory Planning Method <kbd>TITS 2022</kbd>
- Baidu Apollo EM Motion Planner [Notes][Optimization]
- 基于改进混合A*的智能汽车时空联合规划方法 <kbd>汽车工程: 规划&决策2023年</kbd> [Joint optimization, search]
- Enable Faster and Smoother Spatio-temporal Trajectory Planning for Autonomous Vehicles in Constrained Dynamic Environment <kbd>JAE 2020</kbd> [Joint optimization, search]
- Focused Trajectory Planning for Autonomous On-Road Driving <kbd>IV 2013</kbd> [Joint optimization, Iteration]
- SSC: Safe Trajectory Generation for Complex Urban Environments Using Spatio-Temporal Semantic Corridor <kbd>RAL 2019</kbd> [Joint optimization, SSC, Wenchao Ding, Motion planning]
- AlphaGo: Mastering the game of Go with deep neural networks and tree search [Notes] <kbd>Nature 2016</kbd> [DeepMind, MTCS]
- AlphaZero: A general reinforcement learning algorithm that masters chess, shogi, and Go through self-play <kbd>Science 2017</kbd> [DeepMind]
- MuZero: Mastering Atari, Go, chess and shogi by planning with a learned model <kbd>Nature 2020</kbd> [DeepMind]
- Grandmaster-Level Chess Without Search [DeepMind]
- Safe, Multi-Agent, Reinforcement Learning for Autonomous Driving [MobileEye, desire and traj optimization]
- Comprehensive Reactive Safety: No Need For A Trajectory If You Have A Strategy <kbd>IROS 2022</kbd> [Da Fang, Qcraft]
- BEVGPT: Generative Pre-trained Large Model for Autonomous Driving Prediction, Decision-Making, and Planning <kbd>AAAI 2024</kbd>
- LLM-MCTS: Large Language Models as Commonsense Knowledge for Large-Scale Task Planning <kbd>NeurIPS 2023</kbd>
- Hivt: Hierarchical vector transformer for multi-agent motion prediction <kbd>CVPR 2022</kbd> [Zikang Zhou, agent-centric, motion prediction]
- QCNet: Query-Centric Trajectory Prediction [Notes] <kbd>CVPR 2023</kbd> [Zikang Zhou, scene-centric, motion prediction]
2024-03 (11)