paper-with-me

홈 › Papers

Tell Me Where to Look: Guided Attention Inference Network

2018-02-27 · CVPR 2018 6 · Kunpeng Li, Ziyan Wu, Kuan-Chuan Peng, Jan Ernst, Yun Fu

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.

📄 PDF Abstract BibTeX arXiv:1802.10171

Code (2)

AustinDoolittle/Pytorch-Gain pytorch
ilyak93/GAIN-pytorch pytorch

Tasks

Object LocalizationSemantic SegmentationWeakly-supervised Learning

Similar Papers 제목 키워드 기반

Tell Model Where to Look: Mitigating Hallucinations in MLLMs by Vision-Guided Attention

2025-11-25 · Jianfei Zhao, Feng Zhang, Xin Sun, Chong Feng 외 arxiv

Visual attention serves as the primary mechanism through which MLLMs interpret visual information; however, its limited localization capability often leads to hallucinations. We observe that although MLLMs can accurately…

Image CaptioningVisual Grounding

Channel Pruning Guided by Spatial and Channel Attention for DNNs in Intelligent Edge Computing

2020-11-08 · Mengran Liu, Weiwei Fang, Xiaodong Ma, Wenyuan Xu 외

Deep Neural Networks (DNNs) have achieved remarkable success in many computer vision tasks recently, but the huge number of parameters and the high computation overhead hinder their deployments on resource-constrained ed…

Edge-computing

Vegas: Self-Speculative Decoding with Verification-Guided Sparse Attention

2026-02-06 · Yikang Yue, Yuqi Xue, Jian Huang arxiv

Long-context large language model (LLM) inference has become the norm for today's AI applications. However, it is severely bottlenecked by the increasing memory demands of its KV cache. Previous works have shown that sel…

LookWise: Knowing When and Where to Look for Fine-Grained Visual Reasoning in Multimodal Large Language Models

2026-02-26 · Yuxiang Shen, Hailong Huang, Zhenkun Gao, Xueheng Li 외 arxiv

Multimodal Large Language Models (MLLMs) are shifting towards "Thinking with Images" by actively exploring image details. While effective, large-scale training is computationally expensive, which has spurred growing inte…

Visual Reasoning

STAR: Stage-Wise Attention-Guided Token Reduction for Efficient Large Vision-Language Models Inference

2025-05-18 · Yichen Guo, Hanze Li, Zonghao Zhang, Jinhao You 외

Although large vision-language models (LVLMs) leverage rich visual token representations to achieve strong performance on multimodal tasks, these tokens also introduce significant computational overhead during inference.…

Token Reduction