Datasets:

Modalities:
Image
Languages:
English
ArXiv:
Dataset Preview
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
Job manager crashed while running this job (missing heartbeats).
Error code:   JobManagerCrashedError

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.

image
image
End of preview.

SLABIM:

A SLAM-BIM Coupled Dataset in HKUST Main Building

Haoming Huang, Zhijian Qiao, Zehuan Yu, Chuhao Liu, Shaojie Shen, Fumin Zhang and Huan Yin

Submitted to 2025 IEEE International Conference on Robotics & Automation

News

  • 17 Feb 2025: Download Links Updated.
  • 28 Jan 2025: Accepted by ICRA 2025.
  • 15 Sep 2024: We submit our paper to IEEE ICRA.

Abstract

SLABIM is an open-sourced SLAM dataset that couples with BIM (Building Information Modeling).

Features:

  • Large-scale Building Information Modeling: The BIM model of this dataset is a part of the digital twin project in HKUST, featuring various types of offices, classrooms, lounges, and corridors.
  • Multi-session & Multi-sensor Data: We collect 12 sessions across different floors and regions. These sessions encompass various indoor scenarios.
  • Dataset Validation: To demonstrate the practicality of SLABIM, we test three different tasks: (1) LiDAR-to-BIM registration, and (2) Robot pose tracking on BIM and (3) Semantic mapping.

Dataset Structure

  1. BIM/ contains CAD files (.dxf) and mesh files (.ply) exported from the original BIM models, organized by storey and semantic tags. Users can sample

the meshes at specific densities to obtain point clouds, offering flexibility for various robotic tasks.

  1. calibration files provide intrinsic camera parameters and the extrinsic parameters to the LiDAR.

  2. In sensor data/ directory, each session is named

<X>F Region<Y>, with X=1,3,4,5 and Y=1,2,3 indicating the storey and region of collection, such as 3F Region1. This directory contains the images and points produced by camera and LiDAR.

  1. data <x>.bag, x=0,1,2... is the rosbag encoding the raw information, which can be parsed using ROS tools.

  2. sensor data/ also contains the maps generated by SLAM, including submap for the LiDAR-to-BIM registration and optimized map by the offline mapping system.

  3. pose_frame_to_bim.txt, pose_map_to_bim.txt and pose_submap_to_bim.txt contains the ground truth poses from LiDAR scans and maps to the BIM coordinate. These poses are finely tuned using a manually

provided initial guess and local point cloud alignment.

SLABIM
β”œβ”€β”€ BIM
β”‚   └── <X>F
β”‚       β”œβ”€β”€ CAD
β”‚       β”‚   └── <X>F.dxf
β”‚       └── mesh
β”‚           β”œβ”€β”€ columns.ply
β”‚           β”œβ”€β”€ doors.ply
β”‚           β”œβ”€β”€ floors.ply
β”‚           └── walls.ply
β”œβ”€β”€ calibration_files
β”‚   β”œβ”€β”€ cam_intrinsics.txt
β”‚   └── cam_to_lidar.txt
└── sensor_data
    └── <X>F_Region<Y>
        β”œβ”€β”€ images
        β”‚   β”œβ”€β”€ data
        β”‚   β”‚   └── <frame_id>.png
        β”‚   └── timestamps.txt
        β”œβ”€β”€ map
        β”‚   β”œβ”€β”€ data
        β”‚   β”‚   β”œβ”€β”€ colorized.las
        β”‚   β”‚   └── uncolorized.ply
        β”‚   └── pose_map_to_bim.txt
        β”œβ”€β”€ points
        β”‚   β”œβ”€β”€ data
        β”‚   β”‚   └── <frame_id>.pcd
        β”‚   β”œβ”€β”€ pose_frame_to_bim.txt
        β”‚   └── timestamps.txt
        β”œβ”€β”€ rosbag
        β”‚   └── data_<x>.bag
        └── submap
            β”œβ”€β”€ data
            β”‚   └── <submap_id>.pcd
            └── pose_submap_to_bim.txt

Data Acquisition Platform

The handheld sensor suite is illustrated in the Figure 1. A more detailed summary of the characteristics can be found in the Table 1.

Qualitative Results on SLABIM

Global LiDAR-to-BIM Registration

Global LiDAR-to-BIM registration aims to estimate a transformation from scratch between the LiDAR submap and the BIM coordinate system. A robot can localize itself globally by aligning the online built submap to the BIM.

Robot Pose Tracking on BIM

Different from LiDAR-to-BIM, Pose tracking requires estimating poses given the initial state and sequential measurements.

Semantic Mapping

We deploy FM-Fusion[1] on SLABIM. For the ground truth, we convert the HKUST BIM into semantic point cloud maps using the semantic tags in BIM. Both maps contain four semantic categories: floor, wall, door, and column, the common elements in indoor environments

[1] C. Liu, K. Wang, J. Shi, Z. Qiao, and S. Shen, β€œFm-fusion: Instance- aware semantic mapping boosted by vision-language foundation mod- els,” IEEE Robotics and Automation Letters, 2024

Acknowledgements

We sincerely thank Prof. Jack C. P. Cheng for generously providing the original HKUST BIM files.

Downloads last month
111