SYNTOLOGY HomeExplorerAtlasCodeMethodologyAboutDevelopersFeedPricing
Paper · 1802.10171 · 2018

Tell Me Where to Look: Guided Attention Inference Network

arXiv · PDF · Open in the Atlas

Code that ran

We lifted 3 functions out of this paper's own repositories and ran 3 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.

RepositoryRoleRan
ilyak93/GAIN-pytorch reimplementation 2 of 2
AustinDoolittle/Pytorch-Gain reimplementation 1 of 1
FunctionStatusWhere it lives
is_bn Ran ilyak93/GAIN-pytorch/models/batch_GAIN_VOC_mutilabel_singlebatch.py
pointer only (licence: NONE) · get_code("a6bdc65eba7b90fd")
scalar Ran AustinDoolittle/Pytorch-Gain/gain.py
pointer only (licence: NONE) · get_code("2d63bbceb62fc65a")
take_bn_layers Ran ilyak93/GAIN-pytorch/models/batch_GAIN_VOC_mutilabel_singlebatch.py
pointer only (licence: NONE) · get_code("dd15a729c505a7ad")

Repositories linked to this paper

Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.

Abstract

Weakly supervised learning with only coarse labels can obtain visual explanations of deep neural network such as attention maps by back-propagating gradients. These attention maps are then available as priors for tasks such as object localization and semantic segmentation. In one common framework we address three shortcomings of previous approaches in modeling such attention maps: We (1) first time make attention maps an explicit and natural component of the end-to-end training, (2) provide self-guidance directly on these maps by exploring supervision form the network itself to improve them, and (3) seamlessly bridge the gap between using weak and extra supervision if available. Despite its simplicity, experiments on the semantic segmentation task demonstrate the effectiveness of our methods. We clearly surpass the state-of-the-art on Pascal VOC 2012 val. and test set. Besides, the proposed framework provides a way not only explaining the focus of the learner but also feeding back with direct guidance towards specific tasks. Under mild assumptions our method can also be understood as a plug-in to existing weakly supervised learners to improve their generalization performance.

For agents

The same record, over MCP at https://syntology.ai/mcp:

get_harvested_code_for_paper("1802.10171")
get_code_for_paper("1802.10171")
have("1802.10171")

Connect an agent — have() is free.