paper-with-me

홈 › Papers

Scenic: A Language for Scenario Specification and Scene Generation

2018-09-25 · Daniel J. Fremont, Tommaso Dreossi, Shromona Ghosh, Xiangyu Yue, Alberto L. Sangiovanni-Vincentelli, Sanjit A. Seshia

We propose a new probabilistic programming language for the design and analysis of perception systems, especially those based on machine learning. Specifically, we consider the problems of training a perception system to handle rare events, testing its performance under different conditions, and debugging failures. We show how a probabilistic programming language can help address these problems by specifying distributions encoding interesting types of inputs and sampling these to generate specialized training and test sets. More generally, such languages can be used for cyber-physical systems and robotics to write environment models, an essential prerequisite to any formal analysis. In this paper, we focus on systems like autonomous cars and robots, whose environment is a "scene", a configuration of physical objects and agents. We design a domain-specific language, Scenic, for describing "scenarios" that are distributions over scenes. As a probabilistic programming language, Scenic allows assigning distributions to features of the scene, as well as declaratively imposing hard and soft constraints over the scene. We develop specialized techniques for sampling from the resulting distribution, taking advantage of the structure provided by Scenic's domain-specific syntax. Finally, we apply Scenic in a case study on a convolutional neural network designed to detect cars in road images, improving its performance beyond that achieved by state-of-the-art synthetic data generation methods.

📄 PDF Abstract BibTeX arXiv:1809.09310

Code (2)

BerkeleyLearnVerify/Scenic 공식 구현
findaheng/Scenic

Tasks

Probabilistic ProgrammingScene GenerationSynthetic Data Generation

Similar Papers 제목 키워드 기반

Scenic: A Language for Scenario Specification and Data Generation

2020-10-13 · Daniel J. Fremont, Edward Kim, Tommaso Dreossi, Shromona Ghosh 외

We propose a new probabilistic programming language for the design and analysis of cyber-physical systems, especially those based on machine learning. Specifically, we consider the problems of training a system to be rob…

Probabilistic ProgrammingSynthetic Data Generation

Scenic4RL: Programmatic Modeling and Generation of Reinforcement Learning Environments

2021-06-18 · Abdus Salam Azad, Edward Kim, Qiancheng Wu, Kimin Lee 외

The capability of a reinforcement learning (RL) agent heavily depends on the diversity of the learning scenarios generated by the environment. Generation of diverse realistic scenarios is challenging for real-time strate…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Parallel and Multi-Objective Falsification with Scenic and VerifAI

2021-07-09 · Kesav Viswanadha, Edward Kim, Francis Indaheng, Daniel J. Fremont 외

Falsification has emerged as an important tool for simulation-based verification of autonomous systems. In this paper, we present extensions to the Scenic scenario specification language and VerifAI toolkit that improve …

ScenicRules: An Autonomous Driving Benchmark with Multi-Objective Specifications and Abstract Scenarios

2026-02-17 · Kevin Kai-Chun Chang, Ekin Beyazit, Alberto Sangiovanni-Vincentelli, Tichakorn Wongpiromsarn 외 arxiv

Developing autonomous driving systems for complex traffic environments requires balancing multiple objectives, such as avoiding collisions, obeying traffic rules, and making efficient progress. In many situations, these …

Autonomous VehiclesAutonomous Driving

Chat2Scenic: An Iterative RAG-Based Framework for Scenario Generation in Autonomous Driving

2026-07-15 · Yuan Gao, Wenting Miao, Mattia Piccinini, Haoyu Wang 외 arxiv

Validating autonomous driving systems requires diverse, regulation-compliant test scenarios. In simulation-based testing, scenarios are defined as executable scripts. Yet automatically generating such scripts from regula…

Autonomous Driving