paper-with-me

Papers

Benchmarking the Robustness of Instance Segmentation Models

2021-09-02 · Said Fahri Altindis, Yusuf Dalva, Hamza Pehlivan, Aysegul Dundar

This paper presents a comprehensive evaluation of instance segmentation models with respect to real-world image corruptions as well as out-of-domain image collections, e.g. images captured by a different set-up than the training dataset. The out-of-domain image evaluation shows the generalization capability of models, an essential aspect of real-world applications and an extensively studied topic of domain adaptation. These presented robustness and generalization evaluations are important when designing instance segmentation models for real-world applications and picking an off-the-shelf pretrained model to directly use for the task at hand. Specifically, this benchmark study includes state-of-the-art network architectures, network backbones, normalization layers, models trained starting from scratch versus pretrained networks, and the effect of multi-task training on robustness and generalization. Through this study, we gain several insights. For example, we find that group normalization enhances the robustness of networks across corruptions where the image contents stay the same but corruptions are added on top. On the other hand, batch normalization improves the generalization of the models across different datasets where statistics of image features change. We also find that single-stage detectors do not generalize well to larger image resolutions than their training size. On the other hand, multi-stage detectors can easily be used on images of different sizes. We hope that our comprehensive study will motivate the development of more robust and reliable instance segmentation models.

📄 PDF Abstract BibTeX arXiv:2109.01123

Code (0)

등록된 구현이 없습니다.

Tasks

BenchmarkingDomain AdaptationInstance SegmentationSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Batch Normalization 설명 없음
Group Normalization Group Normalization is a normalization layer that divides channels into groups and normalizes the features within each group. GN does not exploit the batch dimension, and its…
Copy-Paste 설명 없음

Similar Papers 제목 키워드 기반

Benchmarking Label Noise in Instance Segmentation: Spatial Noise Matters

2024-06-16 · Eden Grad, Moshe Kimhi, Lion Halika, Chaim Baskin

Obtaining accurate labels for instance segmentation is particularly challenging due to the complex nature of the task. Each image necessitates multiple annotations, encompassing not only the object's class but also its p…

BenchmarkingInstance SegmentationLearning with noisy labelsSegmentation+1

Benchmarking the Spatial Robustness of DNNs via Natural and Adversarial Localized Corruptions

2025-04-02 · Giulia Marchiori Pietrosanti, Giulio Rossolini, Alessandro Biondi, Giorgio Buttazzo

The robustness of DNNs is a crucial factor in safety-critical applications, particularly in complex and dynamic environments where localized corruptions can arise. While previous studies have evaluated the robustness of …

BenchmarkingSegmentationSemantic Segmentation

FOR-instance: a UAV laser scanning benchmark dataset for semantic and instance segmentation of individual trees

2023-09-03 · Stefano Puliti, Grant Pearse, Peter Surový, Luke Wallace 외

The FOR-instance dataset (available at https://doi.org/10.5281/zenodo.8287792) addresses the challenge of accurate individual tree segmentation from laser scanning data, crucial for understanding forest ecosystems and su…

BenchmarkingInstance SegmentationScene SegmentationSegmentation+1

ROOD-MRI: Benchmarking the robustness of deep learning segmentation models to out-of-distribution and corrupted data in MRI

2022-03-11 · Lyndon Boone, Mahdi Biparva, Parisa Mojiri Forooshani, Joel Ramirez 외

Deep artificial neural networks (DNNs) have moved to the forefront of medical image analysis due to their success in classification, segmentation, and detection challenges. A principal challenge in large-scale deployment…

BenchmarkingData AugmentationHippocampusImage Segmentation+3

Robust Medical Instrument Segmentation Challenge 2019

2020-03-23 · Tobias Ross, Annika Reinke, Peter M. Full, Martin Wagner 외

Intraoperative tracking of laparoscopic instruments is often a prerequisite for computer and robotic-assisted interventions. While numerous methods for detecting, segmenting and tracking of medical instruments based on e…

BenchmarkingInstance SegmentationIntraoperative TrackingSegmentation+1