Contextual Encoder-Decoder Network for Visual Saliency Prediction
Alexander Kroner, Mario Senden, Kurt Driessens, Rainer Goebel
TL;DR
This work addresses predicting human visual saliency maps in natural scenes by leveraging semantic, multi-scale information. It proposes a lightweight encoder–decoder CNN based on a VGG16 backbone, augmented with an ASPP multi-scale module and a global context pathway to produce density maps at the input resolution. Training uses the $D_{KL}$ loss with Adam ($lr=10^{-6}$), after pretraining on ImageNet and Places2 and pretraining on SALICON before fine-tuning on five datasets. The approach achieves competitive or state-of-the-art performance among VGG16-based models with favorable efficiency, making it suitable for robotics and browser-based applications, and ablation confirms the value of multi-scale context and ASPP.
Abstract
Predicting salient regions in natural images requires the detection of objects that are present in a scene. To develop robust representations for this challenging task, high-level visual features at multiple spatial scales must be extracted and augmented with contextual information. However, existing models aimed at explaining human fixation maps do not incorporate such a mechanism explicitly. Here we propose an approach based on a convolutional neural network pre-trained on a large-scale image classification task. The architecture forms an encoder-decoder structure and includes a module with multiple convolutional layers at different dilation rates to capture multi-scale features in parallel. Moreover, we combine the resulting representations with global scene information for accurately predicting visual saliency. Our model achieves competitive and consistent results across multiple evaluation metrics on two public saliency benchmarks and we demonstrate the effectiveness of the suggested approach on five datasets and selected examples. Compared to state of the art approaches, the network is based on a lightweight image classification backbone and hence presents a suitable choice for applications with limited computational resources, such as (virtual) robotic systems, to estimate human fixations across complex natural scenes.
