Instance Segmentation

964 papers with code • 25 benchmarks • 82 datasets

Instance Segmentation is a computer vision task that involves identifying and separating individual objects within an image, including detecting the boundaries of each object and assigning a unique label to each object. The goal of instance segmentation is to produce a pixel-wise segmentation map of the image, where each pixel is assigned to a specific object instance.

Image Credit: Deep Occlusion-Aware Instance Segmentation with Overlapping BiLayers, CVPR'21

Libraries

Use these libraries to find Instance Segmentation models and implementations

Surgical-DeSAM: Decoupling SAM for Instrument Segmentation in Robotic Surgery

yuyangsheng/surgical-desam 22 Apr 2024

We utilise a commonly used detection architecture, DETR, and fine-tuned it to obtain bounding box prompt for the instruments.

1
22 Apr 2024

The devil is in the object boundary: towards annotation-free instance segmentation using Foundation Models

chengshiest/zip-your-clip 18 Apr 2024

Foundation models, pre-trained on a large amount of data have demonstrated impressive zero-shot capabilities in various downstream tasks.

12
18 Apr 2024

Mushroom Segmentation and 3D Pose Estimation from Point Clouds using Fully Convolutional Geometric Features and Implicit Pose Encoding

georgeretsi/mushroom-pose 17 Apr 2024

We have validated the effectiveness of the proposed implicit-based approach for a synthetic test set, as well as provided qualitative results for a small set of real acquired point clouds with depth sensors.

0
17 Apr 2024

NOISe: Nuclei-Aware Osteoclast Instance Segmentation for Mouse-to-Human Domain Transfer

michaelwwan/noise 15 Apr 2024

In the last few years, a handful of machine learning approaches for osteoclast image analysis have been developed, but none have addressed the full instance segmentation task required to produce the same output as that of the human expert led process.

2
15 Apr 2024

SEVD: Synthetic Event-based Vision Dataset for Ego and Fixed Traffic Perception

eventbasedvision/sevd 12 Apr 2024

In response to this gap, we present SEVD, a first-of-its-kind multi-view ego, and fixed perception synthetic event-based dataset using multiple dynamic vision sensors within the CARLA simulator.

5
12 Apr 2024

AdaContour: Adaptive Contour Descriptor with Hierarchical Representation

tding1/adacontour 12 Apr 2024

Existing angle-based contour descriptors suffer from lossy representation for non-starconvex shapes.

2
12 Apr 2024

ViM-UNet: Vision Mamba for Biomedical Segmentation

faceonlive/ai-research 11 Apr 2024

Here, we introduce ViM-UNet, a novel segmentation architecture based on it and compare it to UNet and UNETR for two challenging microscopy instance segmentation tasks.

152
11 Apr 2024

ECLIPSE: Efficient Continual Learning in Panoptic Segmentation with Visual Prompt Tuning

clovaai/ECLIPSE 29 Mar 2024

Panoptic segmentation, combining semantic and instance segmentation, stands as a cutting-edge computer vision task.

7
29 Mar 2024

DenseNets Reloaded: Paradigm Shift Beyond ResNets and ViTs

naver-ai/rdnet 28 Mar 2024

This paper revives Densely Connected Convolutional Networks (DenseNets) and reveals the underrated effectiveness over predominant ResNet-style architectures.

34
28 Mar 2024

PlainMamba: Improving Non-Hierarchical Mamba in Visual Recognition

chenhongyiyang/plainmamba 26 Mar 2024

In this paper, we further adapt the selective scanning process of Mamba to the visual domain, enhancing its ability to learn features from two-dimensional images by (i) a continuous 2D scanning process that improves spatial continuity by ensuring adjacency of tokens in the scanning sequence, and (ii) direction-aware updating which enables the model to discern the spatial relations of tokens by encoding directional information.

41
26 Mar 2024