paper-with-me

홈 › Papers

Right Regions, Wrong Labels: Semantic Label Flips in Segmentation under Correlation Shift

2026-04-14 · Akshit Achara, Yovin Yahathugoda, Nick Byrne, Michela Antonelli, Esther Puyol Anton, Alexander Hammers, Andrew P. King arxiv

The robustness of machine learning models can be compromised by spurious correlations between non-causal features in the input data and target labels. A common way to test for such correlations is to train on data where the label is strongly tied to some non-causal cue, then evaluate on examples where that tie no longer holds. This idea is well established for classification tasks, but for semantic segmentation the specific failure modes are not well understood. We show that a model may achieve reasonable overlap while assigning the wrong semantic label, swapping one plausible foreground class for another, even when object boundaries are largely correct. We focus on this semantic label-flip behaviour and quantify it with a simple diagnostic (Flip) that counts how often ground truth foreground pixels are assigned the wrong foreground identity while remaining predicted as foreground. In a setting where category and scene are correlated during training, increasing the correlation consistently widens the gap between common and rare test conditions and increases these within-object label swaps on counterfactual groups. Overall, our results motivate assessing segmentation robustness under distribution shift beyond overlap by decomposing foreground errors into correct pixels, flipped-identity pixels, and missed-to-background pixels. We also propose an entropy-based, ground truth label-free `flip-risk' score, which is computed from foreground identity uncertainty, and show that it can flag flip-prone cases at inference time. Code is available at https://github.com/acharaakshit/label-flips.

📄 PDF Abstract BibTeX arXiv:2604.13326

Code (0)

등록된 구현이 없습니다.

Tasks

Semantic Segmentation

Similar Papers 제목 키워드 기반

Two Wrongs Don't Make a Right: Combating Confirmation Bias in Learning with Label Noise

2021-12-06 · Mingcai Chen, Hao Cheng, Yuntao Du, Ming Xu 외

Noisy labels damage the performance of deep networks. For robust learning, a prominent two-stage pipeline alternates between eliminating possible incorrect labels and semi-supervised training. However, discarding part of…

Image Classification

A Soft-label Method for Noise-tolerant Distantly Supervised Relation Extraction

2017-09-01 · EMNLP 2017 9 · Tianyu Liu, Kexiang Wang, Baobao Chang, Zhifang Sui

Distant-supervised relation extraction inevitably suffers from wrong labeling problems because it heuristically labels relational facts with knowledge bases. Previous sentence level denoise models don{'}t achieve satisfy…

RelationRelation ExtractionSentence

From Polarity to Intensity: Mining Morality from Semantic Space

2022-10-01 · COLING 2022 10 · Chunxu Zhao, Pengyuan Liu, Dong Yu

Most works on computational morality focus on moral polarity recognition, i.e., distinguishing right from wrong. However, a discrete polarity label is not informative enough to reflect morality as it does not contain any…

Sentence

Right for the Right Reason: Evidence Extraction for Trustworthy Tabular Reasoning

2021-11-16 · ACL ARR November 2021 11 · Anonymous

When pre-trained contextualized embeddings-based models developed for unstructured data are adapted for structured tabular data, they perform admirably. However, recent probing studies show that these models use spurious…

Pseudo-Label Noise Suppression Techniques for Semi-Supervised Semantic Segmentation

2022-10-19 · Sebastian Scherer, Robin Schön, Rainer Lienhart

Semi-supervised learning (SSL) can reduce the need for large labelled datasets by incorporating unlabelled data into the training. This is particularly interesting for semantic segmentation, where labelling data is very …

Pose EstimationPseudo LabelPseudo Label FilteringSemantic Segmentation+1