# Understanding and Visualizing Deep Visual Saliency Models

**Authors:** Sen He, Hamed R. Tavakoli, Ali Borji, Yang Mi, and Nicolas Pugeault

arXiv: 1903.02501 · 2019-04-04

## TL;DR

This paper analyzes deep visual saliency models to understand their learned representations, how they differ from human attention, and how fine-tuning affects their internal features and performance across different stimuli.

## Contribution

It provides a detailed analysis of neuron representations in deep saliency models, comparing fixed and fine-tuned encoders across tasks and stimuli types.

## Key findings

- Pre-trained models encode some visual regions relevant to saliency.
- Fine-tuning biases models toward certain categories.
- Models outperform classical methods on natural images but not on synthetic stimuli.

## Abstract

Recently, data-driven deep saliency models have achieved high performance and have outperformed classical saliency models, as demonstrated by results on datasets such as the MIT300 and SALICON. Yet, there remains a large gap between the performance of these models and the inter-human baseline. Some outstanding questions include what have these models learned, how and where they fail, and how they can be improved. This article attempts to answer these questions by analyzing the representations learned by individual neurons located at the intermediate layers of deep saliency models. To this end, we follow the steps of existing deep saliency models, that is borrowing a pre-trained model of object recognition to encode the visual features and learning a decoder to infer the saliency. We consider two cases when the encoder is used as a fixed feature extractor and when it is fine-tuned, and compare the inner representations of the network. To study how the learned representations depend on the task, we fine-tune the same network using the same image set but for two different tasks: saliency prediction versus scene classification. Our analyses reveal that: 1) some visual regions (e.g. head, text, symbol, vehicle) are already encoded within various layers of the network pre-trained for object recognition, 2) using modern datasets, we find that fine-tuning pre-trained models for saliency prediction makes them favor some categories (e.g. head) over some others (e.g. text), 3) although deep models of saliency outperform classical models on natural images, the converse is true for synthetic stimuli (e.g. pop-out search arrays), an evidence of significant difference between human and data-driven saliency models, and 4) we confirm that, after-fine tuning, the change in inner-representations is mostly due to the task and not the domain shift in the data.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1903.02501/full.md

## Figures

83 figures with captions in the complete paper: https://tomesphere.com/paper/1903.02501/full.md

## References

32 references — full list in the complete paper: https://tomesphere.com/paper/1903.02501/full.md

---
Source: https://tomesphere.com/paper/1903.02501