metadata
license: mit
task_categories:
- robotics
tags:
- autonomous-driving
- carla
MVAdapt Dataset
This repository contains the dataset for the paper MVAdapt: Zero-Shot Multi-Vehicle Adaptation for End-to-End Autonomous Driving.
MVAdapt is a physics-conditioned adaptation framework for multi-vehicle end-to-end (E2E) autonomous driving. The dataset includes driving data for 27 different vehicles in the CARLA simulator, covering a wide range of physical properties such as size, mass, and drivetrain characteristics.
Dataset Description
The dataset provides annotations and sensor data used to train and evaluate the MVAdapt model. It includes the following fields:
vehicle_id: Vehicle model idsgt_waypoint: Ground truth waypoint for vehicle modelbs_waypoint: Predicted waypoint from baseline model for default vehicle modelgt_control: Ground truth control for vehicle modelbs_control: Predicted control from baseline model for default vehicle modelscene_features: Features that extracted by backbone model (TransFuser)physics_params: Physical properties for vehicle modelgear_params: Gear properties for vehicle modelrgb: RGB imagelidar_bev: LiDAR BEV imagetarget_point: Target heading pointego_vel: Speed for ego vehiclecommand: Command for ego vehicle
Citation
If you find this work or dataset useful, please consider citing:
@misc{oh2026mvadaptzeroshotmultivehicleadaptation,
title={MVAdapt: Zero-Shot Multi-Vehicle Adaptation for End-to-End Autonomous Driving},
author={Haesung Oh and Jaeheung Park},
year={2026},
eprint={2604.11854},
archivePrefix={arXiv},
primaryClass={cs.RO},
url={https://arxiv.org/abs/2604.11854},
}