CVMar 15, 2022

Panoptic SwiftNet: Pyramidal Fusion for Real-time Panoptic Segmentation

arXiv:2203.07908v210 citationsh-index: 22
Originality Incremental advance
AI Analysis

It addresses the need for fast inference on affordable hardware in domains such as autonomous driving and remote sensing, with incremental improvements in efficiency and performance.

The paper tackles real-time panoptic segmentation for applications like autonomous driving and remote sensing by proposing a method that trades backbone capacity for multi-scale feature extraction, achieving over 100 1MPx images per second on an RTX3090 GPU and outperforming state-of-the-art on the BSB-Aerial dataset.

Dense panoptic prediction is a key ingredient in many existing applications such as autonomous driving, automated warehouses or remote sensing. Many of these applications require fast inference over large input resolutions on affordable or even embedded hardware. We propose to achieve this goal by trading off backbone capacity for multi-scale feature extraction. In comparison with contemporaneous approaches to panoptic segmentation, the main novelties of our method are efficient scale-equivariant feature extraction, cross-scale upsampling through pyramidal fusion and boundary-aware learning of pixel-to-instance assignment. The proposed method is very well suited for remote sensing imagery due to the huge number of pixels in typical city-wide and region-wide datasets. We present panoptic experiments on Cityscapes, Vistas, COCO and the BSB-Aerial dataset. Our models outperform the state of the art on the BSB-Aerial dataset while being able to process more than a hundred 1MPx images per second on a RTX3090 GPU with FP16 precision and TensorRT optimization.

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