paper-with-me

홈 › Papers

Conditionally Learn to Pay Attention for Sequential Visual Task

2019-11-11 · Jun He, Quan-Jie Cao, Lei Zhang

Sequential visual task usually requires to pay attention to its current interested object conditional on its previous observations. Different from popular soft attention mechanism, we propose a new attention framework by introducing a novel conditional global feature which represents the weak feature descriptor of the current focused object. Specifically, for a standard CNN (Convolutional Neural Network) pipeline, the convolutional layers with different receptive fields are used to produce the attention maps by measuring how the convolutional features align to the conditional global feature. The conditional global feature can be generated by different recurrent structure according to different visual tasks, such as a simple recurrent neural network for multiple objects recognition, or a moderate complex language model for image caption. Experiments show that our proposed conditional attention model achieves the best performance on the SVHN (Street View House Numbers) dataset with / without extra bounding box; and for image caption, our attention model generates better scores than the popular soft attention model.

📄 PDF Abstract BibTeX arXiv:1911.04365

Code (1)

caoquanjie/ConditionalLearnToPayAttention 공식 구현 tf

Tasks

Language ModelingLanguage Modelling

Similar Papers 제목 키워드 기반

Noise-tolerant Audio-visual Online Person Verification using an Attention-based Neural Network Fusion

2018-11-27 · Suwon Shon, Tae-Hyun Oh, James Glass

In this paper, we present a multi-modal online person verification system using both speech and visual signals. Inspired by neuroscientific findings on the association of voice and face, we propose an attention-based end…

Saliency-based Sequential Image Attention with Multiset Prediction

2017-11-14 · NeurIPS 2017 12 · Sean Welleck, Jialin Mao, Kyunghyun Cho, Zheng Zhang

Humans process visual scenes selectively and sequentially using attention. Central to models of human visual attention is the saliency map. We propose a hierarchical visual architecture that operates on a saliency map an…

ClassificationGeneral Classificationimage-classificationImage Classification+5

TabAttention: Learning Attention Conditionally on Tabular Data

2023-10-27 · Michal K. Grzeszczyk, Szymon Płotka, Beata Rebizant, Katarzyna Kosińska-Kaczyńska 외

Medical data analysis often combines both imaging and tabular data processing using machine learning algorithms. While previous studies have investigated the impact of attention mechanisms on deep learning models, few ha…

Conditionally Optimistic Exploration for Cooperative Deep Multi-Agent Reinforcement Learning

2023-03-16 · Xutong Zhao, Yangchen Pan, Chenjun Xiao, Sarath Chandar 외

Efficient exploration is critical in cooperative deep Multi-Agent Reinforcement Learning (MARL). In this work, we propose an exploration method that effectively encourages cooperative exploration based on the idea of seq…

Efficient ExplorationMulti-agent Reinforcement Learningreinforcement-learningReinforcement Learning+1

Rapid Adaptation with Conditionally Shifted Neurons

2017-12-28 · ICML 2018 7 · Tsendsuren Munkhdalai, Xingdi Yuan, Soroush Mehri, Adam Trischler

We describe a mechanism by which artificial neural networks can learn rapid adaptation - the ability to adapt on the fly, with little data, to new tasks - that we call conditionally shifted neurons. We apply this mechani…

Few-Shot Image Classification