paper-with-me

홈 › Papers

Bayesian Active Learning for Semantic Segmentation

2024-08-03 · Sima Didari, WenJun Hu, Jae Oh Woo, Heng Hao, Hankyu Moon, Seungjai Min

Fully supervised training of semantic segmentation models is costly and challenging because each pixel within an image needs to be labeled. Therefore, the sparse pixel-level annotation methods have been introduced to train models with a subset of pixels within each image. We introduce a Bayesian active learning framework based on sparse pixel-level annotation that utilizes a pixel-level Bayesian uncertainty measure based on Balanced Entropy (BalEnt) [84]. BalEnt captures the information between the models' predicted marginalized probability distribution and the pixel labels. BalEnt has linear scalability with a closed analytical form and can be calculated independently per pixel without relational computations with other pixels. We train our proposed active learning framework for Cityscapes, Camvid, ADE20K and VOC2012 benchmark datasets and show that it reaches supervised levels of mIoU using only a fraction of labeled pixels while outperforming the previous state-of-the-art active learning models with a large margin.

📄 PDF Abstract BibTeX arXiv:2408.01694

Code (0)

등록된 구현이 없습니다.

Tasks

Active LearningSemantic Segmentation

Similar Papers 제목 키워드 기반

B$^3$-Seg: Camera-Free, Training-Free 3DGS Segmentation via Analytic EIG and Beta-Bernoulli Bayesian Updates

2026-02-19 · Hiromichi Kamata, Samuel Arthur Munro, Fuminori Homma arxiv

Interactive 3D Gaussian Splatting (3DGS) segmentation is essential for real-time editing of pre-reconstructed assets in film and game production. However, existing methods rely on predefined camera viewpoints, ground-tru…

Evaluating Bayesian Deep Learning Methods for Semantic Segmentation

2018-11-30 · Jishnu Mukhoti, Yarin Gal

Deep learning has been revolutionary for computer vision and semantic segmentation in particular, with Bayesian Deep Learning (BDL) used to obtain uncertainty maps from deep models when predicting semantic classes. This …

Anomaly DetectionAutonomous DrivingDeep LearningSegmentation+2

Does SAM dream of EIG? Characterizing Interactive Segmenter Performance using Expected Information Gain

2024-04-24 · Kuan-I Chung, Daniel Moyer

We introduce an assessment procedure for interactive segmentation models. Based on concepts from Bayesian Experimental Design, the procedure measures a model's understanding of point prompts and their correspondence with…

Experimental DesignImage SegmentationInteractive SegmentationSegmentation+1

BiSeg: Simultaneous Instance Segmentation and Semantic Segmentation with Fully Convolutional Networks

2017-06-07 · Viet-Quoc Pham, Satoshi Ito, Tatsuo Kozakaya

We present a simple and effective framework for simultaneous semantic segmentation and instance segmentation with Fully Convolutional Networks (FCNs). The method, called BiSeg, predicts instance segmentation as a posteri…

Bayesian InferenceInstance SegmentationPositionSegmentation+1

DEAL: Difficulty-aware Active Learning for Semantic Segmentation

2020-10-17 · Shuai Xie, Zunlei Feng, Ying Chen, Songtao Sun 외

Active learning aims to address the paucity of labeled data by finding the most informative samples. However, when applying to semantic segmentation, existing methods ignore the segmentation difficulty of different seman…

Active LearningSegmentationSemantic Segmentation