paper-with-me

Papers

CONSIGN: Conformal Segmentation Informed by Spatial Groupings via Decomposition

2025-05-20 · Bruno Viti, Elias Karabelas, Martin Holler

Most machine learning-based image segmentation models produce pixel-wise confidence scores - typically derived from softmax outputs - that represent the model's predicted probability for each class label at every pixel. While this information can be particularly valuable in high-stakes domains such as medical imaging, these (uncalibrated) scores are heuristic in nature and do not constitute rigorous quantitative uncertainty estimates. Conformal prediction (CP) provides a principled framework for transforming heuristic confidence scores into statistically valid uncertainty estimates. However, applying CP directly to image segmentation ignores the spatial correlations between pixels, a fundamental characteristic of image data. This can result in overly conservative and less interpretable uncertainty estimates. To address this, we propose CONSIGN (Conformal Segmentation Informed by Spatial Groupings via Decomposition), a CP-based method that incorporates spatial correlations to improve uncertainty quantification in image segmentation. Our method generates meaningful prediction sets that come with user-specified, high-probability error guarantees. It is compatible with any pre-trained segmentation model capable of generating multiple sample outputs - such as those using dropout, Bayesian modeling, or ensembles. We evaluate CONSIGN against a standard pixel-wise CP approach across three medical imaging datasets and two COCO dataset subsets, using three different pre-trained segmentation models. Results demonstrate that accounting for spatial structure significantly improves performance across multiple metrics and enhances the quality of uncertainty estimates.

📄 PDF Abstract BibTeX arXiv:2505.14113

Code (0)

등록된 구현이 없습니다.

Tasks

Conformal PredictionImage SegmentationSegmentationSemantic SegmentationUncertainty Quantification

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 제목 키워드 기반

Language Model Based Chinese Handwriting Address Recognition

2022-11-01 · ROCLING 2022 11 · Chieh-Jen Wang, Yung-Ping Tien, Yun-Wei Hung

Chinese handwritten address recognition of consignment note is an important challenge of smart logistics automation. Chinese handwritten characters detection and recognition is the key technology for this application. Si…

Handwriting RecognitionLanguage ModelingLanguage Modellingmodel

PUPS: Point Cloud Unified Panoptic Segmentation

2023-02-13 · Shihao Su, Jianyun Xu, Huanyu Wang, Zhenwei Miao 외

Point cloud panoptic segmentation is a challenging task that seeks a holistic solution for both semantic and instance segmentation to predict groupings of coherent points. Previous approaches treat semantic and instance …

DecoderInstance SegmentationPanoptic SegmentationSegmentation+1

A Conformal Prediction Framework for Uncertainty Quantification in Physics-Informed Neural Networks

2025-09-17 · Yifan Yu, Cheuk Hin Ho, Yangshuai Wang arxiv

Physics-Informed Neural Networks (PINNs) have emerged as a powerful framework for solving PDEs, yet existing uncertainty quantification (UQ) approaches for PINNs generally lack rigorous statistical guarantees. In this wo…

Anatomically-aware conformal prediction for medical image segmentation with random walks

2026-01-26 · Mélanie Gaillochet, Christian Desrosiers, Hervé Lombaert arxiv

The reliable deployment of deep learning in medical imaging requires uncertainty quantification that provides rigorous error guarantees while remaining anatomically meaningful. Conformal prediction (CP) is a powerful dis…

Medical Image Segmentation

Automatically Adaptive Conformal Risk Control

2024-06-25 · Vincent Blot, Anastasios N Angelopoulos, Michael I Jordan, Nicolas J-B Brunel

Science and technology have a growing need for effective mechanisms that ensure reliable, controlled performance from black-box machine learning algorithms. These performance guarantees should ideally hold conditionally …

Image SegmentationSemantic Segmentation