paper-with-me

홈 › Papers

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. Yet, following this formulation, standard architectures will inevitably encounter various challenges under more realistic settings where the scope of categories scales up (e.g., beyond the level of 1k). On the other hand, in a typical image or video, only a few categories, i.e., a small subset of the complete label are present. Motivated by this intuition, in this paper, we propose to decompose segmentation into two sub-problems: (i) image-level or video-level multi-label classification and (ii) pixel-level rank-adaptive selected-label classification. Given an input image or video, our framework first conducts multi-label classification over the complete label, then sorts the complete label and selects a small subset according to their class confidence scores. We then use a rank-adaptive pixel classifier to perform the pixel-wise classification over only the selected labels, which uses a set of rank-oriented learnable temperature parameters to adjust the pixel classifications scores. Our approach is conceptually general and can be used to improve various existing segmentation frameworks by simply using a lightweight multi-label classification head and rank-adaptive pixel classifier. We demonstrate the effectiveness of our framework with competitive experimental results across four tasks, including image semantic segmentation, image panoptic segmentation, video instance segmentation, and video semantic segmentation. Especially, with our RankSeg, Mask2Former gains +0.8%/+0.7%/+0.7% on ADE20K panoptic segmentation/YouTubeVIS 2019 video instance segmentation/VSPW video semantic segmentation benchmarks respectively.

📄 PDF Abstract BibTeX arXiv:2203.04187

Code (2)

openseg-group/mlseg 공식 구현 pytorch
openseg-group/rankseg 공식 구현 pytorch

Tasks

ClassificationInstance SegmentationMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATIONPanoptic SegmentationSegmentationSemantic SegmentationVideo Instance SegmentationVideo SegmentationVideo Semantic Segmentation

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

Adaptive Nonparametric Image Parsing

2015-05-07 · Tam V. Nguyen, Can-Yi Lu, Jose Sepulveda, Shuicheng Yan

In this paper, we present an adaptive nonparametric solution to the image parsing task, namely annotating each image pixel with its corresponding category label. For a given test image, first, a locality-aware retrieval …

Retrieval

Locally Adaptive Learning Loss for Semantic Image Segmentation

2018-02-23 · Jinjiang Guo, Pengyuan Ren, Aiguo Gu, Jian Xu 외

We propose a novel locally adaptive learning estimator for enhancing the inter- and intra- discriminative capabilities of Deep Neural Networks, which can be used as improved loss layer for semantic image segmentation tas…

Image SegmentationSegmentationSemantic Segmentation

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

GPUImage SegmentationSegmentation

Long-Range Correlation Supervision for Land-Cover Classification from Remote Sensing Images

2023-09-08 · Dawen Yu, Shunping Ji

Long-range dependency modeling has been widely considered in modern deep learning based semantic segmentation methods, especially those designed for large-size remote sensing images, to compensate the intrinsic locality …

Land Cover ClassificationSegmentationSemantic Segmentation