paper-with-me

Papers

Towards Efficient Foundation Model for Zero-shot Amodal Segmentation

2025-01-01 · CVPR 2025 1 · Zhaochen Liu, Limeng Qiao, Xiangxiang Chu, Lin Ma, Tingting Jiang

Aiming to predict the complete shape of partially occluded objects, amodal segmentation is an important capacity towards visual intelligence. In order to promote the practicability, zero-shot foundation model competent for the open world gains growing attention in this field. Nevertheless, prior models exhibit deficiencies in efficiency and stability. To address this problem, utilizing the implicit prior knowledge, we propose the first SAM-based amodal segmentation foundation model, SAMBA. Methodologically, a novel framework with multilevel facilitation is designed to better adapt the task characteristics and unleash the potential capabilities of SAM. In the modality level, a separation-to-fusion structure is employed that jointly learns modal and amodal segmentation to enhance mutual coordination. In the instance level, to ease the complexity of amodal feature extraction, we introduce a principal focusing mechanism to indicate objects of interest. In the pixel level, mixture-of-experts is incorporated with a specialized distribution loss, by which distinct occlusion rates correspond to different experts to improve the accuracy. Experiments are conducted on several eminent datasets, and the results show that the performance of SAMBA is superior to existing zero-shot and even supervised approaches. Furthermore, our proposed model has notable advantages in terms of speed and size.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Mixture-of-Experts

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
SAM 설명 없음

Similar Papers 제목 키워드 기반

Track Anything Behind Everything: Zero-Shot Amodal Video Object Segmentation

2024-11-28 · Finlay G. C. Hudson, William A. P. Smith

We present Track Anything Behind Everything (TABE), a novel dataset, pipeline, and evaluation framework for zero-shot amodal completion from visible masks. Unlike existing methods that require pretrained class labels, ou…

3D ReconstructionSegmentationSemantic SegmentationVideo Object Segmentation+1

Foundation Models for Amodal Video Instance Segmentation in Automated Driving

2024-09-21 · Jasmin Breitenstein, Franz Jünger, Andreas Bär, Tim Fingscheidt

In this work, we study amodal video instance segmentation for automated driving. Previous works perform amodal video instance segmentation relying on methods trained on entirely labeled video data with techniques borrowe…

Amodal Instance SegmentationInstance SegmentationPoint TrackingSegmentation+2

pix2gestalt: Amodal Segmentation by Synthesizing Wholes

2024-01-25 · CVPR 2024 1 · Ege Ozguroglu, Ruoshi Liu, Dídac Surís, Dian Chen 외

We introduce pix2gestalt, a framework for zero-shot amodal segmentation, which learns to estimate the shape and appearance of whole objects that are only partially visible behind occlusions. By capitalizing on large-scal…

3D ReconstructionObject RecognitionSegmentation

Segment Anything, Even Occluded

2025-03-08 · CVPR 2025 1 · Wei-En Tai, Yu-Lin Shih, Cheng Sun, Yu-Chiang Frank Wang 외

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 s…

Amodal Instance SegmentationAutonomous DrivingDecoderInstance Segmentation+3

PLUG: Revisiting Amodal Segmentation with Foundation Model and Hierarchical Focus

2024-05-25 · Zhaochen Liu, Limeng Qiao, Xiangxiang Chu, Tingting Jiang

Aiming to predict the complete shapes of partially occluded objects, amodal segmentation is an important step towards visual intelligence. With crucial significance, practical prior knowledge derives from sufficient trai…