Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Learning Multi-View Aggregation In the Wild for Large-Scale 3D Semantic Segmentation

About

Recent works on 3D semantic segmentation propose to exploit the synergy between images and point clouds by processing each modality with a dedicated network and projecting learned 2D features onto 3D points. Merging large-scale point clouds and images raises several challenges, such as constructing a mapping between points and pixels, and aggregating features between multiple views. Current methods require mesh reconstruction or specialized sensors to recover occlusions, and use heuristics to select and aggregate available images. In contrast, we propose an end-to-end trainable multi-view aggregation model leveraging the viewing conditions of 3D points to merge features from images taken at arbitrary positions. Our method can combine standard 2D and 3D networks and outperforms both 3D models operating on colorized point clouds and hybrid 2D/3D networks without requiring colorization, meshing, or true depth maps. We set a new state-of-the-art for large-scale indoor/outdoor semantic segmentation on S3DIS (74.7 mIoU 6-Fold) and on KITTI-360 (58.3 mIoU). Our full pipeline is accessible at https://github.com/drprojects/DeepViewAgg, and only requires raw 3D scans and a set of images and poses.

Damien Robert, Bruno Vallet, Loic Landrieu• 2022

Related benchmarks

TaskDatasetResultRank
Semantic segmentationS3DIS (Area 5)
mIOU67.2
799
Semantic segmentationS3DIS (6-fold)
mIoU (Mean IoU)74.7
315
Semantic segmentationScanNet V2 (val)
mIoU71
288
Semantic segmentationScanNet v2 (test)
mIoU71
248
3D Semantic SegmentationScanNet V2 (val)
mIoU71
171
3D Semantic SegmentationScanNet (val)
mIoU71
100
Semantic segmentationScanNet (test)
mIoU74.1
59
Semantic segmentationS3DIS (test)
mIoU67.2
47
Semantic segmentationKITTI-360 (val)
mIoU62.1
36
Semantic segmentationKITTI-360 (test)
mIoU62.1
25
Showing 10 of 12 rows

Other info

Code

Follow for update