paper-with-me

Papers

MetaFusion: Controlled False-Negative Reduction of Minority Classes in Semantic Segmentation

2019-12-16 · Robin Chan, Matthias Rottmann, Fabian Hüger, Peter Schlicht, Hanno Gottschalk

In semantic segmentation datasets, classes of high importance are oftentimes underrepresented, e.g., humans in street scenes. Neural networks are usually trained to reduce the overall number of errors, attaching identical loss to errors of all kinds. However, this is not necessarily aligned with human intuition. For instance, an overlooked pedestrian seems more severe than an incorrectly detected one. One possible remedy is to deploy different decision rules by introducing class priors which assigns larger weight to underrepresented classes. While reducing the false-negatives of the underrepresented class, at the same time this leads to a considerable increase of false-positive indications. In this work, we combine decision rules with methods for false-positive detection. We therefore fuse false-negative detection with uncertainty based false-positive meta classification. We present proof-of-concept results for CIFAR-10, and prove the efficiency of our method for the semantic segmentation of street scenes on the Cityscapes dataset based on predicted instances of the 'human' class. In the latter we employ an advanced false-positive detection method using uncertainty measures aggregated over instances. We thereby achieve improved trade-offs between false-negative and false-positive samples of the underrepresented classes.

📄 PDF Abstract BibTeX arXiv:1912.07420

Code (0)

등록된 구현이 없습니다.

Tasks

Semantic Segmentation

Similar Papers 제목 키워드 기반

FairCal: Fairness Calibration for Face Verification

2021-06-07 · ICLR 2022 4 · Tiago Salvador, Stephanie Cairns, Vikram Voleti, Noah Marshall 외

Despite being widely used, face recognition models suffer from bias: the probability of a false positive (incorrect face match) strongly depends on sensitive attributes such as the ethnicity of the face. As a result, the…

AttributeFace RecognitionFace VerificationFairness

Time-Series Contrastive Learning against False Negatives and Class Imbalance

2023-12-19 · Xiyuan Jin, Jing Wang, Lei Liu, Youfang Lin

As an exemplary self-supervised approach for representation learning, time-series contrastive learning has exhibited remarkable advancements in contemporary research. While recent contrastive learning strategies have foc…

Contrastive LearningRepresentation LearningTime Series

Emphasis on the Minimization of False Negatives or False Positives in Binary Classification

2022-04-06 · Sanskriti Singh

The minimization of specific cases in binary classification, such as false negatives or false positives, grows increasingly important as humans begin to implement more machine learning into current products. While there …

Binary Classification

Learning to Annotate Delayed and False AEB Events: A Practical System for Extreme Class Imbalance and Asymmetric Label Noise

2026-06-17 · Mengxiang Hao, Xin Jiang, Xinghao Huang, Wenliang Su 외 arxiv

Autonomous Emergency Braking (AEB) optimization relies on accurately annotated real-world trigger events, particularly rare but critical delayed and false AEB triggers that expose system deficiencies. However, these mino…

Data Augmentation

Quantifying Empirical Compute-Supervision Tradeoffs in RLVR

2026-05-24 · Ryo Mitsuhashi, Patrick Chen, Isabelle Tseng, Jasin Cekinmez 외 arxiv

Reinforcement learning with verifiable rewards (RLVR) has become a standard paradigm for post-training language models, but in practice, verifiers are rarely perfect. Recent theoretical work predicts that verifier noise …

Reinforcement Learning