Robust Object Detection under Occlusion with Context-Aware CompositionalNets
Angtian Wang, Yihong Sun, Adam Kortylewski, Alan Yuille

TL;DR
This paper introduces a context-aware compositional neural network that improves detection of occluded objects by disentangling object and context representations and extending voting schemes, significantly outperforming Faster R-CNN.
Contribution
It proposes a novel context-aware CompositionalNet that explicitly separates object and context representations and extends part-based voting to enhance detection under occlusion.
Findings
Improved detection of occluded vehicles by 41% on PASCAL3D+.
Enhanced detection of occluded objects by 35% on MS-COCO.
Outperforms Faster R-CNN in occlusion scenarios.
Abstract
Detecting partially occluded objects is a difficult task. Our experimental results show that deep learning approaches, such as Faster R-CNN, are not robust at object detection under occlusion. Compositional convolutional neural networks (CompositionalNets) have been shown to be robust at classifying occluded objects by explicitly representing the object as a composition of parts. In this work, we propose to overcome two limitations of CompositionalNets which will enable them to detect partially occluded objects: 1) CompositionalNets, as well as other DCNN architectures, do not explicitly separate the representation of the context from the object itself. Under strong object occlusion, the influence of the context is amplified which can have severe negative effects for detection at test time. In order to overcome this, we propose to segment the context during training via bounding box…
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.
Videos
Robust Object Detection Under Occlusion With Context-Aware CompositionalNets· youtube
Taxonomy
TopicsAdvanced Neural Network Applications · Adversarial Robustness in Machine Learning · Infrastructure Maintenance and Monitoring
MethodsDiffusion-Convolutional Neural Networks · Softmax · Region Proposal Network · Convolution · RoIPool · Faster R-CNN
