paper-with-me

Papers

Beyond mAP: Towards better evaluation of instance segmentation

2022-07-04 · CVPR 2023 1 · Rohit Jena, Lukas Zhornyak, Nehal Doiphode, Pratik Chaudhari, Vivek Buch, James Gee, Jianbo Shi

Correctness of instance segmentation constitutes counting the number of objects, correctly localizing all predictions and classifying each localized prediction. Average Precision is the de-facto metric used to measure all these constituents of segmentation. However, this metric does not penalize duplicate predictions in the high-recall range, and cannot distinguish instances that are localized correctly but categorized incorrectly. This weakness has inadvertently led to network designs that achieve significant gains in AP but also introduce a large number of false positives. We therefore cannot rely on AP to choose a model that provides an optimal tradeoff between false positives and high recall. To resolve this dilemma, we review alternative metrics in the literature and propose two new measures to explicitly measure the amount of both spatial and categorical duplicate predictions. We also propose a Semantic Sorting and NMS module to remove these duplicates based on a pixel occupancy matching scheme. Experiments show that modern segmentation networks have significant gains in AP, but also contain a considerable amount of duplicates. Our Semantic Sorting and NMS can be added as a plug-and-play module to mitigate hedged predictions and preserve AP.

📄 PDF Abstract BibTeX arXiv:2207.01614

Code (0)

등록된 구현이 없습니다.

Tasks

Instance SegmentationSegmentationSemantic Segmentation

Similar Papers 제목 키워드 기반

Understanding Image2Video Domain Shift in Food Segmentation: An Instance-level Analysis on Apples

2026-02-09 · Keonvin Park, Aditya Pal, Jin Hong Mok arxiv

Food segmentation models trained on static images have achieved strong performance on benchmark datasets; however, their reliability in video settings remains poorly understood. In real-world applications such as food mo…

Instance Segmentation

DeeperLab: Single-Shot Image Parser

2019-02-13 · Tien-Ju Yang, Maxwell D. Collins, Yukun Zhu, Jyh-Jing Hwang 외

We present a single-shot, bottom-up approach for whole image parsing. Whole image parsing, also known as Panoptic Segmentation, generalizes the tasks of semantic segmentation for 'stuff' classes and instance segmentation…

GPUInstance SegmentationPanoptic SegmentationSegmentation+1

Instance Segmentation for Whole Slide Imaging: End-to-End or Detect-Then-Segment

2020-07-07 · Aadarsh Jha, Haichun Yang, Ruining Deng, Meghan E. Kapp 외

Automatic instance segmentation of glomeruli within kidney Whole Slide Imaging (WSI) is essential for clinical research in renal pathology. In computer vision, the end-to-end instance segmentation methods (e.g., Mask-RCN…

Instance SegmentationSegmentationSemantic Segmentation

Search3D: Hierarchical Open-Vocabulary 3D Segmentation

2024-09-27 · Ayca Takmaz, Alexandros Delitzas, Robert W. Sumner, Francis Engelmann 외

Open-vocabulary 3D segmentation enables exploration of 3D spaces using free-form text descriptions. Existing methods for open-vocabulary 3D instance segmentation primarily focus on identifying object-level instances but …

3D Instance Segmentation3D Part SegmentationInstance SegmentationObject+3

Beyond Appearance: Geometric Cues for Robust Video Instance Segmentation

2025-07-08 · Quanzhu Niu, Yikang Zhou, Shihao Chen, Tao Zhang 외

Video Instance Segmentation (VIS) fundamentally struggles with pervasive challenges including object occlusions, motion blur, and appearance variations during temporal association. To overcome these limitations, this wor…

Depth EstimationDepth PredictionInstance SegmentationMonocular Depth Estimation+4