Skip to content

Commit 2fd344f

Browse files
committed
Include literature found between Sep 2023 to April 2024
1 parent 5faca8a commit 2fd344f

2 files changed

Lines changed: 13 additions & 4 deletions

File tree

literature

rolling_review_updates.tex

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,8 @@ \section{Related Reviews, Surveys, and Overviews}
241241

242242
Pandharipande et al. \cite{Pandharipande2023review} review automotive sensing and perception and thereby include testing and safety aspects.
243243

244+
Sun et al. \cite{Sun2024_Ensuring} review safety assurance for perception of ADS. Among other aspects, they highlight standards, the perception subsystem's architecture, and evaluation metrics.
245+
244246
\section{Literature Review Methods}
245247
\label{sec:methods}
246248

@@ -352,6 +354,8 @@ \subsubsection{Difficulties with Association Uncertainty}
352354
\subsubsection{Relevance for Vehicle Safety}
353355
\label{sec:safety_relevance_dev_metrics}
354356

357+
Nguyen et al. \cite{Nguyen2022_How} analyze how trustworthy existing performance evaluations of object tracking are. They focus on robustness with respect to varied evaluation parameters, meaningfulness in the given context, and mathematical consistency. For example, the authors find that the ranking of perception algorithms can vary strongly with respect to the IoU threshold for object matching.
358+
355359
Another publication by the author \cite{Hoss2023checklistarxiv} provides a checklist to define test oracles for TP, FP, and FN objects in a way that is ideally suitable for making statements about vehicle safety.
356360

357361
\subsection{Object-Level Data-Driven Sensor Modeling}
@@ -426,9 +430,9 @@ \subsubsection{The Difficulty of Specifying Perception}
426430
Specifying precisely what the OuT shall perceive boils down to the \textit{symbol grounding problem} \citeold{Salay2019partialspecifications}, which was first described by \cite{Harnad1990symbolgrounding}.
427431

428432
Furthermore, removing manually written code from the OuT and replacing it with DNNs introduces \textit{data testing debt} \cite{Sculley2015debt}.
429-
If data is therefore part of the tests (in form of a test set), it might also have to be part of the specification (?).
433+
If data is therefore part of the tests (in form of a test set), it might also have to be part of the specification.
430434

431-
The generation of a \textit{test oracle}, which determines whether a test passes or fails \cite{Abrecht2021testing}, is closely related to the specification of required behavior.
435+
The generation of a \textit{test oracle}, which determines whether a test passes or fails \cite{Abrecht2021testing, Hoss2023checklistarxiv}, is closely related to the specification of required behavior.
432436
The authors mention that specifying the required behavior of ML-based systems is typically hard because no ML would be required if the problem was easy to specify.
433437

434438

@@ -449,14 +453,15 @@ \subsubsection{Concrete Approaches of Specifying Perception}
449453

450454
Mori et al. \cite{Mori2023relevance} and Storms et al. \cite{Storms2023relevance} do quantitative analyses of object relevance for perception safety in the highway and urban domain, respectively.
451455
Furthermore, Mori et al. \cite{Mori2023ClassificationRequirements} address classification requirements and consider human performance as a reference for ADS requirements \cite{Mori2023SHARPHumanAnalysis}.
456+
The work by Mori is wrapped up in the thesis \cite{Mori2024_Defining}, which aims at defining interpretable requirements in the aspects classification, relevance, and attributes of objects.
452457

453458
\subsection{Microscopic Test Criteria and Metrics}
454459
\label{sec:safety_metrics_micro}
455460

456461
\subsubsection{Heuristic for the Safety-Relevance}
457462
\label{sec:heuristic_safety_relevance}
458463

459-
464+
Ceccarelli and Montecchi \cite{Ceccarelli2023_Evaluating} compute the relevance of target objects for the ego vehicle's driving task based on their spatial and temporal proximity. Given this, their work computes measures for safety and reliability.
460465

461466
\subsubsection{Modeling the Perception-Control Linkage}
462467
\label{sec:metrics_perc_control_linkage}
@@ -637,6 +642,8 @@ \subsubsection{RTK-GNSS-IMUs}
637642

638643
Hajri et al. \cite{Hajri2018groundtruth} also present the generation of reference trajectories from RTK-GNSS-IMUs. They include an uncertainty propagation analysis that derives the reference object uncertainties from the uncertainties specified for their reference sensor system.
639644

645+
The ViF-GTAD dataset \cite{Haas2023_ViFGTAD} is the first publicly available dataset with raw data of a full onboard sensor suite and additionally, RTK-GNSS-IMU measurements of both the ego vehicle and the target objects.
646+
640647
\subsubsection{Collaborative World Model Through V2X}
641648
\label{sec:collaborative_world_model}
642649

@@ -671,6 +678,8 @@ \subsection{Uncertainty in Reference Data}
671678

672679
Furthermore, Holder et al. \cite{Holder2022calibration} deal with the consideration of reference data uncertainties for reenacting real-world test drives in simulations.
673680

681+
Uncertainty in human labeling is discussed by Murrugarra-Llerena et al. \cite{Murrugarra-Llerena2022_Can}.
682+
674683
\subsection{\new{Requirements for Reference Data}}
675684
\label{sec:ref_data_requirements}
676685

0 commit comments

Comments
 (0)