HyperAIHyperAI

Command Palette

Search for a command to run...

3 months ago

PointRend: Image Segmentation as Rendering

Alexander Kirillov Yuxin Wu Kaiming He Ross Girshick

PointRend: Image Segmentation as Rendering

Abstract

We present a new method for efficient high-quality image segmentation of objects and scenes. By analogizing classical computer graphics methods for efficient rendering with over- and undersampling challenges faced in pixel labeling tasks, we develop a unique perspective of image segmentation as a rendering problem. From this vantage, we present the PointRend (Point-based Rendering) neural network module: a module that performs point-based segmentation predictions at adaptively selected locations based on an iterative subdivision algorithm. PointRend can be flexibly applied to both instance and semantic segmentation tasks by building on top of existing state-of-the-art models. While many concrete implementations of the general idea are possible, we show that a simple design already achieves excellent results. Qualitatively, PointRend outputs crisp object boundaries in regions that are over-smoothed by previous methods. Quantitatively, PointRend yields significant gains on COCO and Cityscapes, for both instance and semantic segmentation. PointRend's efficiency enables output resolutions that are otherwise impractical in terms of memory or computation compared to existing approaches. Code has been made available at https://github.com/facebookresearch/detectron2/tree/master/projects/PointRend.

Code Repositories

CuberrChen/PointRend-Paddle
paddle
Mentioned in GitHub
elliottwu/sorderender
pytorch
Mentioned in GitHub
2020-sk49/VFOST
pytorch
Mentioned in GitHub
kmswlee/ainized-PointRend
Mentioned in GitHub
saehan-choi/pixellib_auto_labelling
pytorch
Mentioned in GitHub
ayoolaolafenwa/PixelLib
tf
Mentioned in GitHub
zsef123/PointRend-PyTorch
pytorch
Mentioned in GitHub
hhhhnwl/PointRend-simple-pytorch
pytorch
Mentioned in GitHub
JamesQFreeman/PointRend
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
instance-segmentation-on-cityscapes-valPointRend
mask AP: 35.8
instance-segmentation-on-coco-2017-valPointRend (MaskR-CNN, ResNet-50-FPN)
mask AP*: 39.7
semantic-segmentation-on-cityscapes-valSemanticFPN P2-P5 + PointRend
mIoU: 78.6

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
PointRend: Image Segmentation as Rendering | Papers | HyperAI