CVDec 10, 2020

Amodal Segmentation Based on Visible Region Segmentation and Shape Prior

arXiv:2012.05598v279 citations
AI Analysis

This work provides a more human-like and robust method for amodal segmentation, which is crucial for applications requiring complete object understanding despite occlusion, such as robotics and autonomous driving.

This paper addresses amodal segmentation by inferring occluded regions using visible parts and shape prior knowledge, rather than whole image features. The proposed framework first estimates coarse visible and amodal masks, then refines the amodal mask by focusing on the visible region and leveraging a stored shape prior. This approach outperforms existing state-of-the-art methods on three datasets.

Almost all existing amodal segmentation methods make the inferences of occluded regions by using features corresponding to the whole image. This is against the human's amodal perception, where human uses the visible part and the shape prior knowledge of the target to infer the occluded region. To mimic the behavior of human and solve the ambiguity in the learning, we propose a framework, it firstly estimates a coarse visible mask and a coarse amodal mask. Then based on the coarse prediction, our model infers the amodal mask by concentrating on the visible region and utilizing the shape prior in the memory. In this way, features corresponding to background and occlusion can be suppressed for amodal mask estimation. Consequently, the amodal mask would not be affected by what the occlusion is given the same visible regions. The leverage of shape prior makes the amodal mask estimation more robust and reasonable. Our proposed model is evaluated on three datasets. Experiments show that our proposed model outperforms existing state-of-the-art methods. The visualization of shape prior indicates that the category-specific feature in the codebook has certain interpretability.

Code Implementations1 repo
Foundations

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

Your Notes