SOTAVerified

Sparse and Continuous Attention Mechanisms

2020-06-12NeurIPS 2020Code Available1· sign in to hype

André F. T. Martins, António Farinhas, Marcos Treviso, Vlad Niculae, Pedro M. Q. Aguiar, Mário A. T. Figueiredo

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Exponential families are widely used in machine learning; they include many distributions in continuous and discrete domains (e.g., Gaussian, Dirichlet, Poisson, and categorical distributions via the softmax transformation). Distributions in each of these families have fixed support. In contrast, for finite domains, there has been recent work on sparse alternatives to softmax (e.g. sparsemax and alpha-entmax), which have varying support, being able to assign zero probability to irrelevant categories. This paper expands that work in two directions: first, we extend alpha-entmax to continuous domains, revealing a link with Tsallis statistics and deformed exponential families. Second, we introduce continuous-domain attention mechanisms, deriving efficient gradient backpropagation algorithms for alpha in 1,2. Experiments on attention-based text classification, machine translation, and visual question answering illustrate the use of continuous attention in 1D and 2D, showing that it allows attending to time intervals and compact regions.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
VQA v2 test-dev2D continuous softmaxAccuracy65.96Unverified
VQA v2 test-std2D continuous softmaxoverall66.27Unverified

Reproductions