CVDec 13, 2024

PanSR: An Object-Centric Mask Transformer for Panoptic Segmentation

arXiv:2412.10589v14 citationsh-index: 7Has Code
Originality Incremental advance
AI Analysis

This addresses perception issues for autonomous vehicles, representing an incremental improvement over existing methods.

The paper tackled challenges in panoptic segmentation, such as small objects and crowded scenes, by proposing PanSR, which achieved a +3.4 PQ improvement over state-of-the-art on the LaRS benchmark and state-of-the-art performance on Cityscapes.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes