English

PanSR: An Object-Centric Mask Transformer for Panoptic Segmentation

Computer Vision and Pattern Recognition 2024-12-17 v1

Abstract

Panoptic segmentation is a fundamental task in computer vision and a crucial component for perception in autonomous vehicles. Recent mask-transformer-based methods achieve impressive performance on standard benchmarks but face significant challenges with small objects, crowded scenes and scenes exhibiting a wide range of object scales. We identify several fundamental shortcomings of the current approaches: (i) the query proposal generation process is biased towards larger objects, resulting in missed smaller objects, (ii) initially well-localized queries may drift to other objects, resulting in missed detections, (iii) spatially well-separated instances may be merged into a single mask causing inconsistent and false scene interpretations. To address these issues, we rethink the individual components of the network and its supervision, and propose a novel method for panoptic segmentation PanSR. PanSR effectively mitigates instance merging, enhances small-object detection and increases performance in crowded scenes, delivering a notable +3.4 PQ improvement over state-of-the-art on the challenging LaRS benchmark, while reaching state-of-the-art performance on Cityscapes. The code and models will be publicly available at https://github.com/lojzezust/PanSR.

Keywords

Cite

@article{arxiv.2412.10589,
  title  = {PanSR: An Object-Centric Mask Transformer for Panoptic Segmentation},
  author = {Lojze Žust and Matej Kristan},
  journal= {arXiv preprint arXiv:2412.10589},
  year   = {2024}
}

Comments

8 pages, 9 figures

R2 v1 2026-06-28T20:34:51.291Z