Dataset Viewer
The dataset viewer is not available for this dataset.
Cannot get the config names for the dataset.
Error code:   ConfigNamesError
Exception:    ValueError
Message:      Invalid IPv6 URL
Traceback:    Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/dataset/config_names.py", line 67, in compute_config_names_response
                  config_names = get_dataset_config_names(
                      path=dataset,
                      token=hf_token,
                  )
                File "/usr/local/lib/python3.14/site-packages/datasets/inspect.py", line 161, in get_dataset_config_names
                  dataset_module = dataset_module_factory(
                      path,
                  ...<4 lines>...
                      **download_kwargs,
                  )
                File "/usr/local/lib/python3.14/site-packages/datasets/load.py", line 1215, in dataset_module_factory
                  raise e1 from None
                File "/usr/local/lib/python3.14/site-packages/datasets/load.py", line 1190, in dataset_module_factory
                  ).get_module()
                    ~~~~~~~~~~^^
                File "/usr/local/lib/python3.14/site-packages/datasets/load.py", line 655, in get_module
                  module_name, default_builder_kwargs = infer_module_for_data_files(
                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~^
                      data_files=data_files,
                      ^^^^^^^^^^^^^^^^^^^^^^
                      path=self.name,
                      ^^^^^^^^^^^^^^^
                      download_config=self.download_config,
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                  )
                  ^
                File "/usr/local/lib/python3.14/site-packages/datasets/load.py", line 309, in infer_module_for_data_files
                  split: infer_module_for_data_files_list(data_files_list, download_config=download_config)
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/load.py", line 253, in infer_module_for_data_files_list
                  return infer_module_for_data_files_list_in_archives(data_files_list, download_config=download_config)
                File "/usr/local/lib/python3.14/site-packages/datasets/load.py", line 282, in infer_module_for_data_files_list_in_archives
                  extensions_counter = Counter(
                      "." + suffix.lower() for filepath in archived_files for suffix in xbasename(filepath).split(".")[1:]
                  )
                File "/usr/local/lib/python3.14/collections/__init__.py", line 614, in __init__
                  self.update(iterable, **kwds)
                  ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/collections/__init__.py", line 709, in update
                  _count_elements(self, iterable)
                  ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/load.py", line 283, in <genexpr>
                  "." + suffix.lower() for filepath in archived_files for suffix in xbasename(filepath).split(".")[1:]
                                                                                    ~~~~~~~~~^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/utils/file_utils.py", line 669, in xbasename
                  if is_local_path(a):
                     ~~~~~~~~~~~~~^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/utils/file_utils.py", line 83, in is_local_path
                  return urlparse(url_or_filename).scheme == "" or os.path.ismount(urlparse(url_or_filename).scheme + ":/")
                         ~~~~~~~~^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/urllib/parse.py", line 397, in urlparse
                  scheme, netloc, url, params, query, fragment = _urlparse(url, scheme, allow_fragments)
                                                                 ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/urllib/parse.py", line 402, in _urlparse
                  scheme, netloc, url, query, fragment = _urlsplit(url, scheme, allow_fragments)
                                                         ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/urllib/parse.py", line 527, in _urlsplit
                  _check_bracketed_netloc(netloc)
                  ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^
                File "/usr/local/lib/python3.14/urllib/parse.py", line 452, in _check_bracketed_netloc
                  raise ValueError("Invalid IPv6 URL")
              ValueError: Invalid IPv6 URL

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

πŸš— MINT-V2X

Mobility-Integrated Network Trajectory Dataset for V2X Systems

MINT-V2X (Mobility-Integrated Network Trajectory Dataset for V2X Systems) is a large-scale dataset designed for research on vehicle-to-everything (V2X) communication, mobility-aware networking, and intelligent transportation systems (ITS).

The dataset integrates vehicle trajectory dynamics with wireless network measurements, enabling predictive modeling of vehicle mobility, network quality, and RSU resource demand.

Unlike existing datasets that provide either vehicle trajectories or network statistics independently, MINT-V2X provides synchronized mobility and communication data, allowing researchers to investigate the interactions between vehicle movement, wireless channel quality, and network load.


πŸ“Š Dataset Overview

MINT-V2X contains nearly 10 million synchronized records generated from a realistic urban V2X simulation environment.

πŸ“Œ Property πŸ“ˆ Value
πŸš™ Vehicles 1,386
πŸ—ƒοΈ Total Records 9,873,977
⏱️ Simulation Duration 3 hours
⚑ Sampling Rate 10 Hz (100 ms)
πŸ”’ Features per Record 29
πŸ—ΊοΈ Spatial Coverage 61.19 kmΒ²
πŸ“‘ RSU Deployment 15 roadside units (5 Γ— 3 grid)

