English

RDSNet: A New Deep Architecture for Reciprocal Object Detection and Instance Segmentation

Computer Vision and Pattern Recognition 2019-12-12 v1

Abstract

Object detection and instance segmentation are two fundamental computer vision tasks. They are closely correlated but their relations have not yet been fully explored in most previous work. This paper presents RDSNet, a novel deep architecture for reciprocal object detection and instance segmentation. To reciprocate these two tasks, we design a two-stream structure to learn features on both the object level (i.e., bounding boxes) and the pixel level (i.e., instance masks) jointly. Within this structure, information from the two streams is fused alternately, namely information on the object level introduces the awareness of instance and translation variance to the pixel level, and information on the pixel level refines the localization accuracy of objects on the object level in return. Specifically, a correlation module and a cropping module are proposed to yield instance masks, as well as a mask based boundary refinement module for more accurate bounding boxes. Extensive experimental analyses and comparisons on the COCO dataset demonstrate the effectiveness and efficiency of RDSNet. The source code is available at https://github.com/wangsr126/RDSNet.

Keywords

Cite

@article{arxiv.1912.05070,
  title  = {RDSNet: A New Deep Architecture for Reciprocal Object Detection and Instance Segmentation},
  author = {Shaoru Wang and Yongchao Gong and Junliang Xing and Lichao Huang and Chang Huang and Weiming Hu},
  journal= {arXiv preprint arXiv:1912.05070},
  year   = {2019}
}

Comments

Accepted by AAAI20

R2 v1 2026-06-23T12:42:13.211Z