paper-with-me

홈 › Papers

PanSR: An Object-Centric Mask Transformer for Panoptic Segmentation

2024-12-13 · Lojze Žust, Matej Kristan

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.

📄 PDF Abstract BibTeX arXiv:2412.10589

Code (1)

lojzezust/pansr 공식 구현

Tasks

Autonomous Vehiclesobject-detectionObject DetectionPanoptic SegmentationSmall Object Detection

Similar Papers 제목 키워드 기반

Slot-VPS: Object-centric Representation Learning for Video Panoptic Segmentation

2021-12-16 · CVPR 2022 1 · Yi Zhou, HUI ZHANG, Hana Lee, Shuyang Sun 외

Video Panoptic Segmentation (VPS) aims at assigning a class label to each pixel, uniquely segmenting and identifying all object instances consistently across all frames. Classic solutions usually decompose the VPS task i…

ObjectPanoptic SegmentationRepresentation LearningVideo Panoptic Segmentation

Contextual Image Parsing via Panoptic Segment Sorting

2021-01-01 · Jyh-Jing Hwang, Tsung-Wei Ke, Stella Yu

Visual context is versatile and hard to describe or label precisely. We aim to leverage the densely labeled task, image parsing, a.k.a panoptic segmentation, to learn a model that encodes and discovers object-centric co…

Metric LearningPanoptic SegmentationSegmentation

ReMaX: Relaxing for Better Training on Efficient Panoptic Segmentation

2023-06-29 · NeurIPS 2023 11 · Shuyang Sun, Weijun Wang, Qihang Yu, Andrew Howard 외

This paper presents a new mechanism to facilitate the training of mask transformers for efficient panoptic segmentation, democratizing its deployment. We observe that due to its high complexity, the training objective of…

Panoptic SegmentationSegmentation

Scene-Centric Unsupervised Panoptic Segmentation

2025-04-02 · CVPR 2025 1 · Oliver Hahn, Christoph Reich, Nikita Araslanov, Daniel Cremers 외

Unsupervised panoptic segmentation aims to partition an image into semantically meaningful regions and distinct object instances without training on manually annotated data. In contrast to prior work on unsupervised pano…

Instance SegmentationPanoptic SegmentationPseudo LabelScene Understanding+5

Panoptic Video Scene Graph Generation

2023-11-28 · CVPR 2023 1 · Jingkang Yang, Wenxuan Peng, Xiangtai Li, Zujin Guo 외

Towards building comprehensive real-world visual perception systems, we propose and study a new problem called panoptic scene graph generation (PVSG). PVSG relates to the existing video scene graph generation (VidSGG) pr…

Graph GenerationPanoptic Scene Graph GenerationPanoptic SegmentationScene Graph Generation+4