b

DiscoverSearch
About
My stuff
The perceptual boost of visual attention is task-dependent in naturalistic settings
2020·arXiv
ABSTRACT
ABSTRACT

Top-down attention allows people to focus on task-relevant visual information. Is the resulting perceptual boost task-dependent in naturalistic settings? We aim to answer this with a large-scale computational experiment. First, we design a collection of visual tasks, each consisting of classifying images from a chosen task set (subset of ImageNet categories). The nature of a task is determined by which categories are included in the task set. Second, on each task we train an attention-augmented neural network and then compare its accuracy to that of a baseline network. We show that the perceptual boost of attention is stronger with increasing task-set difficulty, weaker with increasing task-set size and weaker with increasing perceptual similarity within a task set.

By modulating neural representations of visual stimuli, top-down attention enables prioritised processing of task-relevant information. Past work has shown that this mechanism enhances people’s perceptual abilities and that its influence varies between visual tasks (Carrasco, 2011). Does this hold for a broad range of naturalistic tasks, like recognising an object in an everyday scene? To our knowledge, the literature lacks a systematic characterisation of this issue. At the same time, thanks to faster computers and larger sets of annotated data, it has become straightforward to train deep convolutional neural networks to perform such visual tasks (Krizhevsky et al, 2012). Analyses have shown that these networks are state-of-the-art computational models of the human visual system (Yamins & DiCarlo, 2016). Hence there is a gap in the visual-attention literature, and there is a computational-modelling technique that has only recently become practically usable and validated by neuroscience. Our work addresses the gap with the modelling technique. By studying the performance of neural networks on a number of visual tasks, we seek to establish how the perceptual boost of attention varies with the nature of a task.

Each task we consider consists of classifying images from a chosen task set, a subset of categories from the ImageNet dataset (Russakovsky et al, 2015). We define three quantitative dimensions along which a task set can vary: difficulty, size and perceptual similarity (see Section 2.1 for definitions). Our hypothesis is that each of these task-set properties is important in determining the perceptual boost of attention on a task. We base this on observations and intuitions. First, ImageNet categories are known to range in difficulty, likely due to variation in factors such as object scale, image clutter and shape distinctiveness (Russakovsky et al, 2015). If attention interacts with such factors, its impact on perception could be expected to vary with task-set difficulty. Second, increasing the breadth of a task (eg, performing classification on examples from a larger number of categories) generally introduces more severe tradeoffs when learning to weight the features of neural representations. If this is true, and if attention is framed as modulating representations, the size of a task set should influence how effectively attention can act. Third, defining attention as before, the similarity of representations within a task set might affect how usefully attention can shape them.

Our experiment1 is based on a collection of task sets that vary with respect to the task-set properties we define. For each task set, we construct an attention-augmented neural network (more concisely, an attention network) by taking an ImageNet-pretrained VGG16 (Simonyan & Zisserman, 2015), fixing its weights and inserting a trainable attention mechanism. Then we train the attention network solely on images from the task set. The perceptual boost of attention is measured by comparing the accuracy of this optimised attention network to the accuracy of a baseline network. In this way, we gather evidence to assess how attention’s impact on perception varies with task-set properties.

2.1 TASK-SET PROPERTIES

Let task set C be a subset of the 1000 image categories in the ImageNet dataset. We define three task-set properties: difficulty, size and perceptual similarity. By choosing which categories to include in a task set, we control its properties. The difficulty of C is the mean error rate of an ImageNet-pretrained VGG16 on categories in C:

image

where accuracy takes values between 0 and 1. The size of C is the number of categories it contains:

image

The perceptual similarity of C is the mean pairwise similarity of the categories in it:

image

where I is an indicator function and  s(ci, cj)is the cosine similarity between the average representations of categories  ciand  cj. That is,

image

where  Xcis the subset of the training images for which the label is c, and VGG′denotes VGG16 with its final layer removed.

2.2 NEURAL NETWORKS

We use an ImageNet-pretrained VGG16 as a foundational neural network, and incorporate visual attention as a linear modulation of neural representations (Lindsay & Miller, 2018). VGG16 computes a probability distribution over the 1000 possible states of the category label, c, for a given image, x:

image

The network can be decomposed into two parts. The convolutional layers, VGG1, transform x to a latent representation, z. The fully-connected layers, VGG2, transform z to p(c|x). That is,

image

We define attention to be the multiplication of z by nonnegative attention weights, a. Our attention network computes

image

where  ⊙denotes an elementwise multiplication. We treat the pretrained VGG1and VGG2as fixed functions. The attention weights are the only trainable parameters and are initialised to 1.

2.3 EXPERIMENT DESIGN

