# Resource for Emerging Mixed Traffic of AV & HDV

## Overview

Fully automated vehicles (AVs) are expected to be beneficial to traffic safety and efficiency. Although steady development of higher levels of AVs is witnessed, their deployment will not happen overnight. There will be a transition period during which AVs with various automation levels will share the road with human drivers leading to a mixed traffic condition.

&#x20;

Data-driven, simulation-based, and empirical research are considered critical for understanding the dynamics of mixed traffic flow, interactive behaviors of Automated Vehicles (AVs) and human-driven vehicles (HDVs), as well as analyzing and evaluating the impact of AVs on traffic safety and efficiency.

&#x20;

Emerging datasets, especially real-world empirical data, allow researchers to investigate what could happen in the future mixed traffic. The spring-up of various open-sourced datasets from both industry (e.g., [Audi Autonomous Driving Dataset (A2D2)](https://www.a2d2.audi/a2d2/en.html), [TuSimple](https://github.com/TuSimple/tusimple-benchmark/wiki)) and academia (e.g., [Berkeley Deep Drive： BDD 100k](https://bdd-data.berkeley.edu/), [UCF-SST-CitySim-Dataset](https://github.com/ozheng1993/UCF-SST-CitySim-Dataset)) enables data-driven studies, making modeling and learning from data possible. However, different data sets might be applicable to selected tasks only. There is no integrated data set collection and description yet. Furthermore, the unfamiliarity of the research community with advanced data processing and analysis tools also hampers data-driven research.

&#x20;

Simulation-based research, on the other hand, enables model verification and evaluation in simulated environments. Especially, when training a machine learning based automated driving model, simulation is a must. However, there are also various types of simulation platforms and tools, e.g., [SUMO](https://sumo.dlr.de/docs/index.html), [PTV Vissim](https://www.myptv.com/en-us/mobility-software/ptv-vissim), [CommonRoad](https://commonroad.in.tum.de/), and [CARLA](https://carla.org/). Different platforms and tools are sometimes more suitable for certain tasks while not applicable to others. Thus an integrated description of these available platforms and tools regarding their application scenarios would be very helpful for researchers.

&#x20;

Lastly, there are already some empirical field tests carried out in the real world, e.g., [MegaVanderTest](https://its.berkeley.edu/news/circles-megavandertest-media-appearances) in the USA and [OpenACC](https://www.sciencedirect.com/science/article/pii/S0968090X21000772). A summary of the evidence, lessons, and knowledge learned from these field tests would be beneficial to future test arrangements and studies, while is missing.

&#x20;

With all these gaps above, this website aims to provide an open-sourced online resource repository to push forward the data-driven, simulation-based, and empirical study on emerging mixed traffic. To be specific, the resource repository:

* Arranges a collection of various datasets related to automated vehicles and mixed traffic research with summarized descriptions of the datasets’ application scenarios and quick-starting guidelines;
* Provides an integrated description of simulation platforms and tools and pinpoint their strengths and weaknesses together with the most suitable application cases;
* Summarizes the evidence, lessons, and knowledge learned from past field tests worldwide with a list of relevant publications;
* Designs a Wiki website with crow-editing functions making everyone can contribute to the editing with an approving mechanism;

The resource repository will be promoted in future IEEE ITSS conferences and events, e.g., ITSC and IV.

## Quick links

{% content-ref url="/pages/fWCscIRvBDPZSfG4OyrK" %}
[Relevant Datasets](/mixed-traffic/overview/relevant-datasets.md)
{% endcontent-ref %}

{% content-ref url="/spaces/0ByNlfiDhPM8HuSUi6kJ/pages/CTdFhYnPLQ5eyPoQVu6t" %}
[Relevant Simulation Platforms](/mixed-traffic/overview/relevant-simulation-platforms.md)
{% endcontent-ref %}

{% content-ref url="/spaces/0ByNlfiDhPM8HuSUi6kJ/pages/QN5F0cMTzYUvKNx5oakf" %}
[Relevant Publications](/mixed-traffic/overview/relevant-publications.md)
{% endcontent-ref %}

{% content-ref url="/spaces/0ByNlfiDhPM8HuSUi6kJ/pages/FwZwG4PmBKI9TjR0wJGV" %}
[Other Resources](/mixed-traffic/overview/other-resources.md)
{% endcontent-ref %}

{% content-ref url="/pages/nkVeomRjeJjOoo0gFQge" %}
[Current SOTA Practice in Real World](/mixed-traffic/overview/current-sota-practice-in-real-world.md)
{% endcontent-ref %}

{% content-ref url="/spaces/0ByNlfiDhPM8HuSUi6kJ/pages/bGp8KgmF1lsEl3EBRIMT" %}
[GitHub](/mixed-traffic/overview/github.md)
{% endcontent-ref %}

{% content-ref url="/spaces/0ByNlfiDhPM8HuSUi6kJ/pages/oFPehR6sYs8Ytnl8v8Hs" %}
[Contact](/mixed-traffic/overview/contact.md)
{% endcontent-ref %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://qiqiqi.gitbook.io/mixed-traffic/resource-for-emerging-mixed-traffic-of-av-and-hdv.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
