paper-with-me

Papers

Webly Supervised Semantic Segmentation

2017-07-01 · CVPR 2017 7 · Bin Jin, Maria V. Ortiz Segovia, Sabine Susstrunk

We propose a weakly supervised semantic segmentation algorithm that uses image tags for supervision. We apply the tags in queries to collect three sets of web images, which encode the clean foregrounds, the common back- grounds, and realistic scenes of the classes. We introduce a novel three-stage training pipeline to progressively learn semantic segmentation models. We first train and refine a class-specific shallow neural network to obtain segmentation masks for each class. The shallow neural networks of all classes are then assembled into one deep convolutional neural network for end-to-end training and testing. Experiments show that our method notably outperforms previous state-of-the-art weakly supervised semantic segmentation approaches on the PASCAL VOC 2012 segmentation bench- mark. We further apply the class-specific shallow neural networks to object segmentation and obtain excellent results.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

SegmentationSemantic SegmentationWeakly supervised Semantic SegmentationWeakly-Supervised Semantic Segmentation

Similar Papers 제목 키워드 기반

Webly Supervised Image Classification with Metadata: Automatic Noisy Label Correction via Visual-Semantic Graph

2020-10-12 · Jingkang Yang, Weirong Chen, Litong Feng, Xiaopeng Yan 외

Webly supervised learning becomes attractive recently for its efficiency in data expansion without expensive human labeling. However, adopting search queries or hashtags as web labels of images for training brings massiv…

General ClassificationGraph Neural Networkimage-classificationImage Classification+2

Bootstrapping the Performance of Webly Supervised Semantic Segmentation

2018-06-01 · CVPR 2018 6 · Tong Shen, Guosheng Lin, Chunhua Shen, Ian Reid

Fully supervised methods for semantic segmentation require pixel-level class masks to train, the creation of which are expensive in terms of manual labour and time. In this work, we focus on weak supervision, developing …

SegmentationSemantic SegmentationTransfer LearningWeakly supervised Semantic Segmentation+1

Webly Supervised Fine-Grained Recognition: Benchmark Datasets and An Approach

2021-08-05 · ICCV 2021 10 · Zeren Sun, Yazhou Yao, Xiu-Shen Wei, Yongshun Zhang 외

Learning from the web can ease the extreme dependence of deep learning on large-scale manually labeled datasets. Especially for fine-grained recognition, which targets at distinguishing subordinate categories, it will si…

Benchmarking

Image to Video Domain Adaptation Using Web Supervision

2019-08-05 · Andrew Kae, Yale Song

Training deep neural networks typically requires large amounts of labeled data which may be scarce or expensive to obtain for a particular target domain. As an alternative, we can leverage webly-supervised data (i.e. res…

Domain Adaptation

Learning without Prejudice: Avoiding Bias in Webly-Supervised Action Recognition

2017-06-14 · Christian Rupprecht, Ansh Kapil, Nan Liu, Lamberto Ballan 외

Webly-supervised learning has recently emerged as an alternative paradigm to traditional supervised learning based on large-scale datasets with manual annotations. The key idea is that models such as CNNs can be learned …

Action RecognitionOptical Flow EstimationTemporal Action LocalizationVideo Understanding