Using the task-set properties defined in Section 2.1, we assemble three groups of task sets. Difficulty-based task sets vary substantially in difficulty but not in size or perceptual similarity. Size-based task sets are diverse in size but similar in difficulty and perceptual similarity. Similarity-based task sets have a wide range of perceptual-similarity values but constant size and near-constant difficulty.

For each task set, we construct a new attention network and train it solely on images from the task set. Then we compare the accuracy of this attention network to the accuracy of a baseline network (a task-agnostic attention network trained on all ImageNet categories). We make this comparison on examples both from within the task set (giving the change in in-set accuracy) and from outside the set (giving the change in out-of-set accuracy). Our primary interest is the perceptual boost that attention produces on the task for which it is optimised (ie, the change in in-set accuracy), but for completeness we also include results for out-of-set accuracy. Figure 1 summarises our approach.

image

Figure 1: Procedure for measuring how the nature of an image-classification task, controlled by the choice of task set, affects the accuracy change produced by attention. This is performed for each task set.

For all tasks, applying attention results in higher in-set accuracy and lower out-of-set accuracy (see Figure 2 and Table 1). This effect is stronger with increasing task-set difficulty, weaker with increasing task-set size and weaker with increasing perceptual similarity within a task set.

image

Figure 2: Accuracy change produced by attention on 25 difficulty-based task sets (left), 20 size-based task sets (middle) and 40 similarity-based task sets (right). Task-set size is transformed logarithmically with base 2. Least-squares linear regression is applied to each subset of results, from A⃝to F⃝; predictions of the linear models are shown as broken lines.

image

Table 1: Relationships between the three task-set properties defined in Section 2.1 (the controlled experimental variables) and the accuracy change produced by attention (the measured experimental variable). Five statistics are shown for each subset of results, fromA⃝to F⃝: Spearman’s  ρ; Kendall’s τb; coefficient of determination,  R2; regression intercept,  β0; regression slope,  β1. For each value of  ρ, τb, β0and  β1, except those in parentheses, p < 0.001.

The task-set properties defined in Section 2.1 have significant influence on the perceptual boost of visual attention (see Section 3). First, the more difficult a task set is, the greater the impact of attention on in-set accuracy (the performance measure we focus on in this discussion). This is perhaps because attention mitigates the effects of factors that contribute towards difficulty (eg, object scale, image clutter and shape distinctiveness). Second, increasing the number of categories in a task set results in a weaker attention-induced boost to in-set accuracy. The mechanism underlying this might be to do with the weight tradeoffs involved when training a neural network (Sutton et al, 2006). A visual feature might be discriminative for images from some categories but confounding for images from others; the weight placed on that feature is determined by its net contribution to accuracy across the whole training set. Optimising weights on a restricted set of categories (all tasks sets in our experiment contain at most 256 categories) corresponds to a relaxation of this weight tradeoff, allowing the network to make use of features that previously might have been dominated by others. (Similar logic might explain the difficulty result: high-difficulty categories are those whose most indicative features are most severely drowned out in the training process; specialising on fewer categories has an outsized effect for more difficult task sets.) Third, the greater the perceptual similarity of image categories within a task set, the less pronounced the impact of attention on performance. This could be because images from similar categories are represented alike in neural activations (this is how we define perceptual similarity) and a linear reweighting by attention does not much enhance the network’s ability to discriminate between them.

The perceptual boost of visual attention varies substantially between naturalistic tasks. As well as informing further basic research on attention, this finding has practical implications for neuralnetwork designers deciding whether to use a visual-attention mechanism. Empirically testing our suggested explanations of the results would be an interesting direction for future work. So would a study of the perceptual boost of attention when there is covariance between task-set properties (our experiment was designed to minimise this).

We thank Edward Grefenstette for helpful discussions. This work was supported by NIH Grant 1P01HD080679, Wellcome Trust Investigator Award WT106931MA and Royal Society Wolfson Fellowship 183029 to Bradley C Love.

Carrasco (2011). Visual attention: the past 25 years. Vision Research.

Krizhevsky, Sutskever, Hinton (2012). ImageNet classification with deep convolutional neural net- works. Neural Information Processing Systems.

Lindsay, Miller (2018). How biological attention mechanisms improve task performance in a large- scale visual system model. eLife.

Russakovsky, Deng, Su, Krause, Satheesh, Ma, Huang, Karpathy, Khosla, Bernstein, Berg, Fei-Fei (2015). ImageNet Large Scale Visual Recognition Challenge. International Journal of Computer Vision.

Simonyan, Zisserman (2015). Very deep convolutional networks for large-scale image recognition. International Conference on Learning Representations.

Sutton, Sindelar, McCallum (2006). Reducing weight undertraining in structured discriminative learning. Human Language Technology Conference of the NAACL.

Yamins, DiCarlo (2016). Using goal-driven deep learning models to understand sensory cortex. Nature Neuroscience.


Designed for Accessibility and to further Open Science