Segment Anything, Even Occluded
Wei-En Tai, Yu-Lin Shih, Cheng Sun, Yu-Chiang Frank Wang, Hwann-Tzong Chen
TL;DR
Amodal segmentation benefits from decoupling detection and mask decoding. SAMEO retools EfficientSAM as a flexible amodal mask decoder that can pair with both modal and amodal detectors, enabling predictions of occluded object extents. To address data scarcity, the authors introduce Amodal-LVIS, a 300K-image synthetic dataset built from LVIS/LVVIS with paired occluded and unoccluded masks and a dual-annotation scheme. Empirical results show state-of-the-art zero-shot performance on COCOA-cls and D2SA, with strong improvements across multiple front-ends and robust generalization to unseen scenarios, highlighting the practical impact of combining foundation-model decoders with curated data for amodal segmentation.
Abstract
Amodal instance segmentation, which aims to detect and segment both visible and invisible parts of objects in images, plays a crucial role in various applications including autonomous driving, robotic manipulation, and scene understanding. While existing methods require training both front-end detectors and mask decoders jointly, this approach lacks flexibility and fails to leverage the strengths of pre-existing modal detectors. To address this limitation, we propose SAMEO, a novel framework that adapts the Segment Anything Model (SAM) as a versatile mask decoder capable of interfacing with various front-end detectors to enable mask prediction even for partially occluded objects. Acknowledging the constraints of limited amodal segmentation datasets, we introduce Amodal-LVIS, a large-scale synthetic dataset comprising 300K images derived from the modal LVIS and LVVIS datasets. This dataset significantly expands the training data available for amodal segmentation research. Our experimental results demonstrate that our approach, when trained on the newly extended dataset, including Amodal-LVIS, achieves remarkable zero-shot performance on both COCOA-cls and D2SA benchmarks, highlighting its potential for generalization to unseen scenarios.
