Skip to content

EpiTESTER: Testing Autonomous Vehicles with Epigenetic Algorithm and Attention Mechanism

Notifications You must be signed in to change notification settings

Simula-COMPLEX/EpiTESTER

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EpiTESTER: Testing Autonomous Vehicles with Epigenetic Algorithm and Attention Mechanism

This repository contains the replication package for the paper EpiTESTER: Testing Autonomous Vehicles with Epigenetic Algorithm and Attention Mechanism. To facilitate reviewing our proposed approach, reviewers please refer to the corresponding data in this repository. This repository also contains the source code of our tool.

Table of Contents

Abstract

Testing autonomous vehicles (AVs) under various environmental scenarios that lead the vehicles to unsafe situations is challenging. Given the infinite possible environmental scenarios, it is essential to find critical scenarios efficiently. To this end, we propose a novel testing method, named EpiTESTER, by taking inspiration from epigenetics, which enables species to adapt to sudden environmental changes. In particular, EpiTESTER adopts gene silencing as its epigenetic mechanism, which regulates gene expression to prevent the expression of a certain gene, and the probability of gene expression is dynamically computed as the environment changes. Given different data modalities (e.g., images, lidar point clouds) in the context of AV, EpiTESTER benefits from a multi-model fusion transformer to extract high-level feature representations from environmental factors. Next, it calculates probabilities based on these features with the attention mechanism. To assess the cost-effectiveness of EpiTESTER, we compare it with a probabilistic search algorithm (Simulated Annealing, SA), a classical genetic algorithm (GA) (i.e., without any epigenetic mechanism implemented), and EpiTESTER with equal probability for each gene. We evaluate EpiTESTER with six initial environments from CARLA, an open-source simulator for autonomous driving research, and two end-to-end AV controllers, Interfuser and TCP. Our results show that EpiTESTER achieved a promising performance in identifying critical scenarios compared to the baselines, showing that applying epigenetic mechanisms is a good option for solving practical problems.

Test Interfuser

Please refer to how to run with Interfuser

Test TCP

Please refer to how to run with TCP

Acknowledgements

Our implementation is based on the following repository:

Interfuser

TCP

Transfuser

CARLA Leaderboard

Scenario Runner