paper-with-me

Papers

Instance and Panoptic Segmentation Using Conditional Convolutions

2021-02-05 · Zhi Tian, BoWen Zhang, Hao Chen, Chunhua Shen

We propose a simple yet effective framework for instance and panoptic segmentation, termed CondInst (conditional convolutions for instance and panoptic segmentation). In the literature, top-performing instance segmentation methods typically follow the paradigm of Mask R-CNN and rely on ROI operations (typically ROIAlign) to attend to each instance. In contrast, we propose to attend to the instances with dynamic conditional convolutions. Instead of using instance-wise ROIs as inputs to the instance mask head of fixed weights, we design dynamic instance-aware mask heads, conditioned on the instances to be predicted. CondInst enjoys three advantages: 1.) Instance and panoptic segmentation are unified into a fully convolutional network, eliminating the need for ROI cropping and feature alignment. 2.) The elimination of the ROI cropping also significantly improves the output instance mask resolution. 3.) Due to the much improved capacity of dynamically-generated conditional convolutions, the mask head can be very compact (e.g., 3 conv. layers, each having only 8 channels), leading to significantly faster inference time per instance and making the overall inference time almost constant, irrelevant to the number of instances. We demonstrate a simpler method that can achieve improved accuracy and inference speed on both instance and panoptic segmentation tasks. On the COCO dataset, we outperform a few state-of-the-art methods. We hope that CondInst can be a strong baseline for instance and panoptic segmentation. Code is available at: https://git.io/AdelaiDet

📄 PDF Abstract BibTeX arXiv:2102.03026

Code (0)

등록된 구현이 없습니다.

Tasks

Instance SegmentationPanoptic SegmentationSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

RPN A Region Proposal Network, or RPN, is a fully convolutional network that simultaneously predicts object bounds and objectness scores at each position. The RPN is trained…
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$…
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…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Mask R-CNN Mask R-CNN extends Faster R-CNN to solve instance segmentation tasks. It achieves this by adding a branch for predicting an…
CondInst 설명 없음

Similar Papers 제목 키워드 기반

Bipartite Conditional Random Fields for Panoptic Segmentation

2019-12-11 · Sadeep Jayasumana, Kanchana Ranasinghe, Mayuka Jayawardhana, Sahan Liyanaarachchi 외

We tackle the panoptic segmentation problem with a conditional random field (CRF) model. Panoptic segmentation involves assigning a semantic label and an instance label to each pixel of a given image. At each pixel, the …

Panoptic SegmentationSegmentation

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 comput…

Instance SegmentationMulti-Task LearningPanoptic SegmentationSegmentation+1

You Only Segment Once: Towards Real-Time Panoptic Segmentation

2023-03-26 · CVPR 2023 1 · Jie Hu, Linyan Huang, Tianhe Ren, Shengchuan Zhang 외

In this paper, we propose YOSO, a real-time panoptic segmentation framework. YOSO predicts masks via dynamic convolutions between panoptic kernels and image feature maps, in which you only need to segment once for both i…

DecoderPanoptic SegmentationSegmentationSemantic Segmentation

Conditional Convolutions for Instance Segmentation

2020-03-12 · ECCV 2020 8 · Zhi Tian, Chunhua Shen, Hao Chen

We propose a simple yet effective instance segmentation framework, termed CondInst (conditional convolutions for instance segmentation). Top-performing instance segmentation methods such as Mask R-CNN rely on ROI operati…

Instance SegmentationSegmentationSemantic Segmentation

Learning Appearance and Motion Cues for Panoptic Tracking

2025-03-12 · Juana Valeria Hurtado, Sajad Marvi, Rohit Mohan, Abhinav Valada

Panoptic tracking enables pixel-level scene interpretation of videos by integrating instance tracking in panoptic segmentation. This provides robots with a spatio-temporal understanding of the environment, an essential a…

AttributePanoptic SegmentationPanoptic Tracking