paper-with-me

Papers

ISIM: Iterative Self-Improved Model for Weakly Supervised Segmentation

2022-11-22 · Cenk Bircanoglu, Nafiz Arica

Weakly Supervised Semantic Segmentation (WSSS) is a challenging task aiming to learn the segmentation labels from class-level labels. In the literature, exploiting the information obtained from Class Activation Maps (CAMs) is widely used for WSSS studies. However, as CAMs are obtained from a classification network, they are interested in the most discriminative parts of the objects, producing non-complete prior information for segmentation tasks. In this study, to obtain more coherent CAMs with segmentation labels, we propose a framework that employs an iterative approach in a modified encoder-decoder-based segmentation model, which simultaneously supports classification and segmentation tasks. As no ground-truth segmentation labels are given, the same model also generates the pseudo-segmentation labels with the help of dense Conditional Random Fields (dCRF). As a result, the proposed framework becomes an iterative self-improved model. The experiments performed with DeepLabv3 and UNet models show a significant gain on the Pascal VOC12 dataset, and the DeepLabv3 application increases the current state-of-the-art metric by %2.5. The implementation associated with the experiments can be found: https://github.com/cenkbircanoglu/isim.

📄 PDF Abstract BibTeX arXiv:2211.12455

Code (1)

cenkbircanoglu/isim 공식 구현 pytorch

Tasks

DecoderSegmentationSemantic SegmentationWeakly supervised segmentationWeakly supervised Semantic SegmentationWeakly-Supervised Semantic Segmentation

Methods 이 논문이 사용한 방법론

Dilated Convolution 설명 없음
Spatial Pyramid Pooling Spatial Pyramid Pooling (SPP) is a pooling layer that removes the fixed-size constraint of the network, i.e. a CNN does not require a fixed-size input image. Specifically, we…
Batch Normalization 설명 없음
ASPP Atrous Spatial Pyramid Pooling (ASPP) is a semantic segmentation module for resampling a given feature layer at multiple rates prior to…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
DeepLabv3 설명 없음

Similar Papers 제목 키워드 기반

Classification-Based Self-Learning for Weakly Supervised Bilingual Lexicon Induction

2020-07-01 · ACL 2020 6 · Mladen Karan, Ivan Vuli{\'c}, Anna Korhonen, Goran Glava{\v{s}}

Effective projection-based cross-lingual word embedding (CLWE) induction critically relies on the iterative self-learning procedure. It gradually expands the initial small seed dictionary to learn improved cross-lingual …

Bilingual Lexicon InductionClassificationGeneral ClassificationSelf-Learning+1

Self-Supervised Difference Detection for Weakly-Supervised Semantic Segmentation

2019-11-04 · ICCV 2019 10 · Wataru Shimoda, Keiji Yanai

To minimize the annotation costs associated with the training of semantic segmentation models, researchers have extensively investigated weakly-supervised segmentation approaches. In the current weakly-supervised segment…

SegmentationSemantic SegmentationWeakly supervised segmentationWeakly supervised Semantic Segmentation+1

One Thing One Click: A Self-Training Approach for Weakly Supervised 3D Semantic Segmentation

2021-04-06 · CVPR 2021 1 · Zhengzhe Liu, Xiaojuan Qi, Chi-Wing Fu

Point cloud semantic segmentation often requires largescale annotated training data, but clearly, point-wise labels are too tedious to prepare. While some recent methods propose to train a 3D network with small percentag…

3D Semantic SegmentationRelation NetworkSegmentationSemantic Segmentation

SynthSeg-Agents: Multi-Agent Synthetic Data Generation for Zero-Shot Weakly Supervised Semantic Segmentation

2025-12-17 · Wangyu Wu, Zhenhong Chen, Xiaowei Huang, Fei Ma 외 arxiv

Weakly Supervised Semantic Segmentation (WSSS) with image level labels aims to produce pixel level predictions without requiring dense annotations. While recent approaches have leveraged generative models to augment exis…

Synthetic Data GenerationSemantic SegmentationImage Generation

Self Paced Deep Learning for Weakly Supervised Object Detection

2016-05-24 · Enver Sangineto, Moin Nabi, Dubravko Culibrk, Nicu Sebe

In a weakly-supervised scenario object detectors need to be trained using image-level annotation alone. Since bounding-box-level ground truth is not available, most of the solutions proposed so far are based on an iterat…

Deep LearningMultiple Instance LearningObjectobject-detection+2