paper-with-me

Papers

Segment Anything without Supervision

2024-06-28 · Xudong Wang, Jingfeng Yang, Trevor Darrell

The Segmentation Anything Model (SAM) requires labor-intensive data labeling. We present Unsupervised SAM (UnSAM) for promptable and automatic whole-image segmentation that does not require human annotations. UnSAM utilizes a divide-and-conquer strategy to "discover" the hierarchical structure of visual scenes. We first leverage top-down clustering methods to partition an unlabeled image into instance/semantic level segments. For all pixels within a segment, a bottom-up clustering method is employed to iteratively merge them into larger groups, thereby forming a hierarchical structure. These unsupervised multi-granular masks are then utilized to supervise model training. Evaluated across seven popular datasets, UnSAM achieves competitive results with the supervised counterpart SAM, and surpasses the previous state-of-the-art in unsupervised segmentation by 11% in terms of AR. Moreover, we show that supervised SAM can also benefit from our self-supervised labels. By integrating our unsupervised pseudo masks into SA-1B's ground-truth masks and training UnSAM with only 1% of SA-1B, a lightly semi-supervised UnSAM can often segment entities overlooked by supervised SAM, exceeding SAM's AR by over 6.7% and AP by 3.9% on SA-1B.

📄 PDF Abstract BibTeX arXiv:2406.20081

Code (1)

frank-xwang/unsam 공식 구현 pytorch

Tasks

ClusteringImage SegmentationSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

SAM 설명 없음

Similar Papers 제목 키워드 기반

Better Call SAL: Towards Learning to Segment Anything in Lidar

2024-03-19 · Aljoša Ošep, Tim Meinhardt, Francesco Ferroni, Neehar Peri 외

We propose the SAL (Segment Anything in Lidar) method consisting of a text-promptable zero-shot model for segmenting and classifying any object in Lidar, and a pseudo-labeling engine that facilitates model training witho…

Panoptic SegmentationSegmentation

Generalizable Visual Reinforcement Learning with Segment Anything Model

2023-12-28 · Ziyu Wang, Yanjie Ze, Yifei Sun, Zhecheng Yuan 외

Learning policies that can generalize to unseen environments is a fundamental challenge in visual reinforcement learning (RL). While most current methods focus on acquiring robust visual representations through auxiliary…

Data Augmentationmodelreinforcement-learningReinforcement Learning+1

Segment and Caption Anything

2023-12-01 · CVPR 2024 1 · Xiaoke Huang, JianFeng Wang, Yansong Tang, Zheng Zhang 외

We propose a method to efficiently equip the Segment Anything Model (SAM) with the ability to generate regional captions. SAM presents strong generalizability to segment anything while is short for semantic understanding…

Caption Generationobject-detectionObject DetectionSentence

UVOSAM: A Mask-free Paradigm for Unsupervised Video Object Segmentation via Segment Anything Model

2023-05-22 · Zhenghao Zhang, Shengfan Zhang, Zhichao Wei, Zuozhuo Dai 외

The current state-of-the-art methods for unsupervised video object segmentation (UVOS) require extensive training on video datasets with mask annotations, limiting their effectiveness in handling challenging scenarios. H…

Image SegmentationObjectObject TrackingSegmentation+4

Track Anything: Segment Anything Meets Videos

2023-04-24 · Jinyu Yang, Mingqi Gao, Zhe Li, Shang Gao 외

Recently, the Segment Anything Model (SAM) gains lots of attention rapidly due to its impressive segmentation performance on images. Regarding its strong ability on image segmentation and high interactivity with differen…

Image SegmentationObject TrackingSegmentationSemantic Segmentation+1