paper-with-me

홈 › Papers

The Fishyscapes Benchmark: Measuring Blind Spots in Semantic Segmentation

2019-04-05 · Hermann Blum, Paul-Edouard Sarlin, Juan Nieto, Roland Siegwart, Cesar Cadena

Deep learning has enabled impressive progress in the accuracy of semantic segmentation. Yet, the ability to estimate uncertainty and detect failure is key for safety-critical applications like autonomous driving. Existing uncertainty estimates have mostly been evaluated on simple tasks, and it is unclear whether these methods generalize to more complex scenarios. We present Fishyscapes, the first public benchmark for uncertainty estimation in a real-world task of semantic segmentation for urban driving. It evaluates pixel-wise uncertainty estimates towards the detection of anomalous objects in front of the vehicle. We~adapt state-of-the-art methods to recent semantic segmentation models and compare approaches based on softmax confidence, Bayesian learning, and embedding density. Our results show that anomaly detection is far from solved even for ordinary situations, while our benchmark allows measuring advancements beyond the state-of-the-art.

📄 PDF Abstract BibTeX arXiv:1904.03215

Code (1)

hermannsblum/fishyscapes 공식 구현 tf

Tasks

Anomaly DetectionAutonomous DrivingSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

Blind-Spots-Bench: Evaluating Blind Spots in Multimodal Models

2026-07-09 · Matteo Santelmo, Xiuying Wei, Israa Fakih, Felix Bauer 외 arxiv

Modern AI models achieve strong performance on many established benchmarks, yet they still fail on tasks that humans find almost trivial, such as manipulating a string or drawing a dog with five legs. These examples sugg…

Prototypicality Bias Reveals Blindspots in Multimodal Evaluation Metrics

2026-01-08 · Subhadeep Roy, Gagan Bhatia, Steffen Eger arxiv

Automatic metrics are widely used to evaluate text-to-image models, often replacing human judgment in benchmarking, model selection, and large-scale data filtering. Yet they may reward images that look plausible or proto…

Towards a More Rigorous Science of Blindspot Discovery in Image Classification Models

2022-07-08 · Gregory Plumb, Nari Johnson, Ángel Alexander Cabrera, Ameet Talwalkar

A growing body of work studies Blindspot Discovery Methods ("BDM"s): methods that use an image embedding to find semantically meaningful (i.e., united by a human-understandable concept) subsets of the data where an image…

Dimensionality Reductionimage-classificationImage Classification

BlindSpotNet: Seeing Where We Cannot See

2022-07-08 · Taichi Fukuda, Kotaro Hasegawa, Shinya Ishizaki, Shohei Nobuhara 외

We introduce 2D blind spot estimation as a critical visual task for road scene understanding. By automatically detecting road regions that are occluded from the vehicle's vantage point, we can proactively alert a manual …

Depth EstimationMonocular Depth Estimationroad scene understandingScene Understanding+1

Discovering Blind Spots in Reinforcement Learning

2018-05-23 · Ramya Ramakrishnan, Ece Kamar, Debadeepta Dey, Julie Shah 외

Agents trained in simulation may make errors in the real world due to mismatches between training and execution environments. These mistakes can be dangerous and difficult to discover because the agent cannot predict the…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)