Universal Segmentation

9 papers with code • 0 benchmarks • 0 datasets

Universal segmentation is a challenging computer vision task that aims to segment images into semantic regions, regardless of the task or the domain. It requires the model to learn a wide range of visual concepts and to be able to generalize to new tasks and domains.

Libraries

Use these libraries to find Universal Segmentation models and implementations

Most implemented papers

Masked-attention Mask Transformer for Universal Image Segmentation

facebookresearch/Mask2Former CVPR 2022

While only the semantics of each task differ, current research focuses on designing specialized architectures for each task.

OneFormer: One Transformer to Rule Universal Image Segmentation

SHI-Labs/OneFormer CVPR 2023

However, such panoptic architectures do not truly unify image segmentation because they need to be trained individually on the semantic, instance, or panoptic segmentation to achieve the best performance.

Segment Everything Everywhere All at Once

IDEA-Research/Grounded-Segment-Anything NeurIPS 2023

In SEEM, we propose a novel decoding mechanism that enables diverse prompting for all types of segmentation tasks, aiming at a universal segmentation interface that behaves like large language models (LLMs).

Training a universal instance segmentation network for live cell images of various cell types and imaging modalities

westgate458/xb-net 28 Jul 2022

We share our recent findings in an attempt to train a universal segmentation network for various cell types and imaging modalities.

UniSeg: A Prompt-driven Universal Segmentation Model as well as A Strong Representation Learner

yeerwen/uniseg 7 Apr 2023

Moreover, UniSeg also beats other pre-trained models on two downstream datasets, providing the community with a high-quality pre-trained model for 3D medical image segmentation.

CLUSTSEG: Clustering for Universal Segmentation

jamesliang819/clustseg 3 May 2023

We present CLUSTSEG, a general, transformer-based framework that tackles different image segmentation tasks (i. e., superpixel, semantic, instance, and panoptic) through a unified neural clustering scheme.

Hierarchical Open-vocabulary Universal Image Segmentation

berkeley-hipie/hipie NeurIPS 2023

Open-vocabulary image segmentation aims to partition an image into semantic regions according to arbitrary text descriptions.

Universal Segmentation at Arbitrary Granularity with Language Instruction

workforai/UniLSeg 4 Dec 2023

This paper aims to achieve universal segmentation of arbitrary semantic level.

Unsupervised Universal Image Segmentation

u2seg/u2seg 28 Dec 2023

Several unsupervised image segmentation approaches have been proposed which eliminate the need for dense manually-annotated segmentation masks; current models separately handle either semantic segmentation (e. g., STEGO) or class-agnostic instance segmentation (e. g., CutLER), but not both (i. e., panoptic segmentation).