Compositional Convolutional Neural Networks: A Deep Architecture with Innate Robustness to Partial Occlusion
Adam Kortylewski, Ju He, Qing Liu, Alan Yuille

TL;DR
This paper introduces a novel deep architecture called Compositional CNN that inherently improves robustness to partial occlusion by integrating compositional models, enabling better classification and occluder localization without extensive occlusion-specific training.
Contribution
The paper proposes replacing the fully connected classification head of a DCNN with a differentiable compositional model, enhancing robustness to partial occlusion and enabling occluder localization.
Findings
Outperforms standard DCNNs on occluded object classification
Can localize occluders accurately with class labels only
Maintains high accuracy even without occlusion-specific training
Abstract
Recent findings show that deep convolutional neural networks (DCNNs) do not generalize well under partial occlusion. Inspired by the success of compositional models at classifying partially occluded objects, we propose to integrate compositional models and DCNNs into a unified deep model with innate robustness to partial occlusion. We term this architecture Compositional Convolutional Neural Network. In particular, we propose to replace the fully connected classification head of a DCNN with a differentiable compositional model. The generative nature of the compositional model enables it to localize occluders and subsequently focus on the non-occluded parts of the object. We conduct classification experiments on artificially occluded images as well as real images of partially occluded objects from the MS-COCO dataset. The results show that DCNNs do not classify occluded objects robustly,…
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 · Domain Adaptation and Few-Shot Learning · Digital Imaging for Blood Diseases
MethodsDiffusion-Convolutional Neural Networks
