Datasets:
Tasks:
Feature Extraction
Formats:
imagefolder
Languages:
English
Size:
10K - 100K
ArXiv:
DOI:
License:
Add dataset illustration triptych to README
Browse filesUpdate the dataset card to show raw_3d, 3d_segmented, and corresponding_image on one line.
- README.md +29 -35
- figures/3d_segmented.png +3 -0
- figures/corresponding_image.png +3 -0
- figures/raw_3d.png +3 -0
README.md
CHANGED
|
@@ -23,19 +23,21 @@ This dataset is associated with a public leaderboard hosted on Hugging Face Spac
|
|
| 23 |
|
| 24 |
The dataset is associated with the following paper:
|
| 25 |
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
eprint={2601.13052},
|
| 32 |
-
url={https://arxiv.org/abs/2601.13052},
|
| 33 |
-
}
|
| 34 |
-
```
|
| 35 |
|
| 36 |
|
| 37 |
This repository hosts the official data splits and resources used in the experiments reported in the paper.
|
| 38 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 39 |
---
|
| 40 |
|
| 41 |
## 2. Dataset Structure
|
|
@@ -197,25 +199,23 @@ Please follow instructions on dedicated git repository for models running on thi
|
|
| 197 |
- Baseline based on image segmentation and reprojection into LiDAR: [ImageVote baseline](https://huggingface.co/heig-vd-geo/ImageVote_GridNet-HD_baseline)
|
| 198 |
- Baseline based on LiDAR 3D segmentation directly using Superpoint Trasnformer (SPT): [SPT baseline](https://huggingface.co/heig-vd-geo/SPT_GridNet-HD_baseline)
|
| 199 |
- Baseline based on late fusion between softmax logits from SPT and ImageVote: [LateFusionMLP baseline](https://huggingface.co/heig-vd-geo/LateFusionMLP_GridNet-HD_baseline)
|
| 200 |
-
- Baseline based on the recent PTv3 model: [PTv3 baseline](https://huggingface.co/heig-vd-geo/PTv3_GridNet-HD_baseline)
|
| 201 |
-
- Baseline based on the current SOTA of 3D/2D fusion, DINO In The Room (DITR): [DITR baseline](https://huggingface.co/heig-vd-geo/PTv3_GridNet-HD_baseline)
|
| 202 |
|
| 203 |
Results are visible here with the **best model** from 3 different baselines:
|
| 204 |
-
| Baseline | ImageVote baseline | SPT baseline| Late fusion MLP|
|
| 205 |
-
|---------------------------|-----------------------|---------------|------------------|
|
| 206 |
-
| Class | IoU (Test set) (%)| IoU (Test set) (%)| IoU (Test set) (%)|
|
| 207 |
-
| Pylon | 85.09 | 92.75 | 94.82 |
|
| 208 |
-
| Conductor cable | 64.82 | 91.05 | 94.40 |
|
| 209 |
-
| Structural cable | 45.06 | 70.51 | 82.52 |
|
| 210 |
-
| Insulator | 71.07 | 80.60 | 86.98 |
|
| 211 |
-
| High vegetation | 83.86 | 85.15 | 83.08 |
|
| 212 |
-
| Low vegetation | 63.43 | 55.91 | 47.64 |
|
| 213 |
-
| Herbaceous vegetation | 84.45 | 84.64 | 80.75 |
|
| 214 |
-
| Rock, gravel, soil | 38.62 | 40.63 | 42.89 |
|
| 215 |
-
| Impervious soil (Road) | 80.69 | 73.57 | 80.26 |
|
| 216 |
-
| Water | 74.87 | 3.69 | 61.69 |
|
| 217 |
-
| Building | 68.09 | 57.38 | 61.40 |
|
| 218 |
-
| **Mean IoU (mIoU)** |
|
| 219 |
|
| 220 |
|
| 221 |
---
|
|
@@ -226,12 +226,6 @@ This dataset is released under the CC-BY-4.0 license.
|
|
| 226 |
|
| 227 |
If you use this dataset, please cite the following paper:
|
| 228 |
|
| 229 |
-
|
| 230 |
-
|
| 231 |
-
|
| 232 |
-
author={Antoine Carreaud and Shanci Li and Malo De Lacour and Digre Frinde and Jan Skaloud and Adrien Gressin},
|
| 233 |
-
year={2026},
|
| 234 |
-
eprint={2601.13052},
|
| 235 |
-
url={https://arxiv.org/abs/2601.13052},
|
| 236 |
-
}
|
| 237 |
-
```
|
|
|
|
| 23 |
|
| 24 |
The dataset is associated with the following paper:
|
| 25 |
|
| 26 |
+
> **Title**: GridNet-HD: A High-Resolution Multi-Modal Dataset for LiDAR-Image Fusion on Power Line Infrastructure
|
| 27 |
+
|
| 28 |
+
> **Authors**: Masked for instance
|
| 29 |
+
|
| 30 |
+
> **Conference**: Submitted to NeurIPS 2025
|
|
|
|
|
|
|
|
|
|
|
|
|
| 31 |
|
| 32 |
|
| 33 |
This repository hosts the official data splits and resources used in the experiments reported in the paper.
|
| 34 |
|
| 35 |
+
<p align="center">
|
| 36 |
+
<img src="figures/raw_3d.png" alt="Raw 3D point cloud" width="32%" />
|
| 37 |
+
<img src="figures/3d_segmented.png" alt="Segmented 3D point cloud" width="32%" />
|
| 38 |
+
<img src="figures/corresponding_image.png" alt="Corresponding RGB image" width="32%" />
|
| 39 |
+
</p>
|
| 40 |
+
|
| 41 |
---
|
| 42 |
|
| 43 |
## 2. Dataset Structure
|
|
|
|
| 199 |
- Baseline based on image segmentation and reprojection into LiDAR: [ImageVote baseline](https://huggingface.co/heig-vd-geo/ImageVote_GridNet-HD_baseline)
|
| 200 |
- Baseline based on LiDAR 3D segmentation directly using Superpoint Trasnformer (SPT): [SPT baseline](https://huggingface.co/heig-vd-geo/SPT_GridNet-HD_baseline)
|
| 201 |
- Baseline based on late fusion between softmax logits from SPT and ImageVote: [LateFusionMLP baseline](https://huggingface.co/heig-vd-geo/LateFusionMLP_GridNet-HD_baseline)
|
|
|
|
|
|
|
| 202 |
|
| 203 |
Results are visible here with the **best model** from 3 different baselines:
|
| 204 |
+
| Baseline | ImageVote baseline | SPT baseline| Late fusion MLP|
|
| 205 |
+
|---------------------------|-----------------------|---------------|------------------|
|
| 206 |
+
| Class | IoU (Test set) (%)| IoU (Test set) (%)| IoU (Test set) (%)|
|
| 207 |
+
| Pylon | 85.09 | 92.75 | **94.82** |
|
| 208 |
+
| Conductor cable | 64.82 | 91.05 | **94.40** |
|
| 209 |
+
| Structural cable | 45.06 | 70.51 | **82.52** |
|
| 210 |
+
| Insulator | 71.07 | 80.60 | **86.98** |
|
| 211 |
+
| High vegetation | 83.86 | **85.15** | 83.08 |
|
| 212 |
+
| Low vegetation | **63.43** | 55.91 | 47.64 |
|
| 213 |
+
| Herbaceous vegetation | 84.45 | **84.64** | 80.75 |
|
| 214 |
+
| Rock, gravel, soil | 38.62 | 40.63 | **42.89** |
|
| 215 |
+
| Impervious soil (Road) | **80.69** | 73.57 | 80.26 |
|
| 216 |
+
| Water | **74.87** | 3.69 | 61.69 |
|
| 217 |
+
| Building | **68.09** | 57.38 | 61.40 |
|
| 218 |
+
| **Mean IoU (mIoU)** | 69.10 | 66.90 | **74.22** |
|
| 219 |
|
| 220 |
|
| 221 |
---
|
|
|
|
| 226 |
|
| 227 |
If you use this dataset, please cite the following paper:
|
| 228 |
|
| 229 |
+
GridNet-HD: A High-Resolution Multi-Modal Dataset for LiDAR-Image Fusion on Power Line Infrastructure
|
| 230 |
+
Masked Authors
|
| 231 |
+
Submitted to NeurIPS 2025.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
figures/3d_segmented.png
ADDED
|
Git LFS Details
|
figures/corresponding_image.png
ADDED
|
Git LFS Details
|
figures/raw_3d.png
ADDED
|
Git LFS Details
|