Skip to content

konyul/STONE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 

Repository files navigation

STONE Logo STONE Dataset

A Scalable Multi-Modal Surround-View 3D Traversability Dataset

for Off-Road Robot Navigation

STONE Teaser


📷 Example Scenes from the STONE Dataset


📢 Updates


🔜 Upcoming

  • [2026] The final dataset will be released. Download will be available via a Google Form.

🌍 Overview

STONE is a large-scale multi-modal dataset designed for off-road navigation and 3D traversability prediction.

Key features of STONE include:

  • Trajectory-guided 3D traversability maps generated by a fully automated labeling pipeline
  • Multi-modal surround-view sensing with 128-channel LiDAR, six RGB cameras, and three 4D imaging radars
  • Diverse environments and conditions, including grasslands, farmlands, construction sites, lakes, and both day and night scenarios
  • Geometry-aware labeling based on terrain attributes such as slope, elevation, and roughness
  • Benchmark for voxel-level 3D traversability prediction with single-modal and multi-modal baselines

🤖 Robot Platform & Sensor Setup

Platform

  • UGV: Bunker Pro
  • Operating System: Ubuntu 22.04
  • Framework: ROS 2 Humble

Sensors

  • 360° Rotating LiDAR: 1 × Hesai OT128
  • Multi-view RGB Cameras: 6 × Basler ACE2 2A1920-51gcPRO
  • 4D Imaging Radars: 3 × Continental ARS 548 RDI
  • GNSS/INS: NovAtel PIM222A dual-antenna GNSS/INS
  • IMU: EPSON G366P

📊 Dataset

The STONE dataset provides voxel-level 3D traversability annotations.

Traversability classes

The dataset contains 4 classes:

Class ID Label
0 Free
1 Traversable
2 Potentially Traversable
3 Non-Traversable

Ground-truth labels are provided as labels.npz files.

Voxel configuration

  • Voxel size: [0.2 m, 0.2 m, 0.2 m]
  • Range: [-25.6 m, -25.6 m, -2.0 m, 25.6 m, 25.6 m, 4.4 m]
  • Volume size: [256, 256, 32]

Dataset Structure

  • The dataset structure follows the conventions of nuScenes and Occ3D-nuScenes.
  • The 4D radar data are provided in ROS bag format (.bag).
  • The hierarchy of folder is described below:
STONE_Dataset
│
├── gts
│   └── [scene_name]
│       └── [frame_token]
│           └── labels.npz
│
├── samples
│   ├── CAM_BACK
│   │   └── n001-2025-08-22-07-14-16+0900__CAM_BACK__1755846856289490.jpg
│   ├── CAM_BACK_LEFT
│   │   └── ...
│   ├── CAM_BACK_RIGHT
│   │   └── ...
│   ├── CAM_FRONT
│   │   └── ...
│   ├── CAM_FRONT_LEFT
│   │   └── ...
│   ├── CAM_FRONT_RIGHT
│   │   └── ...
│   └── LIDAR_TOP
│       └── n001-2025-08-22-07-14-16+0900__LIDAR_TOP__1755846856289490.pcd.bin
│
└── v1.0-trainval
    ├── attribute.json
    ├── calibrated_sensor.json
    ├── category.json
    ├── ego_pose.json
    ├── instance.json
    ├── lidarseg.json
    ├── log.json
    ├── map.json
    ├── sample.json
    ├── sample_annotation.json
    ├── sample_data.json
    ├── scene.json
    ├── sensor.json
    └── visibility.json

📥 Download

The STONE dataset will be released through a Google Form.

Please fill out the form to request access.
The download link will be provided after approval.

  • Dataset: Coming Soon
  • ROS bags: Coming Soon

📜 License

The STONE dataset is published under the Creative Commons Attribution–NonCommercial–NoDerivatives 4.0 International License (CC BY-NC-ND 4.0).

All codes in this repository are released under the Apache License 2.0.

Under the CC BY-NC-ND 4.0 license, the dataset may be used for non-commercial research purposes only.
Users must give appropriate credit to the original authors when using the dataset.

For more details, please refer to:


📑 Citation

If you find the STONE dataset useful in your research, please consider citing our paper:

@inproceedings{park2026stone,
  title={STONE: A Scalable Multi-Modal Surround-View 3D Traversability Dataset for Off-Road Robot Navigation},
  author={Park, Konyul and Kim, Daehun and Oh, Jiyong and Yu, Seunghoon and Park, Junseo and Park, Jaehyun and Shin, Hongjae and Cho, Hyungchan and Kim, Jungho and Choi, Jun Won},
  booktitle={Proceedings of the IEEE International Conference on Robotics and Automation (ICRA)},
  year={2026}
}

🙏 Acknowledgement

The STONE dataset is contributed by Konyul Park, Daehun Kim, Jiyong Oh, Seunghoon Yu, Junseo Park, Jaehyun Park, Hongjae Shin , Hyungchan Cho, Jungho Kim, and Jun Won Choi.

We sincerely thank the maintainers of the following open-source projects that enabled the development of the STONE dataset:
MMDetection3D by OpenMMLab.

About

[ICRA 2026] STONE Dataset: A Scalable Multi-Modal Surround-View 3D Traversability Dataset for Off-Road Robot Navigation

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors