Weakly-Supervised Object Localization

76 papers with code • 8 benchmarks • 3 datasets

Weakly supervised object localization (WSOL) learns to localize objects with only image-level labels, no object level labels (bonding boxes, etc.,) is needed. It is more attractive since image-level labels are much easier and cheaper to obtain.

Libraries

Use these libraries to find Weakly-Supervised Object Localization models and implementations

Expeditious Saliency-guided Mix-up through Random Gradient Thresholding

minhlong94/random-mixup 9 Dec 2022

Mix-up training approaches have proven to be effective in improving the generalization ability of Deep Neural Networks.

8
09 Dec 2022

Max Pooling with Vision Transformers reconciles class and shape in weakly supervised semantic segmentation

deepplants/vit-pcm 31 Oct 2022

On the other hand, WSSS methods based on Vision Transformers (ViT) have not yet explored valid alternatives to CAM.

16
31 Oct 2022

Dual Progressive Transformations for Weakly Supervised Semantic Segmentation

huodongjian0603/crt 30 Sep 2022

Weakly supervised semantic segmentation (WSSS), which aims to mine the object regions by merely using class-level labels, is a challenging task in computer vision.

20
30 Sep 2022

Re-Attention Transformer for Weakly Supervised Object Localization

su-hui-zz/reattentiontransformer 3 Aug 2022

Weakly supervised object localization is a challenging task which aims to localize objects with coarse annotations such as image categories.

27
03 Aug 2022

Weakly Supervised Object Localization via Transformer with Implicit Spatial Calibration

164140757/scm 21 Jul 2022

Weakly Supervised Object Localization (WSOL), which aims to localize objects by only using image-level labels, has attracted much attention because of its low annotation cost in real applications.

28
21 Jul 2022

On Label Granularity and Object Localization

visipedia/inat_loc 20 Jul 2022

Weakly supervised object localization (WSOL) aims to learn representations that encode object location using only image-level category labels.

13
20 Jul 2022

Bagging Regional Classification Activation Maps for Weakly Supervised Object Localization

zh460045050/bagcams 16 Jul 2022

Classification activation map (CAM), utilizing the classification structure to generate pixel-wise localization maps, is a crucial mechanism for weakly supervised object localization (WSOL).

11
16 Jul 2022

CREAM: Weakly Supervised Object Localization via Class RE-Activation Mapping

jazzcharles/cream CVPR 2022

In this paper, we empirically prove that this problem is associated with the mixup of the activation values between less discriminative foreground regions and the background.

10
27 May 2022

ViTOL: Vision Transformer for Weakly Supervised Object Localization

saurav-31/vitol 14 Apr 2022

Common challenges that image classification models encounter when localizing objects are, (a) they tend to look at the most discriminative features in an image that confines the localization map to a very small region, (b) the localization maps are class agnostic, and the models highlight objects of multiple classes in the same image and, (c) the localization performance is affected by background noise.

29
14 Apr 2022

Total Variation Optimization Layers for Computer Vision

raymondyeh07/tv_layers_for_cv CVPR 2022

To study question (a), in this work, we propose total variation (TV) minimization as a layer for computer vision.

43
07 Apr 2022