scispace - formally typeset
Proceedings ArticleDOI

Mask R-CNN

Reads0
Chats0
TLDR
This work presents a conceptually simple, flexible, and general framework for object instance segmentation, which extends Faster R-CNN by adding a branch for predicting an object mask in parallel with the existing branch for bounding box recognition.
Abstract
We present a conceptually simple, flexible, and general framework for object instance segmentation. Our approach efficiently detects objects in an image while simultaneously generating a high-quality segmentation mask for each instance. The method, called Mask R-CNN, extends Faster R-CNN by adding a branch for predicting an object mask in parallel with the existing branch for bounding box recognition. Mask R-CNN is simple to train and adds only a small overhead to Faster R-CNN, running at 5 fps. Moreover, Mask R-CNN is easy to generalize to other tasks, e.g., allowing us to estimate human poses in the same framework. We show top results in all three tracks of the COCO suite of challenges, including instance segmentation, bounding-box object detection, and person keypoint detection. Without tricks, Mask R-CNN outperforms all existing, single-model entries on every task, including the COCO 2016 challenge winners. We hope our simple and effective approach will serve as a solid baseline and help ease future research in instance-level recognition. Code will be made available.

read more

Content maybe subject to copyright    Report

Citations
More filters
Proceedings ArticleDOI

FS-Net: Fast Shape-based Network for Category-Level 6D Object Pose Estimation with Decoupled Rotation Mechanism

TL;DR: Li et al. as discussed by the authors proposed a fast shape-based network (FS-Net) with efficient category-level feature extraction for 6D pose estimation from a monocular RGB-D image.
Proceedings ArticleDOI

Person-in-WiFi: Fine-Grained Person Perception Using WiFi

TL;DR: This work developed a deep learning approach that uses annotations on 2D images, takes the received 1D WiFi signals as input, and performs body segmentation and pose estimation in an end-to-end manner and is the first work based on off-the-shelf WiFi antennas and standard IEEE 802.11n WiFi signals.
Posted Content

ABCNet: Real-time Scene Text Spotting with Adaptive Bezier-Curve Network

TL;DR: For the first time, a novel BezierAlign layer is designed for extracting accurate convolution features of a text instance with arbitrary shapes, significantly improving the precision compared with previous methods and introducing negligible computation overhead.
Posted Content

GlobalTrack: A Simple and Strong Baseline for Long-term Tracking.

TL;DR: This work proposes GlobalTrack, a pure global instance search based tracker that makes no assumption on the temporal consistency of the target's positions and scales, and it is able to perform full-image and multi-scale search of arbitrary instances with only a single query as the guide.
Posted Content

AANet: Attribute Attention Network for Person Re-Identifications

TL;DR: The proposed AANet leverages on a baseline model that uses body parts and integrates the key attribute information in an unified learning framework and outperforms the best state-of-the-art method using ResNet-50.
References
More filters
Proceedings ArticleDOI

Deep Residual Learning for Image Recognition

TL;DR: In this article, the authors proposed a residual learning framework to ease the training of networks that are substantially deeper than those used previously, which won the 1st place on the ILSVRC 2015 classification task.
Proceedings Article

ImageNet Classification with Deep Convolutional Neural Networks

TL;DR: The state-of-the-art performance of CNNs was achieved by Deep Convolutional Neural Networks (DCNNs) as discussed by the authors, which consists of five convolutional layers, some of which are followed by max-pooling layers, and three fully-connected layers with a final 1000-way softmax.
Book ChapterDOI

Microsoft COCO: Common Objects in Context

TL;DR: A new dataset with the goal of advancing the state-of-the-art in object recognition by placing the question of object recognition in the context of the broader question of scene understanding by gathering images of complex everyday scenes containing common objects in their natural context.
Proceedings ArticleDOI

Fully convolutional networks for semantic segmentation

TL;DR: The key insight is to build “fully convolutional” networks that take input of arbitrary size and produce correspondingly-sized output with efficient inference and learning.
Posted Content

Faster R-CNN: Towards Real-Time Object Detection with Region Proposal Networks

TL;DR: Faster R-CNN as discussed by the authors proposes a Region Proposal Network (RPN) to generate high-quality region proposals, which are used by Fast R-NN for detection.
Related Papers (5)