paper-with-me

홈 › Papers

Quantifying Statistical Significance of Neural Network-based Image Segmentation by Selective Inference

2020-10-05 · Vo Nguyen Le Duy, Shogo Iwazaki, Ichiro Takeuchi

Although a vast body of literature relates to image segmentation methods that use deep neural networks (DNNs), less attention has been paid to assessing the statistical reliability of segmentation results. In this study, we interpret the segmentation results as hypotheses driven by DNN (called DNN-driven hypotheses) and propose a method by which to quantify the reliability of these hypotheses within a statistical hypothesis testing framework. Specifically, we consider a statistical hypothesis test for the difference between the object and background regions. This problem is challenging, as the difference would be falsely large because of the adaptation of the DNN to the data. To overcome this difficulty, we introduce a conditional selective inference (SI) framework -- a new statistical inference framework for data-driven hypotheses that has recently received considerable attention -- to compute exact (non-asymptotic) valid p-values for the segmentation results. To use the conditional SI framework for DNN-based segmentation, we develop a new SI algorithm based on the homotopy method, which enables us to derive the exact (non-asymptotic) sampling distribution of DNN-driven hypothesis. We conduct experiments on both synthetic and real-world datasets, through which we offer evidence that our proposed method can successfully control the false positive rate, has good performance in terms of computational efficiency, and provides good results when applied to medical image data.

📄 PDF Abstract BibTeX arXiv:2010.01823

Code (2)

vonguyenleduy/dnn_representation_selective_inference 공식 구현 tf
vonguyenleduy/dnn_segmentation_selective_inference 공식 구현 tf

Tasks

Computational EfficiencyImage SegmentationSegmentationSemantic SegmentationTwo-sample testingvalid

Similar Papers 제목 키워드 기반

Statistical Test on Diffusion Model-based Anomaly Detection by Selective Inference

2024-02-19 · Teruyuki Katsuoka, Tomohiro Shiraishi, Daiki Miwa, Vo Nguyen Le Duy 외

Advancements in AI image generation, particularly diffusion models, have progressed rapidly. However, the absence of an established framework for quantifying the reliability of AI-generated images hinders their use in cr…

Anomaly DetectionDecision MakingImage Generation

Computing Valid p-values for Image Segmentation by Selective Inference

2019-06-03 · CVPR 2020 6 · Kosuke Tanizaki, Noriaki Hashimoto, Yu Inatsu, Hidekata Hontani 외

Image segmentation is one of the most fundamental tasks of computer vision. In many practical applications, it is essential to properly evaluate the reliability of individual segmentation results. In this study, we propo…

Image SegmentationSegmentationSemantic Segmentationvalid

SSEGEP: Small SEGment Emphasized Performance evaluation metric for medical image segmentation

2021-09-08 · Ammu R, Neelam Sinha

Automatic image segmentation is a critical component of medical image analysis, and hence quantifying segmentation performance is crucial. Challenges in medical image segmentation are mainly due to spatial variations of …

Image SegmentationMedical Image AnalysisMedical Image SegmentationSegmentation+1

Statistical Testing Framework for Clustering Pipelines by Selective Inference

2026-03-19 · Yugo Miyata, Tomohiro Shiraishi, Shuichi Nishino, Ichiro Takeuchi arxiv

A data analysis pipeline is a structured sequence of steps that transforms raw data into meaningful insights by integrating multiple analysis algorithms. In many practical applications, analytical findings are obtained o…

Outlier Detection

si4onnx: A Python package for Selective Inference in Deep Learning Models

2025-01-29 · Teruyuki Katsuoka, Tomohiro Shiraishi, Daiki Miwa, Shuichi Nishino 외

In this paper, we introduce si4onnx, a package for performing selective inference on deep learning models. Techniques such as CAM in XAI and reconstruction-based anomaly detection using VAE can be interpreted as methods …

Anomaly DetectionDeep Learning