Feed-Forward 3D Semantic Segmentation for Panoramic Images with an Automatic Data Curation Pipeline
Overview
We present PanoSeg3R, a feed-forward framework for 3D panoramic semantic segmentation.
Method
Multi-view equirectangular projection (ERP) images are processed by the pretrained Wid3R backbone to extract features.
These features are refined by a query-based decoder, while a DPT head produces dense feature maps. An image stem injects low-level features into the feature maps to complement the decoded representations.
We reconstruct 3D geometry through the ray-based modules and project the predicted semantic masks to obtain consistent 3D semantic segmentation.
Data
Real panorama datasets rarely come with semantic labels. The pipeline labels unannotated Realsee3D and OmniScenes panoramas automatically.
Each panorama is split into 5 perspective images and 15 crops.
SAM3 gives class-agnostic masks. PanSt3R gives coarse semantic masks.
IoU matches SAM3 masks with PanSt3R regions and gives each mask the corresponding label.
A VLM keeps or removes each labeled mask, giving the final semantic panorama.
Pick a panorama. Hover over either image or a class to see where each label lands.
Interactive
Pick a scene. The left viewer shows PanoSeg3R, the right one GT or a baseline. Both cameras move together.
Point clouds are randomly downsampled to at most 150k points for the browser. All predictions are shown in the GT frame.
Cite
@article{yoon2026panoseg3r,
title = {PanoSeg3R: Feed-Forward 3D Semantic Segmentation for Panoramic Images
with an Automatic Data Curation Pipeline},
author = {Yoon, Heechan and Jung, Dongki and Nguyen, Phuc and Lin, Ming and Manocha, Dinesh},
journal = {arXiv preprint},
year = {2026}
}