A single network jointly reconstructs 3D scene geometry and predicts multi-view consistent panoptic segmentation from unposed images in one forward pass, without test-time optimization.
Panoptic Segmentation with a Joint Semantic and Instance Segmentation Network
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
We present a single network method for panoptic segmentation. This method combines the predictions from a jointly trained semantic and instance segmentation network using heuristics. Joint training is the first step towards an end-to-end panoptic segmentation network and is faster and more memory efficient than training and predicting with two networks, as done in previous work. The architecture consists of a ResNet-50 feature extractor shared by the semantic segmentation and instance segmentation branch. For instance segmentation, a Mask R-CNN type of architecture is used, while the semantic segmentation branch is augmented with a Pyramid Pooling Module. Results for this method are submitted to the COCO and Mapillary Joint Recognition Challenge 2018. Our approach achieves a PQ score of 17.6 on the Mapillary Vistas validation set and 27.2 on the COCO test-dev set.
citation-role summary
citation-polarity summary
fields
cs.CV 1years
2025 1verdicts
CONDITIONAL 1roles
background 1polarities
background 1representative citing papers
citing papers explorer
-
PanSt3R: Multi-view Consistent Panoptic Segmentation
A single network jointly reconstructs 3D scene geometry and predicts multi-view consistent panoptic segmentation from unposed images in one forward pass, without test-time optimization.