English

Occlusion-shared and Feature-separated Network for Occlusion Relationship Reasoning

Computer Vision and Pattern Recognition 2019-08-19 v1 Image and Video Processing

Abstract

Occlusion relationship reasoning demands closed contour to express the object, and orientation of each contour pixel to describe the order relationship between objects. Current CNN-based methods neglect two critical issues of the task: (1) simultaneous existence of the relevance and distinction for the two elements, i.e, occlusion edge and occlusion orientation; and (2) inadequate exploration to the orientation features. For the reasons above, we propose the Occlusion-shared and Feature-separated Network (OFNet). On one hand, considering the relevance between edge and orientation, two sub-networks are designed to share the occlusion cue. On the other hand, the whole network is split into two paths to learn the high-level semantic features separately. Moreover, a contextual feature for orientation prediction is extracted, which represents the bilateral cue of the foreground and background areas. The bilateral cue is then fused with the occlusion cue to precisely locate the object regions. Finally, a stripe convolution is designed to further aggregate features from surrounding scenes of the occlusion edge. The proposed OFNet remarkably advances the state-of-the-art approaches on PIOD and BSDS ownership dataset. The source code is available at https://github.com/buptlr/OFNet.

Keywords

Cite

@article{arxiv.1908.05898,
  title  = {Occlusion-shared and Feature-separated Network for Occlusion Relationship Reasoning},
  author = {Rui Lu and Feng Xue and Menghan Zhou and Anlong Ming and Yu Zhou},
  journal= {arXiv preprint arXiv:1908.05898},
  year   = {2019}
}

Comments

Accepted by ICCV 2019. Code and pretrained model are available at https://github.com/buptlr/OFNet

R2 v1 2026-06-23T10:48:58.575Z