CVJul 25, 2017

Detecting Semantic Parts on Partially Occluded Objects

arXiv:1707.07819v138 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of robust part detection for occluded objects in computer vision, which is incremental as it builds on existing methods with a novel adaptation.

The paper tackles the problem of detecting semantic parts on partially occluded objects, where models are trained on non-occluded images and tested on occluded ones, and shows that their voting-based method outperforms competitors on the VehicleSemanticPart dataset with various occlusion patterns.

In this paper, we address the task of detecting semantic parts on partially occluded objects. We consider a scenario where the model is trained using non-occluded images but tested on occluded images. The motivation is that there are infinite number of occlusion patterns in real world, which cannot be fully covered in the training data. So the models should be inherently robust and adaptive to occlusions instead of fitting / learning the occlusion patterns in the training data. Our approach detects semantic parts by accumulating the confidence of local visual cues. Specifically, the method uses a simple voting method, based on log-likelihood ratio tests and spatial constraints, to combine the evidence of local cues. These cues are called visual concepts, which are derived by clustering the internal states of deep networks. We evaluate our voting scheme on the VehicleSemanticPart dataset with dense part annotations. We randomly place two, three or four irrelevant objects onto the target object to generate testing images with various occlusions. Experiments show that our algorithm outperforms several competitors in semantic part detection when occlusions are present.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes