pith. sign in

arxiv: 1902.01084 · v2 · pith:373OXXNOnew · submitted 2019-02-04 · 💻 cs.SE

Paracosm: A Language and Tool for Testing Autonomous Driving Systems

classification 💻 cs.SE
keywords paracosmautonomousdrivingtestingreactivesystemstestvisual
0
0 comments X
read the original abstract

Systematic testing of autonomous vehicles operating in complex real-world scenarios is a difficult and expensive problem. We present Paracosm, a reactive language for writing test scenarios for autonomous driving systems. Paracosm allows users to programmatically describe complex driving situations with specific visual features, e.g., road layout in an urban environment, as well as reactive temporal behaviors of cars and pedestrians. Paracosm programs are executed on top of a game engine that provides realistic physics simulation and visual rendering. The infrastructure allows systematic exploration of the state space, both for visual features (lighting, shadows, fog) and for reactive interactions with the environment (pedestrians, other traffic). We define a notion of test coverage for Paracosm configurations based on combinatorial testing and low dispersion sequences. Paracosm comes with an automatic test case generator that uses random sampling for discrete parameters and deterministic quasi-Monte Carlo generation for continuous parameters. Through an empirical evaluation, we demonstrate the modeling and testing capabilities of Paracosm on a suite of autonomous driving systems implemented using deep neural networks developed in research and education. We show how Paracosm can expose incorrect behaviors or degraded performance.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Compiling OpenSCENARIO 2.1 for Scenario-Based Testing in CARLA

    cs.RO 2026-04 unverdicted novelty 4.0

    A multi-pass compiler using ANTLR4 and py_trees translates OpenSCENARIO 2.1 DSL into CARLA behaviors, demonstrated on a multi-actor cut-in scenario.