paper-with-me

Papers

Adaptive Superpixel for Active Learning in Semantic Segmentation

2023-03-29 · ICCV 2023 1 · Hoyoung Kim, Minhyeon Oh, Sehyun Hwang, Suha Kwak, Jungseul Ok

Learning semantic segmentation requires pixel-wise annotations, which can be time-consuming and expensive. To reduce the annotation cost, we propose a superpixel-based active learning (AL) framework, which collects a dominant label per superpixel instead. To be specific, it consists of adaptive superpixel and sieving mechanisms, fully dedicated to AL. At each round of AL, we adaptively merge neighboring pixels of similar learned features into superpixels. We then query a selected subset of these superpixels using an acquisition function assuming no uniform superpixel size. This approach is more efficient than existing methods, which rely only on innate features such as RGB color and assume uniform superpixel sizes. Obtaining a dominant label per superpixel drastically reduces annotators' burden as it requires fewer clicks. However, it inevitably introduces noisy annotations due to mismatches between superpixel and ground truth segmentation. To address this issue, we further devise a sieving mechanism that identifies and excludes potentially noisy annotations from learning. Our experiments on both Cityscapes and PASCAL VOC datasets demonstrate the efficacy of adaptive superpixel and sieving mechanisms.

📄 PDF Abstract BibTeX arXiv:2303.16817

Code (1)

ml-postech/adaptive-superpixel-for-active-learning-in-semantic-segmentation 공식 구현 tf

Tasks

Active LearningSegmentationSemantic SegmentationSuperpixels

Similar Papers 제목 키워드 기반

Interactive multiclass segmentation using superpixel classification

2015-10-12 · Bérengère Mathieu, Alain Crouzil, Jean-Baptiste Puel

This paper adresses the problem of interactive multiclass segmentation. We propose a fast and efficient new interactive segmentation method called Superpixel Classification-based Interactive Segmentation (SCIS). From a f…

ClassificationGeneral ClassificationInteractive SegmentationSegmentation

Revisiting Superpixels for Active Learning in Semantic Segmentation With Realistic Annotation Costs

2021-06-19 · CVPR 2021 1 · Lile Cai, Xun Xu, Jun Hao Liew, Chuan Sheng Foo

State-of-the-art methods for semantic segmentation are based on deep neural networks that are known to be data-hungry. Region-based active learning has shown to be a promising method for reducing data annotation cost…

Active LearningSemantic SegmentationSuperpixels

Superpixel Anything: A general object-based framework for accurate yet regular superpixel segmentation

2025-09-16 · Julien Walther, Rémi Giraud, Michaël Clément arxiv

Superpixels are widely used in computer vision to simplify image representation and reduce computational complexity. While traditional methods rely on low-level features, deep learning-based approaches leverage high-leve…

Re-purposing SAM into Efficient Visual Projectors for MLLM-Based Referring Image Segmentation

2025-09-17 · Xiaobo Yang, Xiaojin Gong arxiv

Recently, Referring Image Segmentation (RIS) frameworks that pair the Multimodal Large Language Model (MLLM) with the Segment Anything Model (SAM) have achieved impressive results. However, adapting MLLM to segmentation …

Image Segmentation

Rethinking Superpixel Segmentation from Biologically Inspired Mechanisms

2023-09-23 · TingYu Zhao, Bo Peng, Yuan Sun, DaiPeng Yang 외

Recently, advancements in deep learning-based superpixel segmentation methods have brought about improvements in both the efficiency and the performance of segmentation. However, a significant challenge remains in genera…

SegmentationSuperpixels