This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| en:safeav:maps:validation [2026/03/31 10:04] – [Multi-Fidelity Workflow and Scenario-to-Track Bridge] airi | en:safeav:maps:validation [2026/04/29 16:32] (current) – raivo.sell | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Validation Approaches ====== | ====== Validation Approaches ====== | ||
| - | {{: | ||
| - | |||
| - | <todo @bertlluk> | ||
| Having designed a sensor, object recognition, | Having designed a sensor, object recognition, | ||
| Line 25: | Line 22: | ||
| - | ====== Scope, ODD, and Assurance Frame ====== | + | ===== Scope, ODD, and Assurance Frame ===== |
| We decompose the stack into Perception (object detection/ | We decompose the stack into Perception (object detection/ | ||
| - | ====== Perception Validation Illustration | + | ===== Perception Validation Illustration ===== |
| Line 44: | Line 41: | ||
| Figure 1 explains object comparison. Green boxes are shown for objects captured by ground truth, while Red boxes are shown for objects detected by the AV stack. Threshold-based rules are designed to compare the objects. It is expected to provide specific indicators of detectable vehicles in different ranges for safety and danger areas. | Figure 1 explains object comparison. Green boxes are shown for objects captured by ground truth, while Red boxes are shown for objects detected by the AV stack. Threshold-based rules are designed to compare the objects. It is expected to provide specific indicators of detectable vehicles in different ranges for safety and danger areas. | ||
| - | ====== Mapping / Digital-Twin Validation Illustration ====== | ||
| + | ===== Mapping / Digital-Twin Validation Illustration ===== | ||
| Validation begins with how the map and digital twin are produced. Aerial imagery or LiDAR is collected with RTK geo-tagging and surveyed control points, then processed into dense point clouds and classified to separate roads, buildings, and vegetation. From there, you export OpenDRIVE (for lanes, traffic rules, and topology) and a 3D environment for HF simulation. The twin should be accurate enough that perception models do not overfit artifacts and localization algorithms can achieve lane-level continuity. | Validation begins with how the map and digital twin are produced. Aerial imagery or LiDAR is collected with RTK geo-tagging and surveyed control points, then processed into dense point clouds and classified to separate roads, buildings, and vegetation. From there, you export OpenDRIVE (for lanes, traffic rules, and topology) and a 3D environment for HF simulation. The twin should be accurate enough that perception models do not overfit artifacts and localization algorithms can achieve lane-level continuity. | ||
| Line 51: | Line 48: | ||
| Key checks include lane topology fidelity versus survey, geo-consistency in centimeters, | Key checks include lane topology fidelity versus survey, geo-consistency in centimeters, | ||
| - | ====== Localization Validation Illustration ====== | ||
| + | ===== Localization Validation Illustration ===== | ||
| Here, the focus is on the robustness of ego-pose to sensor noise, outages, and map inconsistencies. In simulation, you inject GNSS multipath, IMU bias, packet dropouts, or short GNSS blackouts and watch how quickly the estimator diverges and re-converges. Similar tests perturb the map (e.g., small lane-mark misalignments) to examine estimator sensitivity to mapping error. | Here, the focus is on the robustness of ego-pose to sensor noise, outages, and map inconsistencies. In simulation, you inject GNSS multipath, IMU bias, packet dropouts, or short GNSS blackouts and watch how quickly the estimator diverges and re-converges. Similar tests perturb the map (e.g., small lane-mark misalignments) to examine estimator sensitivity to mapping error. | ||
| Line 73: | Line 70: | ||
| The current validation methods perform a one-to-one mapping between the expected and actual locations. As shown in Fig. 2, for each frame, the vehicle position deviation is computed and reported in the validation report. Later parameters, like min/ | The current validation methods perform a one-to-one mapping between the expected and actual locations. As shown in Fig. 2, for each frame, the vehicle position deviation is computed and reported in the validation report. Later parameters, like min/ | ||
| - | ====== Multi-Fidelity Workflow and Scenario-to-Track Bridge ====== | ||
| + | ===== Multi-Fidelity Workflow and Scenario-to-Track Bridge ===== | ||
| A two-stage workflow balances coverage and realism. First, use LF tools (e.g., planner-in-the-loop with simplified sensors and traffic) to sweep large grids of logical scenarios and identify risky regions in parameter space (relative speed, initial gap, occlusion level). Then, promote the most informative concrete scenarios to HF simulation with photorealistic sensors for end-to-end validation of perception and localization interactions. Where appropriate, | A two-stage workflow balances coverage and realism. First, use LF tools (e.g., planner-in-the-loop with simplified sensors and traffic) to sweep large grids of logical scenarios and identify risky regions in parameter space (relative speed, initial gap, occlusion level). Then, promote the most informative concrete scenarios to HF simulation with photorealistic sensors for end-to-end validation of perception and localization interactions. Where appropriate, | ||
| - | |||
| - | ====== Summary ====== | ||
| - | |||
| - | The chapter develops a comprehensive view of perception, mapping, and localization as the foundation of autonomous systems, emphasizing how modern autonomy builds on both historical automation (e.g., autopilots across domains) and recent advances in AI. It explains how perception converts raw sensor data—across cameras, LiDAR, radar, and acoustic systems—into structured understanding through object detection, sensor fusion, and scene interpretation. A key theme is that no single sensor is sufficient; instead, robust autonomy depends on multi-modal sensor fusion, probabilistic estimation, and careful calibration to manage uncertainty. The chapter also highlights the transformative role of AI, particularly deep learning, in enabling scalable perception and scene understanding, | ||
| - | |||
| - | A second major focus is on sources of instability and validation, where the chapter connects environmental effects (weather, electromagnetic interference), | ||
| - | |||
| - | ====== Assessment ====== | ||
| - | |||
| - | |||
| - | |||
| - | |||