paper-with-me

홈 › Papers

False Negative Reduction in Semantic Segmentation under Domain Shift using Depth Estimation

2022-07-07 · Kira Maag, Matthias Rottmann

State-of-the-art deep neural networks demonstrate outstanding performance in semantic segmentation. However, their performance is tied to the domain represented by the training data. Open world scenarios cause inaccurate predictions which is hazardous in safety relevant applications like automated driving. In this work, we enhance semantic segmentation predictions using monocular depth estimation to improve segmentation by reducing the occurrence of non-detected objects in presence of domain shift. To this end, we infer a depth heatmap via a modified segmentation network which generates foreground-background masks, operating in parallel to a given semantic segmentation network. Both segmentation masks are aggregated with a focus on foreground classes (here road users) to reduce false negatives. To also reduce the occurrence of false positives, we apply a pruning based on uncertainty estimates. Our approach is modular in a sense that it post-processes the output of any semantic segmentation network. In our experiments, we observe less non-detected objects of most important classes and an enhanced generalization to other domains compared to the basic semantic segmentation prediction.

📄 PDF Abstract BibTeX arXiv:2207.03513

Code (1)

kmaag/fn-reduction-using-depth 공식 구현

Tasks

Depth EstimationMonocular Depth EstimationSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Pruning 설명 없음
Heatmap 설명 없음

Similar Papers 제목 키워드 기반

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

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

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 identica…

Semantic Segmentation

FaNe: Towards Fine-Grained Cross-Modal Contrast with False-Negative Reduction and Text-Conditioned Sparse Attention

2025-11-15 · Peng Zhang, Zhihui Lai, Wenting Chen, Xu Wu 외 arxiv

Medical vision-language pre-training (VLP) offers significant potential for advancing medical image understanding by leveraging paired image-report data. However, existing methods are limited by Fa}lse Negatives (FaNe) i…

Semantic SegmentationImage ClassificationObject Detection

False: False Negative Samples Aware Contrastive Learning for Semantic Segmentation of High-Resolution Remote Sensing Image

2022-11-15 · Zhaoyang Zhang, Xuying Wang, Xiaoming Mei, Chao Tao 외

The existing SSCL of RSI is built based on constructing positive and negative sample pairs. However, due to the richness of RSI ground objects and the complexity of the RSI contextual semantics, the same RSI patches have…

Contrastive LearningSegmentationSemantic Segmentation

False Negative Reduction in Video Instance Segmentation using Uncertainty Estimates

2021-06-28 · Kira Maag

Instance segmentation of images is an important tool for automated scene understanding. Neural networks are usually trained to optimize their overall performance in terms of accuracy. Meanwhile, in applications such as a…

Depth EstimationInstance SegmentationScene UnderstandingSemantic Segmentation+3

Stereo obstacle detection for unmanned surface vehicles by IMU-assisted semantic segmentation

2018-02-22 · Borja Bovcon, Rok Mandeljc, Janez Perš, Matej Kristan

A new obstacle detection algorithm for unmanned surface vehicles (USVs) is presented. A state-of-the-art graphical model for semantic segmentation is extended to incorporate boat pitch and roll measurements from the on-b…

Edge DetectionSegmentationSemantic Segmentation