Each record corresponds to a vehicle–timestep observation, capturing both the vehicle mobility state and its corresponding wireless network conditions.


🧩 Dataset Features

Each data sample contains 29 features organized into four main categories.

🚘 1. Vehicle Trajectory

  • Position (x, y, z)
  • Velocity
  • Acceleration
  • Heading angle
  • Lane identifier

πŸ“‘ 2. Network State

  • RSU association (Cell ID)
  • Distance to RSU
  • Neighbor vehicle count
  • Signal-to-Interference-plus-Noise Ratio (SINR)
  • Received signal power

πŸ“Ά 3. Physical Layer Metrics

  • Channel Quality Indicator (CQI)
  • Modulation and Coding Scheme (MCS)
  • Packet Delivery Ratio (PDR)
  • Channel Busy Ratio (CBR)

πŸ”„ 4. Communication Performance

  • Throughput
  • End-to-end latency
  • Handover events

πŸ’‘ These features enable joint modeling of vehicle mobility and wireless network performance, rather than analyzing mobility and communication as independent processes.


βš™οΈ Dataset Generation Pipeline

MINT-V2X is generated through a three-layer co-simulation architecture:

🚦 Traffic Simulation β€” SUMO

Generates realistic vehicle trajectories using urban traffic models.

SUMO β†’ Vehicle mobility and traffic dynamics

πŸ”— Middleware β€” Veins

Synchronizes the traffic and communication simulators through the TraCI interface.

Veins β†’ Mobility–network synchronization

πŸ“‘ Network Simulation β€” OMNeT++ / Simu5G

Simulates V2X wireless communication and computes network metrics including:

  • SINR
  • CQI
  • PDR
  • Throughput
  • Latency

OMNeT++ / Simu5G β†’ Wireless communication and network performance

πŸ”„ Overall Pipeline

SUMO ➜ Veins / TraCI ➜ OMNeT++ / Simu5G ➜ MINT-V2X Dataset

All measurements are recorded at a 10 Hz temporal resolution, providing precise synchronization between vehicle mobility and network states.


βœ… Validation Framework

MINT-V2X was evaluated using a 14-point validation framework based on established communication standards and theoretical principles:

  • πŸ“˜ 3GPP C-V2X standards
  • πŸ“‘ ETSI congestion control specifications
  • πŸ“ Shannon information theory

Key Validation Results

Validation Metric Result
πŸ“Ά SINR Range βˆ’5 dB to +25 dB
πŸ”— CQI–SINR Correlation 0.993
πŸ”— SINR–PDR Correlation 0.946
🌐 Connectivity Ratio 99.78%

βœ… These results confirm that the simulated network measurements exhibit physically consistent wireless communication behavior.


πŸ”¬ Research Applications

MINT-V2X supports research across vehicular networking, V2X communication, machine learning, and intelligent transportation systems.

Potential applications include:

  • πŸš— Vehicle trajectory prediction
  • πŸ“ˆ Mobility-aware network traffic prediction
  • πŸ“‘ RSU load forecasting
  • πŸ”„ Handover optimization
  • ⚑ Proactive resource allocation
  • πŸ€– Multi-agent V2X communication modeling
  • 🧠 Mobility–communication co-learning models

🎯 Mobility-Aware Resource Prediction

A key application of MINT-V2X is mobility-aware RSU resource prediction, where future network demand can be estimated from predicted vehicle trajectories.

This enables models to move from reactive resource management toward predictive and proactive V2X resource allocation.


πŸ“š Citation

If you use MINT-V2X in your research, please cite:

@misc{anjum2026mintv2xmobilityintegratednetworktrajectory,
      title={MINT-V2X: A Mobility-Integrated Network Trajectory Dataset for Predictive Resource Management},
      author={Abdullah Anjum and Abdolazim Rezaei and Mehdi Sookhak},
      year={2026},
      eprint={2607.22654},
      archivePrefix={arXiv},
      primaryClass={cs.AI},
      url={https://arxiv.org/abs/2607.22654}
}

If you are also interested in the adjunct research associated with this study, particularly its application to network traffic prediction and dynamic urban congestion modeling, please consider citing:

@misc{rezaei2026parameterefficienthybridtransformer,
      title={Parameter Efficient Hybrid Transformer (PEHT) for Network Traffic Prediction via Dynamic Urban Congestion Integration},
      author={Abdolazim Rezaei and Mehdi Sookhak and Mahboobeh Haghparast},
      year={2026},
      eprint={2606.28274},
      archivePrefix={arXiv},
      primaryClass={cs.LG},
      url={https://arxiv.org/abs/2606.28274}
}
Downloads last month
41

Papers for azim015/MINT-V2X