paper-with-me

Papers

Learning to Exploit the Prior Network Knowledge for Weakly-Supervised Semantic Segmentation

2018-04-13 · Carolina Redondo-Cabrera, Marcos Baptista-Ríos, Roberto J. López-Sastre

Training a Convolutional Neural Network (CNN) for semantic segmentation typically requires to collect a large amount of accurate pixel-level annotations, a hard and expensive task. In contrast, simple image tags are easier to gather. With this paper we introduce a novel weakly-supervised semantic segmentation model able to learn from image labels, and just image labels. Our model uses the prior knowledge of a network trained for image recognition, employing these image annotations as an attention mechanism to identify semantic regions in the images. We then present a methodology that builds accurate class-specific segmentation masks from these regions, where neither external objectness nor saliency algorithms are required. We describe how to incorporate this mask generation strategy into a fully end-to-end trainable process where the network jointly learns to classify and segment images. Our experiments on PASCAL VOC 2012 dataset show that exploiting these generated class-specific masks in conjunction with our novel end-to-end learning process outperforms several recent weakly-supervised semantic segmentation methods that use image tags only, and even some models that leverage additional supervision or training data.

📄 PDF Abstract BibTeX arXiv:1804.04882

Code (1)

gramuah/weakly-supervised-segmentation 공식 구현

Tasks

SegmentationSemantic SegmentationWeakly supervised Semantic SegmentationWeakly-Supervised Semantic Segmentation

Similar Papers 제목 키워드 기반

Exploiting Web Images for Weakly Supervised Object Detection

2017-07-27 · Qingyi Tao, Hao Yang, Jianfei Cai

In recent years, the performance of object detection has advanced significantly with the evolving deep convolutional neural networks. However, the state-of-the-art object detection methods still rely on accurate bounding…

DiversityObjectobject-detectionObject Detection+2

Incorporating Network Built-in Priors in Weakly-supervised Semantic Segmentation

2017-06-06 · Fatemeh Sadat Saleh, Mohammad Sadegh Aliakbarian, Mathieu Salzmann, Lars Petersson 외

Pixel-level annotations are expensive and time consuming to obtain. Hence, weak supervision using only image tags could have a significant impact in semantic segmentation. Recently, CNN-based methods have proposed to fin…

Object RecognitionSegmentationSemantic SegmentationTAG+2

Leveraging Instance-, Image- and Dataset-Level Information for Weakly Supervised Instance Segmentation

2020-09-10 · Yun Liu, Yu-Huan Wu, Pei-Song Wen, Yu-Jun Shi 외

Weakly supervised semantic instance segmentation with only image-level supervision, instead of relying on expensive pixel wise masks or bounding box annotations, is an important problem to alleviate the data-hungry natur…

Image-level Supervised Instance SegmentationInstance SegmentationMultiple Instance LearningSegmentation+3

Learning Transferrable Knowledge for Semantic Segmentation with Deep Convolutional Neural Network

2015-12-24 · CVPR 2016 6 · Seunghoon Hong, Junhyuk Oh, Bohyung Han, Honglak Lee

We propose a novel weakly-supervised semantic segmentation algorithm based on Deep Convolutional Neural Network (DCNN). Contrary to existing weakly-supervised approaches, our algorithm exploits auxiliary segmentation ann…

DecoderForeground SegmentationSegmentationSemantic Segmentation+2

Exploiting saliency for object segmentation from image level labels

2017-01-28 · CVPR 2017 7 · Seong Joon Oh, Rodrigo Benenson, Anna Khoreva, Zeynep Akata 외

There have been remarkable improvements in the semantic labelling task in the recent years. However, the state of the art methods rely on large-scale pixel-level annotations. This paper studies the problem of training a …

ObjectSemantic Segmentation