paper-with-me

홈 › Papers

A Probabilistic Hard Attention Model For Sequentially Observed Scenes

2021-11-15 · Samrudhdhi B. Rangrej, James J. Clark

A visual hard attention model actively selects and observes a sequence of subregions in an image to make a prediction. The majority of hard attention models determine the attention-worthy regions by first analyzing a complete image. However, it may be the case that the entire image is not available initially but instead sensed gradually through a series of partial observations. In this paper, we design an efficient hard attention model for classifying such sequentially observed scenes. The presented model never observes an image completely. To select informative regions under partial observability, the model uses Bayesian Optimal Experiment Design. First, it synthesizes the features of the unobserved regions based on the already observed regions. Then, it uses the predicted features to estimate the expected information gain (EIG) attained, should various regions be attended. Finally, the model attends to the actual content on the location where the EIG mentioned above is maximum. The model uses a) a recurrent feature aggregator to maintain a recurrent state, b) a linear classifier to predict the class label, c) a Partial variational autoencoder to predict the features of unobserved regions. We use normalizing flows in Partial VAE to handle multi-modality in the feature-synthesis problem. We train our model using a differentiable objective and test it on five datasets. Our model gains 2-10% higher accuracy than the baseline models when both have seen only a couple of glimpses.

📄 PDF Abstract BibTeX arXiv:2111.07534

Code (1)

samrudhdhirangrej/probabilistic-hard-attention 공식 구현 pytorch

Tasks

Hard Attention

Methods 이 논문이 사용한 방법론

Normalizing Flows Normalizing Flows are a method for constructing complex distributions by transforming a probability density through a series of invertible mappings. By repeatedly applying…

Similar Papers 제목 키워드 기반

Latent Alignment and Variational Attention

2018-07-10 · NeurIPS 2018 12 · Yuntian Deng, Yoon Kim, Justin Chiu, Demi Guo 외

Neural attention has become central to many state-of-the-art models in natural language processing and related domains. Attention networks are an easy-to-train and effective method for softly simulating alignment; howeve…

Hard AttentionMachine TranslationQuestion AnsweringTranslation+3

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

An Impartial Transformer for Story Visualization

2023-01-09 · Nikolaos Tsakas, Maria Lymperaiou, Giorgos Filandrianos, Giorgos Stamou

Story Visualization is an advanced task of computed vision that targets sequential image synthesis, where the generated samples need to be realistic, faithful to their conditioning and sequentially consistent. Our work p…

Image GenerationStory Visualization

Bayesian Estimation of White Matter Atlas from High Angular Resolution Diffusion Imaging

2013-10-10 · Jia Du, Alvina Goh, Anqi Qiu

We present a Bayesian probabilistic model to estimate the brain white matter atlas from high angular resolution diffusion imaging (HARDI) data. This model incorporates a shape prior of the white matter anatomy and the li…

Anatomy

Variational Probabilistic Fusion Network for RGB-T Semantic Segmentation

2023-07-17 · Baihong Lin, Zengrong Lin, Yulan Guo, Yulan Zhang 외

RGB-T semantic segmentation has been widely adopted to handle hard scenes with poor lighting conditions by fusing different modality features of RGB and thermal images. Existing methods try to find an optimal fusion feat…

SegmentationSemantic SegmentationThermal Image Segmentation