CVPR 2017spotlight1418 citations
Fully Convolutional Instance-Aware Semantic Segmentation
Yi Li, Haozhi Qi, Jifeng Dai, Xiangyang Ji, Yichen Wei
Abstract
We present the first fully convolutional end-to-end solution for instance-aware semantic segmentation task. It inherits all the merits of FCNs for semantic segmentation and instance mask proposal. It performs instance mask prediction and classification jointly. The underlying convolutional representation is fully shared between the two sub-tasks, as well as between all regions of interest. The network architecture is highly integrated and efficient. It achieves state-of-the-art performance in both accuracy and efficiency. It wins the COCO 2016 segmentation competition by a large margin. Code would be released.
BibTeX
@inproceedings{cvpr2017_fullyconvolution,
title = {Fully Convolutional Instance-Aware Semantic Segmentation},
author = {Yi Li and Haozhi Qi and Jifeng Dai and Xiangyang Ji and Yichen Wei},
booktitle = {CVPR 2017},
year = {2017}
}