paper-with-me

Papers

Unifying Instance and Panoptic Segmentation with Dynamic Rank-1 Convolutions

2020-11-19 · Hao Chen, Chunhua Shen, Zhi Tian

Recently, fully-convolutional one-stage networks have shown superior performance comparing to two-stage frameworks for instance segmentation as typically they can generate higher-quality mask predictions with less computation. In addition, their simple design opens up new opportunities for joint multi-task learning. In this paper, we demonstrate that adding a single classification layer for semantic segmentation, fully-convolutional instance segmentation networks can achieve state-of-the-art panoptic segmentation quality. This is made possible by our novel dynamic rank-1 convolution (DR1Conv), a novel dynamic module that can efficiently merge high-level context information with low-level detailed features which is beneficial for both semantic and instance segmentation. Importantly, the proposed new method, termed DR1Mask, can perform panoptic segmentation by adding a single layer. To our knowledge, DR1Mask is the first panoptic segmentation framework that exploits a shared feature map for both instance and semantic segmentation by considering both efficacy and efficiency. Not only our framework is much more efficient -- twice as fast as previous best two-branch approaches, but also the unified framework opens up opportunities for using the same context module to improve the performance for both tasks. As a byproduct, when performing instance segmentation alone, DR1Mask is 10% faster and 1 point in mAP more accurate than previous state-of-the-art instance segmentation network BlendMask. Code is available at: https://git.io/AdelaiDet

📄 PDF Abstract BibTeX arXiv:2011.09796

Code (0)

등록된 구현이 없습니다.

Tasks

Instance SegmentationMulti-Task LearningPanoptic SegmentationSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

FPN 설명 없음
Non Maximum Suppression Non Maximum Suppression is a computer vision method that selects a single entity out of many overlapping entities (for example bounding boxes in object detection). The…
RoIAlign Region of Interest Align, or RoIAlign, is an operation for extracting a small feature map from each RoI in detection and segmentation based tasks. It removes the harsh…
RoIPool 설명 없음
FCOS FCOS is an anchor-box free, proposal free, single-stage object detection model. By eliminating the predefined set of anchor boxes, FCOS avoids computation related to anchor…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
[Price@Get@Down]What Days Do Expedia Prices Drop? What Days Do Expedia Prices Drop? Call +1-888-829-0881 Or +1-805-330-4056 for Expert Help with Expedia Flights Deals and Price Alerts +1-888-829-0881 Or +1-805-330-4056 — If…

Similar Papers 제목 키워드 기반

Panoptic-PolarNet: Proposal-free LiDAR Point Cloud Panoptic Segmentation

2021-03-27 · CVPR 2021 1 · Zixiang Zhou, Yang Zhang, Hassan Foroosh

Panoptic segmentation presents a new challenge in exploiting the merits of both detection and segmentation, with the aim of unifying instance segmentation and semantic segmentation in a single framework. However, an effi…

ClusteringInstance SegmentationPanoptic SegmentationSegmentation+1

Multi-task Fusion for Efficient Panoptic-Part Segmentation

2022-12-15 · Sravan Kumar Jagadeesh, René Schuster, Didier Stricker

In this paper, we introduce a novel network that generates semantic, instance, and part segmentation using a shared encoder and effectively fuses them to achieve panoptic-part segmentation. Unifying these three segmentat…

Image SegmentationPart-aware Panoptic SegmentationRepresentation LearningSegmentation

Single-shot Path Integrated Panoptic Segmentation

2020-12-03 · Sukjun Hwang, Seoung Wug Oh, Seon Joo Kim

Panoptic segmentation, which is a novel task of unifying instance segmentation and semantic segmentation, has attracted a lot of attention lately. However, most of the previous methods are composed of multiple pathways w…

Instance SegmentationPanoptic SegmentationSegmentationSemantic Segmentation

Video Panoptic Segmentation

2020-06-19 · CVPR 2020 6 · Dahun Kim, Sanghyun Woo, Joon-Young Lee, In So Kweon

Panoptic segmentation has become a new standard of visual recognition task by unifying previous semantic segmentation and instance segmentation tasks in concert. In this paper, we propose and explore a new video extensio…

Instance SegmentationPanoptic SegmentationSegmentationSemantic Segmentation+5

PanDA: Panoptic Data Augmentation

2019-11-27 · Yang Liu, Pietro Perona, Markus Meister

The recently proposed panoptic segmentation task presents a significant challenge of image understanding with computer vision by unifying semantic segmentation and instance segmentation tasks. In this paper we present an…

Data AugmentationInstance SegmentationPanoptic SegmentationSegmentation+1