paper-with-me

홈 › Papers

Shallow Feature Matters for Weakly Supervised Object Localization

2021-08-02 · CVPR 2021 1 · Jun Wei, Qin Wang, Zhen Li, Sheng Wang, S. Kevin Zhou, Shuguang Cui

Weakly supervised object localization (WSOL) aims to localize objects by only utilizing image-level labels. Class activation maps (CAMs) are the commonly used features to achieve WSOL. However, previous CAM-based methods did not take full advantage of the shallow features, despite their importance for WSOL. Because shallow features are easily buried in background noise through conventional fusion. In this paper, we propose a simple but effective Shallow feature-aware Pseudo supervised Object Localization (SPOL) model for accurate WSOL, which makes the utmost of low-level features embedded in shallow layers. In practice, our SPOL model first generates the CAMs through a novel element-wise multiplication of shallow and deep feature maps, which filters the background noise and generates sharper boundaries robustly. Besides, we further propose a general class-agnostic segmentation model to achieve the accurate object mask, by only using the initial CAMs as the pseudo label without any extra annotation. Eventually, a bounding box extractor is applied to the object mask to locate the target. Experiments verify that our SPOL outperforms the state-of-the-art on both CUB-200 and ImageNet-1K benchmarks, achieving 93.44% and 67.15% (i.e., 3.93% and 2.13% improvement) Top-5 localization accuracy, respectively.

📄 PDF Abstract BibTeX arXiv:2108.00873

Code (1)

weijun88/SPOL 공식 구현 pytorch

Tasks

ObjectObject LocalizationPseudo LabelWeakly-Supervised Object Localization

Similar 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- …

SegmentationSemantic SegmentationWeakly supervised Semantic SegmentationWeakly-Supervised Semantic Segmentation

Pseudo-mask Matters in Weakly-supervised Semantic Segmentation

2021-08-30 · ICCV 2021 10 · Yi Li, Zhanghui Kuang, Liyang Liu, Yimin Chen 외

Most weakly supervised semantic segmentation (WSSS) methods follow the pipeline that generates pseudo-masks initially and trains the segmentation model with the pseudo-masks in fully supervised manner after. However, we …

SegmentationSemantic SegmentationWeakly supervised Semantic SegmentationWeakly-Supervised Semantic Segmentation

Small Objects Matters in Weakly-supervised Semantic Segmentation

2023-09-25 · Cheolhyun Mun, Sanghuk Lee, Youngjung Uh, Junsuk Choe 외

Weakly-supervised semantic segmentation (WSSS) performs pixel-wise classification given only image-level labels for training. Despite the difficulty of this task, the research community has achieved promising results ove…

Semantic SegmentationWeakly supervised Semantic SegmentationWeakly-Supervised Semantic Segmentation

Normalization Matters in Weakly Supervised Object Localization

2021-07-28 · ICCV 2021 10 · Jeesoo Kim, Junsuk Choe, Sangdoo Yun, Nojun Kwak

Weakly-supervised object localization (WSOL) enables finding an object using a dataset without any localization information. By simply training a classification model using only image-level annotations, the feature map o…

ObjectObject LocalizationWeakly-Supervised Object Localization

Large Loss Matters in Weakly Supervised Multi-Label Classification

2022-06-08 · CVPR 2022 1 · Youngwook Kim, Jae Myung Kim, Zeynep Akata, Jungwoo Lee

Weakly supervised multi-label classification (WSML) task, which is to learn a multi-label classification using partially observed labels per image, is becoming increasingly important due to its huge annotation cost. In t…

ClassificationMemorizationMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATION