paper-with-me

Papers

Adversarial Complementary Learning for Weakly Supervised Object Localization

2018-04-19 · CVPR 2018 6 · Xiaolin Zhang, Yunchao Wei, Jiashi Feng, Yi Yang, Thomas Huang

In this work, we propose Adversarial Complementary Learning (ACoL) to automatically localize integral objects of semantic interest with weak supervision. We first mathematically prove that class localization maps can be obtained by directly selecting the class-specific feature maps of the last convolutional layer, which paves a simple way to identify object regions. We then present a simple network architecture including two parallel-classifiers for object localization. Specifically, we leverage one classification branch to dynamically localize some discriminative object regions during the forward pass. Although it is usually responsive to sparse parts of the target objects, this classifier can drive the counterpart classifier to discover new and complementary object regions by erasing its discovered regions from the feature maps. With such an adversarial learning, the two parallel-classifiers are forced to leverage complementary object regions for classification and can finally generate integral object localization together. The merits of ACoL are mainly two-fold: 1) it can be trained in an end-to-end manner; 2) dynamically erasing enables the counterpart classifier to discover complementary object regions more effectively. We demonstrate the superiority of our ACoL approach in a variety of experiments. In particular, the Top-1 localization error rate on the ILSVRC dataset is 45.14%, which is the new state-of-the-art.

📄 PDF Abstract BibTeX arXiv:1804.06962

Code (2)

Hayashi-Yudai/ML_models tf
junkwhinger/adversarial_complementary_learning pytorch

Tasks

General ClassificationObjectObject LocalizationWeakly-Supervised Object Localization

Similar Papers 제목 키워드 기반

Weakly Supervised Object Detection with Segmentation Collaboration

2019-04-01 · ICCV 2019 10 · Xiaoyan Li, Meina Kan, Shiguang Shan, Xilin Chen

Weakly supervised object detection aims at learning precise object detectors, given image category labels. In recent prevailing works, this problem is generally formulated as a multiple instance learning module guided by…

General Classificationimage-classificationImage ClassificationMultiple Instance Learning+5

Anti-Adversarially Manipulated Attributions for Weakly Supervised Semantic Segmentation and Object Localization

2022-04-11 · Jungbeom Lee, Eunji Kim, Jisoo Mok, Sungroh Yoon

Obtaining accurate pixel-level localization from class labels is a crucial process in weakly supervised semantic segmentation and object localization. Attribution maps from a trained classifier are widely used to provide…

Adversarial AttackObjectObject LocalizationSemantic Segmentation+4

DANet: Divergent Activation for Weakly Supervised Object Localization

2019-10-01 · ICCV 2019 10 · Haolan Xue, Chang Liu, Fang Wan, Jianbin Jiao 외

Weakly supervised object localization remains a challenge when learning object localization models from image category labels. Optimizing image classification tends to activate object parts and ignore the full object ext…

ClassificationGeneral Classificationimage-classificationImage Classification+3

Improving Weakly-Supervised Object Localization Using Adversarial Erasing and Pseudo Label

2024-04-15 · Byeongkeun Kang, Sinhae Cha, Yeejin Lee

Weakly-supervised learning approaches have gained significant attention due to their ability to reduce the effort required for human annotations in training neural networks. This paper investigates a framework for weakly…

ObjectObject LocalizationPseudo LabelWeakly-supervised Learning+1

Generative Adversarial Networks for Unsupervised Object Co-localization

2018-06-01 · Junsuk Choe, Joo Hyun Park, Hyunjung Shim

This paper introduces a novel approach for unsupervised object co-localization using Generative Adversarial Networks (GANs). GAN is a powerful tool that can implicitly learn unknown data distributions in an unsupervised …

DiversityObjectObject Localization