technology-ai
Modern Autonomous Driving: End-to-End AI, Robotaxis, and the Future of Intelligent Mobility
Neil Carden
Book 3#3539
Pages
en
Language
2026
Published
New edition
$3.00
Read the sample EPUB directly on the web
Book introduction
The classical modular autonomous driving stack is failing. Not because it is poorly engineered, but because hand-coded rules cannot scale to the infinite variability of real roads. The next generation of self-driving systems is no longer written line by line—it is learned, end to end, from massive data.
Modern Autonomous Driving: End-to-End AI, Robotaxis, and the Future of Intelligent Mobility is the definitive engineering guide to this paradigm shift. It examines the architectures that actually power today's robotaxis and advanced driver-assistance systems, and explains why learned representations are replacing hand-engineered pipelines.
- Decode the shift from modular stacks to learned scene representations like BEV and occupancy networks.
- Understand how end-to-end learning, foundation models, and world models change the roles of perception, planning, and control.
- See how data engines, shadow mode, and OTA deployment create a self-reinforcing loop that continuously improves fleet performance.
This book is designed as a system design reference, not just a narrative. Each chapter follows a pattern: engineering bottleneck, architectural shift, implementation details, and trade-off analysis. That means you can use it to evaluate new ideas and make informed decisions on the job.
The book begins by dissecting the failure modes of the classical modular pipeline—perception, prediction, planning, control—showing why hand-engineered perception cannot handle the long-tail of edge cases. It then introduces the neural formulations that replace it: bird's-eye view grids, 3D occupancy networks, and temporal models that compress raw sensor streams into a unified, continuously updated scene representation. You will see how transformer architectures fuse multi-camera, LiDAR, and radar inputs into a single environmental model, and why this learned fusion is the foundation of modern autonomy.
The book covers multi-camera perception, camera-radar fusion, and camera-LiDAR fusion, explaining how transformers align overlapping views and integrate depth information. You will learn how learned sensor fusion bypasses explicit calibration and adapts to new hardware configurations.
Part II moves from perception to decision-making, covering end-to-end neural networks that map sensor input directly to control, foundation models pretrained on massive multimodal data, and world models that simulate possible futures in latent space. These are not academic concepts—the book dissects the compute costs, latency budgets, and safety implications that determine whether such systems can ship.
Detailed sections on imitation learning, learned planning, and hybrid neural-classical systems show how the field balances safety guarantees with end-to-end flexibility.
No discussion of modern autonomy is complete without the data infrastructure. Part III reveals how autonomous driving companies build data engines that collect, auto-label, curate, and mine fleet data at scale. You will learn how hard-case mining and active learning surface the most valuable training samples, how synthetic data augments rare scenarios, and how continuous learning pipelines evaluate, deploy, and monitor models through shadow mode and over-the-air updates.
Part IV scales from single vehicle to entire fleets, covering robotaxi system architecture: cloud-edge dispatching, remote assistance, fleet management, and high-definition map maintenance. It also covers the physical operations of a commercial fleet—telemetry, predictive maintenance, incident management—and extends the discussion to autonomous trucks and logistics.
The book also discusses fleet monitoring, telemetry, OTA updates, and incident management, giving you a complete view of what it takes to operate autonomous vehicles at scale.
Part V grounds the theory in real-world competition. It offers deep technical case studies of Tesla's vision-only, end-to-end architecture and Waymo's multi-sensor, map-dependent robotaxi stack, then surveys Wayve, Mobileye, NVIDIA, Zoox, Baidu, and the broader Chinese ecosystem. You will see how each company's architecture reflects its operating domain, cost structure, and safety philosophy.
The comparative analysis in Part V is particularly valuable for strategic planning. By understanding why Tesla and Waymo made opposite choices, you can better anticipate the implications of your own architectural decisions.
Part VI tackles the hardest problem: safety validation for learned systems. Distribution shift, uncertainty quantification, scenario-based testing, simulation at scale, and fleet-level statistical evidence are explained in the context of modern regulatory frameworks. The book provides a comprehensive framework for building safety cases that go beyond traditional validation, including discussions of AI safety challenges and adversarial robustness.
The final part looks to the future, discussing the convergence of vision-only and multi-sensor paradigms, the rise of world-model-based planning, and the path toward general driving intelligence.
This is not a high-level overview. It is a systems-engineering deep dive written for those who must make architectural decisions. If you are an AI/ML engineer, robotics software engineer, systems architect, or technical product manager working on autonomous driving or adjacent robotics fields, you will find the mental models and design patterns to navigate conflicting trade-offs. For graduate students and researchers, the book bridges the gap between academic papers and production systems, giving context that papers often miss.
The book is deliberately scoped to modern, post-classical architectures. Classical algorithms like SLAM, Kalman filters, and basic CNN mechanics are covered in a companion volume, so you won't waste time re-reading the basics. Instead, every chapter focuses on the engineering bottlenecks that shape real-world systems: distribution shift, uncertainty, safety, and scalability. The result is a focused, high-signal reference that assumes you already know the fundamentals.
With 120,000 words of rigorous analysis, Modern Autonomous Driving gives you the architectural intuition to evaluate any new sensor configuration, model design, or fleet strategy. Whether you are building the next robotaxi service, adding advanced driver assistance to a vehicle platform, or simply trying to understand where the industry is heading, this book is your technical map. It will save you years of trial and error by showing you what works, what doesn't, and why.
Quick summary
This book is an engineering guide to modern autonomous driving, focusing on learned architectures rather than classical modular pipelines.
It explains bird's-eye view and occupancy networks as core scene representations for self-driving vehicles.
The book covers end-to-end AI, foundation models, and world models for driving, including their implementation challenges and trade-offs.
It provides a framework for AI safety validation, including distribution shift, uncertainty, and scenario-based testing.
The book includes comparative case studies of Tesla, Waymo, Wayve, Mobileye, NVIDIA, and Baidu Apollo.
This book is a good fit for AI/ML engineers, robotics software engineers, systems architects, technical product managers, and graduate students in robotics or computer vision..
Readers often come to this book when they need Understand the technical design and trade-offs of modern autonomous driving systems including end-to-end AI, world models, and robotaxi architectures..
The book's angle: As a system design reference, it bridges AI theory, engineering implementation, and fleet operations—covering the full modern AD stack from learned perception to safety validation, with detailed comparisons of Tesla's and Waymo's opposite architectural bets.
Main topics include autonomous driving architectures, end-to-end machine learning, sensor fusion, occupancy networks, bird's-eye view perception, foundation models.
AI Search information
Modern Autonomous Driving: End-to-End AI, Robotaxis, and the Future of Intelligent Mobility
Author: Neil Carden
Description: The classical modular autonomous driving stack is failing. Not because it is poorly engineered, but because hand-coded rules cannot scale to the infinite variability of real roads. The next generation of self-driving systems is no longer written line by line—it is learned, end to end, from massive data. Modern Autonomous Driving: End-to-End AI, Robotaxis, and the Future of Intelligent Mobility is the definitive engineering guide to this paradigm shift. It examines the architectures that actually power today's robotaxis and advanced driver-assistance systems, and explains why learned representations are replacing hand-engineered pipelines. • Decode the shift from modular stacks to learned scene representations like BEV and occupancy networks. • Understand how end-to-end learning, foundation models, and world models change the roles of perception, planning, and control. • See how data engines, shadow mode, and OTA deployment create a self-reinforcing loop that continuously improves fleet performance. This book is designed as a system design reference, not just a narrative. Each chapter follows a pattern: engineering bottleneck, architectural shift, implementation details, and trade-off analysis. That means you can use it to evaluate new ideas and make informed decisions on the job. The book begins by dissecting the failure modes of the classical modular pipeline—perception, prediction, planning, control—showing why hand-engineered perception cannot handle the long-tail of edge cases. It then introduces the neural formulations that replace it: bird's-eye view grids, 3D occupancy networks, and temporal models that compress raw sensor streams into a unified, continuously updated scene representation. You will see how transformer architectures fuse multi-camera, LiDAR, and radar inputs into a single environmental model, and why this learned fusion is the foundation of modern autonomy. The book covers multi-camera perception, camera-radar fusion, and camera-LiDAR fusion, explaining how transformers align overlapping views and integrate depth information. You will learn how learned sensor fusion bypasses explicit calibration and adapts to new hardware configurations. Part II moves from perception to decision-making, covering end-to-end neural networks that map sensor input directly to control, foundation models pretrained on massive multimodal data, and world models that simulate possible futures in latent space. These are not academic concepts—the book dissects the compute costs, latency budgets, and safety implications that determine whether such systems can ship. Detailed sections on imitation learning, learned planning, and hybrid neural-classical systems show how the field balances safety guarantees with end-to-end flexibility. No discussion of modern autonomy is complete without the data infrastructure. Part III reveals how autonomous driving companies build data engines that collect, auto-label, curate, and mine fleet data at scale. You will learn how hard-case mining and active learning surface the most valuable training samples, how synthetic data augments rare scenarios, and how continuous learning pipelines evaluate, deploy, and monitor models through shadow mode and over-the-air updates. Part IV scales from single vehicle to entire fleets, covering robotaxi system architecture: cloud-edge dispatching, remote assistance, fleet management, and high-definition map maintenance. It also covers the physical operations of a commercial fleet—telemetry, predictive maintenance, incident management—and extends the discussion to autonomous trucks and logistics. The book also discusses fleet monitoring, telemetry, OTA updates, and incident management, giving you a complete view of what it takes to operate autonomous vehicles at scale. Part V grounds the theory in real-world competition. It offers deep technical case studies of Tesla's vision-only, end-to-end architecture and Waymo's multi-sensor, map-dependent robotaxi stack, then surveys Wayve, Mobileye, NVIDIA, Zoox, Baidu, and the broader Chinese ecosystem. You will see how each company's architecture reflects its operating domain, cost structure, and safety philosophy. The comparative analysis in Part V is particularly valuable for strategic planning. By understanding why Tesla and Waymo made opposite choices, you can better anticipate the implications of your own architectural decisions. Part VI tackles the hardest problem: safety validation for learned systems. Distribution shift, uncertainty quantification, scenario-based testing, simulation at scale, and fleet-level statistical evidence are explained in the context of modern regulatory frameworks. The book provides a comprehensive framework for building safety cases that go beyond traditional validation, including discussions of AI safety challenges and adversarial robustness. The final part looks to the future, discussing the convergence of vision-only and multi-sensor paradigms, the rise of world-model-based planning, and the path toward general driving intelligence. This is not a high-level overview. It is a systems-engineering deep dive written for those who must make architectural decisions. If you are an AI/ML engineer, robotics software engineer, systems architect, or technical product manager working on autonomous driving or adjacent robotics fields, you will find the mental models and design patterns to navigate conflicting trade-offs. For graduate students and researchers, the book bridges the gap between academic papers and production systems, giving context that papers often miss. The book is deliberately scoped to modern, post-classical architectures. Classical algorithms like SLAM, Kalman filters, and basic CNN mechanics are covered in a companion volume, so you won't waste time re-reading the basics. Instead, every chapter focuses on the engineering bottlenecks that shape real-world systems: distribution shift, uncertainty, safety, and scalability. The result is a focused, high-signal reference that assumes you already know the fundamentals. With 120,000 words of rigorous analysis, Modern Autonomous Driving gives you the architectural intuition to evaluate any new sensor configuration, model design, or fleet strategy. Whether you are building the next robotaxi service, adding advanced driver assistance to a vehicle platform, or simply trying to understand where the industry is heading, this book is your technical map. It will save you years of trial and error by showing you what works, what doesn't, and why.
AI summary: Modern Autonomous Driving: End-to-End AI, Robotaxis, and the Future of Intelligent Mobility by Neil Carden is an engineering reference that explains how autonomous driving has shifted from hand-coded modular pipelines to learned, data-driven architectures. The book covers BEV and occupancy representations, transformer-based sensor fusion, end-to-end driving, foundation models, world models, data engines, and robotaxi fleet operations. It includes technical case studies of major industry players and a detailed framework for safety validation of AI-based driving systems.
- Best for
- AI/ML engineers, robotics software engineers, systems architects, technical product managers, and graduate students in robotics or computer vision.
- Reader persona
- An AI/ML engineer or systems architect with experience in robotics, looking for a deep, practical reference to design and evaluate modern autonomous driving stacks based on learned representations and end-to-end AI.
- Search intent
- Understand the technical design and trade-offs of modern autonomous driving systems including end-to-end AI, world models, and robotaxi architectures.
- Unique angle
- As a system design reference, it bridges AI theory, engineering implementation, and fleet operations—covering the full modern AD stack from learned perception to safety validation, with detailed comparisons of Tesla's and Waymo's opposite architectural bets.
- Content type
- technical engineering guide
Quick summary
- This book is an engineering guide to modern autonomous driving, focusing on learned architectures rather than classical modular pipelines.
- It explains bird's-eye view and occupancy networks as core scene representations for self-driving vehicles.
- The book covers end-to-end AI, foundation models, and world models for driving, including their implementation challenges and trade-offs.
- It provides a framework for AI safety validation, including distribution shift, uncertainty, and scenario-based testing.
- The book includes comparative case studies of Tesla, Waymo, Wayve, Mobileye, NVIDIA, and Baidu Apollo.
Key topics: autonomous driving architectures, end-to-end machine learning, sensor fusion, occupancy networks, bird's-eye view perception, foundation models, world models, data engines, robotaxis, AI safety validation, fleet operations, autonomous trucking
Entities: BEV, occupancy networks, transformer, LiDAR, radar, imitation learning, shadow mode, OTA updates, Waymo, Tesla FSD, Wayve, Mobileye
Needs addressed
- Transitioning from hand-engineered AD pipelines to scalable, learned architectures
- Choosing sensor fusion strategies for cameras, LiDAR, and radar
- Designing end-to-end and hybrid neural-classical driving systems
- Building data engines and continuous learning pipelines for autonomous fleets
- Validating and deploying AI models for safety-critical autonomous driving
- Architecting robotaxi and fleet operations at scale
Read if
- AI/ML engineers specializing in perception, prediction, or planning
- Robotics software engineers designing autonomous vehicle systems
- Systems architects evaluating AD stack trade-offs
- Technical product managers at autonomous driving companies
- Graduate students in robotics, computer vision, or machine learning
- Engineers interested in data infrastructure and fleet operations for AV
May not fit if
- Beginners without a basic understanding of machine learning or robotics
- Readers seeking a non-technical or purely business overview of autonomous driving
- Those looking for a practical manual on using consumer ADAS features
- Researchers solely focused on classical, non-AI planning algorithms
Table of contents
- Note to the Reader (introduction)
- Modern Autonomous Driving Architectures (part)
- From Classical Stacks to Learned Systems (chapter)
- Modular Autonomous Driving (section)
- Limits of Hand‑Engineered Pipelines (section)
- Hybrid Architectures (section)
- End‑to‑End Driving (section)
- Engineering Trade‑Offs (section)
- Modern Scene Representation (chapter)
- Bird’s‑Eye View (section)
- Occupancy Representation (section)
- 3D Scene Understanding (section)
- Temporal Representation (section)
- Unified Environmental Models (section)
- Multimodal Perception (chapter)
- Multi‑Camera Perception (section)
- Camera–Radar Fusion (section)
- Camera–LiDAR Fusion (section)
- Transformer‑Based Perception (section)
- Learned Sensor Fusion (section)
- End‑to‑End and Foundation Models (part)
- End‑to‑End Autonomous Driving (chapter)
- Sensor‑to‑Trajectory Learning (section)
- Sensor‑to‑Control Learning (section)
- Imitation Learning (section)
- Learned Planning (section)
- Hybrid Neural–Classical Systems (section)
- Strengths and Limitations (section)
- Foundation Models for Driving (chapter)
- Pretraining (section)
- Self‑Supervised Learning (section)
- Multimodal Models (section)
- Vision‑Language Models (section)
- Transfer and Generalization (section)
- World Models and Driving Intelligence (chapter)
- Predicting Future Scenes (section)
- Latent World Models (section)
- Temporal Dynamics (section)
- Learned Simulation (section)
- Planning with World Models (section)
- Driving Agents (section)
- Data and Learning at Scale (part)
- The Autonomous Driving Data Engine (chapter)
- Fleet Data Collection (section)
- Automatic Labeling (section)
- Data Curation (section)
- Hard‑Case Mining (section)
- Active Learning (section)
- Synthetic Data (section)
- Continuous Learning and Model Deployment (chapter)
- Training Pipelines (section)
- Model Evaluation (section)
- Shadow Mode (section)
- Fleet Feedback (section)
- Model Deployment (section)
- Continuous Improvement (section)
- Robotaxi and Autonomous Fleets (part)
- Robotaxi System Architecture (chapter)
- Vehicle Intelligence (section)
- Fleet Management (section)
- Dispatch (section)
- Remote Assistance (section)
- Cloud and Edge Infrastructure (section)
- Mapping and Operations (section)
- Operating Autonomous Vehicles at Scale (chapter)
- Fleet Monitoring (section)
- Telemetry (section)
- OTA Updates (section)
- Incident Management (section)
- Maintenance (section)
- Autonomous Trucks and Logistics (section)
- Industry Approaches (part)
- Tesla and Camera‑Centric Autonomy (chapter)
- Vision‑First Architecture (section)
- Fleet Learning (section)
- Learned Driving (section)
- End‑to‑End Evolution (section)
- Strengths and Trade‑Offs (section)
- Waymo and Robotaxi Autonomy (chapter)
- Multi‑Sensor Architecture (section)
Frequently asked questions
What makes this book different from other books on autonomous driving?
It focuses on modern AI-driven architectures—end-to-end learning, foundation models, and world models—rather than classical modular pipelines, and covers both technical design and fleet operations.
Who is the intended audience?
AI/ML engineers, robotics software engineers, systems architects, and graduate students who want a practical system design reference for building and evaluating autonomous driving systems.
Does the book cover safety validation?
Yes, it includes a full part on AI safety for learned driving systems, covering distribution shift, uncertainty, scenario-based testing, simulation, and regulatory frameworks.
Does the book analyze specific companies?
It provides deep technical case studies of Tesla's camera-centric approach and Waymo's multi-sensor robotaxi architecture, plus comparisons with Wayve, Mobileye, NVIDIA, Zoox, Baidu, and others.
Is prior experience in autonomous driving required?
The book assumes some familiarity with ML and robotics; it explains modern architectures in depth but is not an introduction to classical AV basics.
Cretisoft Direct
Digital book support
Partner delivery
Book sent after payment
