Occlusion-Aware Instance Segmentation via BiLayer Network Architectures
Lei Ke, Yu-Wing Tai, Chi-Keung Tang

TL;DR
This paper introduces BCNet, a bilayer convolutional network that explicitly models occlusion relationships for improved instance segmentation, especially in heavily occluded scenes, validated on multiple benchmarks.
Contribution
It proposes a novel bilayer network architecture that decouples occluders and occludees, enhancing segmentation accuracy in occluded scenarios, a significant advancement over prior methods.
Findings
Large improvements on occlusion-heavy benchmarks
Effective with various network architectures and detectors
Generalizes well across image and video segmentation tasks
Abstract
Segmenting highly-overlapping image objects is challenging, because there is typically no distinction between real object contours and occlusion boundaries on images. Unlike previous instance segmentation methods, we model image formation as a composition of two overlapping layers, and propose Bilayer Convolutional Network (BCNet), where the top layer detects occluding objects (occluders) and the bottom layer infers partially occluded instances (occludees). 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 investigate the efficacy of bilayer structure using two popular convolutional network designs, namely, Fully Convolutional Network (FCN) and Graph Convolutional Network (GCN). Further, we formulate bilayer…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Advanced Image and Video Retrieval Techniques · Visual Attention and Saliency Detection
MethodsMulti-Head Attention · Attention Is All You Need · Linear Layer · Softmax · bilayer convolutional neural network · Layer Normalization · Residual Connection · Dense Connections · Vision Transformer
