paper-with-me

홈 › Papers

Evaluation Study on SAM 2 for Class-agnostic Instance-level Segmentation

2024-09-04 · Jialun Pei, Zhangjun Zhou, Tiantian Zhang

Segment Anything Model (SAM) has demonstrated powerful zero-shot segmentation performance in natural scenes. The recently released Segment Anything Model 2 (SAM2) has further heightened researchers' expectations towards image segmentation capabilities. To evaluate the performance of SAM2 on class-agnostic instance-level segmentation tasks, we adopt different prompt strategies for SAM2 to cope with instance-level tasks for three relevant scenarios: Salient Instance Segmentation (SIS), Camouflaged Instance Segmentation (CIS), and Shadow Instance Detection (SID). In addition, to further explore the effectiveness of SAM2 in segmenting granular object structures, we also conduct detailed tests on the high-resolution Dichotomous Image Segmentation (DIS) benchmark to assess the fine-grained segmentation capability. Qualitative and quantitative experimental results indicate that the performance of SAM2 varies significantly across different scenarios. Besides, SAM2 is not particularly sensitive to segmenting high-resolution fine details. We hope this technique report can drive the emergence of SAM2-based adapters, aiming to enhance the performance ceiling of large vision models on class-agnostic instance segmentation tasks.

📄 PDF Abstract BibTeX arXiv:2409.02567

Code (1)

PJLallen/InstanceSAM2Eval 공식 구현 pytorch

Tasks

Dichotomous Image SegmentationImage SegmentationInstance SegmentationSegmentationSemantic SegmentationZero Shot Segmentation

Similar Papers 제목 키워드 기반

Classifying Breast Histopathology Images with a Ductal Instance-Oriented Pipeline

2020-12-11 · Beibin Li, Ezgi Mercan, Sachin Mehta, Stevan Knezevich 외

In this study, we propose the Ductal Instance-Oriented Pipeline (DIOP) that contains a duct-level instance segmentation model, a tissue-level semantic segmentation model, and three-levels of features for diagnostic class…

DiagnosticGeneral ClassificationInstance SegmentationSegmentation+1

Monocular Instance Motion Segmentation for Autonomous Driving: KITTI InstanceMotSeg Dataset and Multi-task Baseline

2020-08-16 · Eslam Mohamed, Mahmoud Ewaisha, Mennatullah Siam, Hazem Rashed 외

Moving object segmentation is a crucial task for autonomous vehicles as it can be used to segment objects in a class agnostic manner based on their motion cues. It enables the detection of unseen objects during training …

Autonomous DrivingAutonomous VehiclesGPUInstance Segmentation+9

Interpretable Counterfactual Explanations Guided by Prototypes

2019-07-03 · Arnaud Van Looveren, Janis Klaise

We propose a fast, model agnostic method for finding interpretable counterfactual explanations of classifier predictions by using class prototypes. We show that class prototypes, obtained using either an encoder or throu…

counterfactualDiagnostic

Few Clean Instances Help Denoising Distant Supervision

2022-09-14 · COLING 2022 10 · Yufang Liu, Ziyin Huang, Yijun Wang, Changzhi Sun 외

Existing distantly supervised relation extractors usually rely on noisy data for both model training and evaluation, which may lead to garbage-in-garbage-out systems. To alleviate the problem, we study whether a small cl…

Denoising

Rethinking Global Average Pooling: Your Classifier Is Secretly a Multi-Instance Learner

2026-06-12 · Aray Karjauv arxiv

Modern image classifiers widely adopt global average pooling (GAP) followed by a linear classification head. This linearity ensures that the image-level logits equal the average of logits obtained by applying the classif…