Synthetic Data Challenge: Realistic Simulation of Complex Traffic Flow with Multiple Object Interactions
In this challenge, we aim to generate a realistic synthetic dataset that captures the complexity of urban traffic flow, incorporating multiple object interactions, such as vehicle-to-vehicle, vehicle-to-pedestrian, and vehicle-to-infrastructure interactions.
Task: Develop a deep learning-based synthetic data generator that produces high-quality, diverse traffic scenarios, including various road types (e.g., highways, urban streets, roundabouts), weather conditions (e.g., clear skies, fog, rain), and time of day (e.g., rush hour, evening commute).
Objectives:
- Realism: Generate synthetic traffic data that accurately simulates real-world traffic behavior, including vehicle movement, braking, acceleration, and steering.
- Diversity: Produce a wide range of scenarios to cover different road types, weather conditions, and time of day.
- Multi-object interactions: Simulate realistic interactions between vehicles, pedestrians, and infrastructure (e.g., traffic lights, road signs).
- Scalability: Be able to generate large datasets (e.g., 1 million scenarios) in a reasonable amount of time (e.g., 1 hour).
Constraints:
- Sensor data: Assume a limited set of sensor data (e.g., cameras with limited field of view, radar sensors with accuracy limitations).
- Latency constraints: The synthetic data generator should be able to produce data at a rate that allows for real-time simulation and analysis.
- Limited model complexity: The synthetic data generator should be based on a moderate-size model (e.g., 100 million parameters) to ensure computational efficiency.
Evaluation metrics:
- Perceptual similarity: Measure the similarity between generated and real-world traffic data using perceptual metrics (e.g., PSNR, SSIM).
- Simulation accuracy: Evaluate the accuracy of the synthetic data in simulating real-world traffic behavior.
- Scalability: Assess the ability of the generator to produce large datasets in a reasonable amount of time.
Submission format:
Please submit your synthetic data generator as a Python package, including:
- A detailed description of the model architecture and training procedure.
- A sample dataset (e.g., 100 scenarios) to demonstrate the generator's capabilities.
- Results of the evaluation metrics (perceptual similarity, simulation accuracy, and scalability) obtained using a benchmark dataset (e.g., a subset of the Cityscapes dataset).
Publicado automáticamente
Top comments (0)