paper-with-me

Papers

Exposing Semantic Segmentation Failures via Maximum Discrepancy Competition

2021-02-27 · Jiebin Yan, Yu Zhong, Yuming Fang, Zhangyang Wang, Kede Ma

Semantic segmentation is an extensively studied task in computer vision, with numerous methods proposed every year. Thanks to the advent of deep learning in semantic segmentation, the performance on existing benchmarks is close to saturation. A natural question then arises: Does the superior performance on the closed (and frequently re-used) test sets transfer to the open visual world with unconstrained variations? In this paper, we take steps toward answering the question by exposing failures of existing semantic segmentation methods in the open visual world under the constraint of very limited human labeling effort. Inspired by previous research on model falsification, we start from an arbitrarily large image set, and automatically sample a small image set by MAximizing the Discrepancy (MAD) between two segmentation methods. The selected images have the greatest potential in falsifying either (or both) of the two methods. We also explicitly enforce several conditions to diversify the exposed failures, corresponding to different underlying root causes. A segmentation method, whose failures are more difficult to be exposed in the MAD competition, is considered better. We conduct a thorough MAD diagnosis of ten PASCAL VOC semantic segmentation algorithms. With detailed analysis of experimental results, we point out strengths and weaknesses of the competing algorithms, as well as potential research directions for further advancement in semantic segmentation. The codes are publicly available at \url{https://github.com/QTJiebin/MAD_Segmentation}.

📄 PDF Abstract BibTeX arXiv:2103.00259

Code (1)

QTJiebin/MAD_Segmentation 공식 구현

Tasks

SegmentationSemantic Segmentation

Similar Papers 제목 키워드 기반

Efficiently Troubleshooting Image Segmentation Models with Human-In-The-Loop

2021-01-01 · Haotao Wang, Tianlong Chen, Zhangyang Wang, Kede Ma

Image segmentation lays the foundation for many high-stakes vision applications such as autonomous driving and medical image analysis. It is, therefore, of great importance to not only improve the accuracy of segmentatio…

Autonomous DrivingImage SegmentationMedical Image AnalysisSegmentation+1

Domain-invariant Mixed-domain Semi-supervised Medical Image Segmentation with Clustered Maximum Mean Discrepancy Alignment

2026-01-23 · Ba-Thinh Lam, Thanh-Huy Nguyen, Hoang-Thien Nguyen, Quang-Khai Bui-Tran 외 arxiv

Deep learning has shown remarkable progress in medical image semantic segmentation, yet its success heavily depends on large-scale expert annotations and consistent data distributions. In practice, annotations are scarce…

Semi-supervised Medical Image SegmentationSemantic SegmentationDomain Adaptation

Direct Segmentation without Logits Optimization for Training-Free Open-Vocabulary Semantic Segmentation

2026-04-09 · Jiahao Li, Yang Lu, Yachao Zhang, Fangyong Wang 외 arxiv

Open-vocabulary semantic segmentation (OVSS) aims to segment arbitrary category regions in images using open-vocabulary prompts, necessitating that existing methods possess pixel-level vision-language alignment capabilit…

Semantic Segmentation

MCDAL: Maximum Classifier Discrepancy for Active Learning

2021-07-23 · Jae Won Cho, Dong-Jin Kim, Yunjae Jung, In So Kweon

Recent state-of-the-art active learning methods have mostly leveraged Generative Adversarial Networks (GAN) for sample acquisition; however, GAN is usually known to suffer from instability and sensitivity to hyper-parame…

Active LearningClassificationDomain Adaptationimage-classification+2

Recursive Training for Zero-Shot Semantic Segmentation

2021-02-26 · Ce Wang, Moshiur Farazi, Nick Barnes

General purpose semantic segmentation relies on a backbone CNN network to extract discriminative features that help classify each image pixel into a 'seen' object class (ie., the object classes available during training)…

SegmentationSemantic SegmentationZero-Shot Semantic Segmentation