paper-with-me

홈 › Papers

RankSEG: A Consistent Ranking-based Framework for Segmentation

2022-06-27 · Ben Dai, Chunlin Li

Segmentation has emerged as a fundamental field of computer vision and natural language processing, which assigns a label to every pixel/feature to extract regions of interest from an image/text. To evaluate the performance of segmentation, the Dice and IoU metrics are used to measure the degree of overlap between the ground truth and the predicted segmentation. In this paper, we establish a theoretical foundation of segmentation with respect to the Dice/IoU metrics, including the Bayes rule and Dice-/IoU-calibration, analogous to classification-calibration or Fisher consistency in classification. We prove that the existing thresholding-based framework with most operating losses are not consistent with respect to the Dice/IoU metrics, and thus may lead to a suboptimal solution. To address this pitfall, we propose a novel consistent ranking-based framework, namely RankDice/RankIoU, inspired by plug-in rules of the Bayes segmentation rule. Three numerical algorithms with GPU parallel execution are developed to implement the proposed framework in large-scale and high-dimensional segmentation. We study statistical properties of the proposed framework. We show it is Dice-/IoU-calibrated, and its excess risk bounds and the rate of convergence are also provided. The numerical effectiveness of RankDice/mRankDice is demonstrated in various simulated examples and Fine-annotated CityScapes, Pascal VOC and Kvasir-SEG datasets with state-of-the-art deep learning architectures.

📄 PDF Abstract BibTeX arXiv:2206.13086

Code (1)

statmlben/rankseg 공식 구현 pytorch

Tasks

GPUImage SegmentationSegmentation

Similar Papers 제목 키워드 기반

RankSEG-RMA: An Efficient Segmentation Algorithm via Reciprocal Moment Approximation

2025-10-17 · Zixun Wang, Ben Dai arxiv

Semantic segmentation labels each pixel in an image with its corresponding class, and is typically evaluated using the Intersection over Union (IoU) and Dice metrics to quantify the overlap between predicted and ground-t…

Semantic Segmentation

RankSeg: Adaptive Pixel Classification with Image Category Ranking for Segmentation

2022-03-08 · Haodi He, Yuhui Yuan, Xiangyu Yue, Han Hu

The segmentation task has traditionally been formulated as a complete-label pixel classification task to predict a class for each pixel from a fixed number of predefined semantic categories shared by all images or videos…

ClassificationInstance SegmentationMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATION+6

SegWithU: Uncertainty as Perturbation Energy for Single-Forward-Pass Risk-Aware Medical Image Segmentation

2026-04-16 · Tianhao Fu, Austin Wang, Charles Chen, Roby Aldave-Garza 외 arxiv

Reliable uncertainty estimation is critical for medical image segmentation, where automated contours feed downstream quantification and clinical decision support. Many strong uncertainty methods require repeated inferenc…

Medical Image Segmentation

Learning to Segment Moving Objects in Videos

2014-12-19 · CVPR 2015 6 · Katerina Fragkiadaki, Pablo Arbelaez, Panna Felsen, Jitendra Malik

We segment moving objects in videos by ranking spatio-temporal segment proposals according to "moving objectness": how likely they are to contain a moving object. In each video frame, we compute segment proposals using m…

SegmentationVideo SegmentationVideo Semantic Segmentation

Towards Global Optimal Visual In-Context Learning Prompt Selection

2024-05-24 · Chengming Xu, Chen Liu, Yikai Wang, Yuan YAO 외

Visual In-Context Learning (VICL) is a prevailing way to transfer visual foundation models to new tasks by leveraging contextual information contained in in-context examples to enhance learning and prediction of query sa…

ColorizationForeground SegmentationImage ColorizationIn-Context Learning+2