TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Papers/Deep Occlusion-Aware Instance Segmentation with Overlappin...

Deep Occlusion-Aware Instance Segmentation with Overlapping BiLayers

Lei Ke, Yu-Wing Tai, Chi-Keung Tang

2021-03-23CVPR 2021 1Real-time Instance SegmentationOcclusion HandlingAmodal Instance SegmentationSemantic SegmentationInstance SegmentationBoundary DetectionObject Detection
PaperPDFCode(official)

Abstract

Segmenting highly-overlapping objects is challenging, because typically no distinction is made between real object contours and occlusion boundaries. Unlike previous two-stage instance segmentation methods, we model image formation as composition of two overlapping layers, and propose Bilayer Convolutional Network (BCNet), where the top GCN layer detects the occluding objects (occluder) and the bottom GCN layer infers partially occluded instance (occludee). The explicit modeling of occlusion relationship with bilayer structure naturally decouples the boundaries of both the occluding and occluded instances, and considers the interaction between them during mask regression. We validate the efficacy of bilayer decoupling on both one-stage and two-stage object detectors with different backbones and network layer choices. Despite its simplicity, extensive experiments on COCO and KINS show that our occlusion-aware BCNet achieves large and consistent performance gain especially for heavy occlusion cases. Code is available at https://github.com/lkeab/BCNet.

Results

TaskDatasetMetricValueModel
Image RetrievalWALTAP73.2BCNet
Image Instance RetrievalWALTAP73.2BCNet
Instance SegmentationKINSmAP28.87BCNet
Instance SegmentationCOCO test-devmask AP41.7BCNet(ResNeXt-101 + FPN+ FCOS)
Instance SegmentationCOCO test-devAP5061.5BCNet(ResNet-101-FPN + Faster RCNN)
Instance SegmentationCOCO test-devAP7543.1BCNet(ResNet-101-FPN + Faster RCNN)
Instance SegmentationCOCO test-devAPL51.1BCNet(ResNet-101-FPN + Faster RCNN)
Instance SegmentationCOCO test-devAPM42.4BCNet(ResNet-101-FPN + Faster RCNN)
Instance SegmentationCOCO test-devAPS22.7BCNet(ResNet-101-FPN + Faster RCNN)
Instance SegmentationCOCO test-devmask AP39.8BCNet(ResNet-101-FPN + Faster RCNN)
Instance SegmentationCOCO test-devAP5061.2BCNet(ResNet-101-FPN + FCOS)
Instance SegmentationCOCO test-devAP7542.7BCNet(ResNet-101-FPN + FCOS)
Instance SegmentationCOCO test-devAPL51BCNet(ResNet-101-FPN + FCOS)
Instance SegmentationCOCO test-devAPM42.3BCNet(ResNet-101-FPN + FCOS)
Instance SegmentationCOCO test-devAPS22.3BCNet(ResNet-101-FPN + FCOS)
Instance SegmentationCOCO test-devmask AP39.6BCNet(ResNet-101-FPN + FCOS)
Instance SegmentationWALTAP73.2BCNet

Related Papers

SeC: Advancing Complex Video Object Segmentation via Progressive Concept Construction2025-07-21DiffOSeg: Omni Medical Image Segmentation via Multi-Expert Collaboration Diffusion Model2025-07-17SCORE: Scene Context Matters in Open-Vocabulary Remote Sensing Instance Segmentation2025-07-17Unified Medical Image Segmentation with State Space Modeling Snake2025-07-17A Privacy-Preserving Semantic-Segmentation Method Using Domain-Adaptation Technique2025-07-17A Real-Time System for Egocentric Hand-Object Interaction Detection in Industrial Domains2025-07-17RS-TinyNet: Stage-wise Feature Fusion Network for Detecting Tiny Objects in Remote Sensing Images2025-07-17Decoupled PROB: Decoupled Query Initialization Tasks and Objectness-Class Learning for Open World Object Detection2025-07-17