English

SalGAN: Visual Saliency Prediction with Generative Adversarial Networks

Computer Vision and Pattern Recognition 2018-07-03 v3

Abstract

We introduce SalGAN, a deep convolutional neural network for visual saliency prediction trained with adversarial examples. The first stage of the network consists of a generator model whose weights are learned by back-propagation computed from a binary cross entropy (BCE) loss over downsampled versions of the saliency maps. The resulting prediction is processed by a discriminator network trained to solve a binary classification task between the saliency maps generated by the generative stage and the ground truth ones. Our experiments show how adversarial training allows reaching state-of-the-art performance across different metrics when combined with a widely-used loss function like BCE. Our results can be reproduced with the source code and trained models available at https://imatge-upc.github.io/saliency-salgan-2017/.

Keywords

Cite

@article{arxiv.1701.01081,
  title  = {SalGAN: Visual Saliency Prediction with Generative Adversarial Networks},
  author = {Junting Pan and Cristian Canton Ferrer and Kevin McGuinness and Noel E. O'Connor and Jordi Torres and Elisa Sayrol and Xavier Giro-i-Nieto},
  journal= {arXiv preprint arXiv:1701.01081},
  year   = {2018}
}

Comments

Submitted for review to Computer Vision and Image Understanding (CVIU)

R2 v1 2026-06-22T17:41:12.262Z