File size: 1,001 Bytes
a8cc2eb
62cf953
a8cc2eb
62cf953
a8cc2eb
 
62cf953
a8cc2eb
 
 
 
 
14a6a7a
ad64f84
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
title: Visual Saliency Prediction
emoji: 
colorFrom: pink
colorTo: blue
sdk: gradio
sdk_version: 4.26.0
app_file: app.py
pinned: false
license: mit
---

This demo is based on the implementation of MSI-Net (multi-scale information network), as described in the Neural Networks paper [Contextual encoder-decoder network for visual saliency prediction](https://doi.org/10.1016/j.neunet.2020.05.004) (2020) and on [arXiv](https://doi.org/10.48550/arXiv.1902.06634). If you find the model or results useful, please cite the following paper:

```
@article{kroner2020contextual,
  title={Contextual encoder-decoder network for visual saliency prediction},
  author={Kroner, Alexander and Senden, Mario and Driessens, Kurt and Goebel, Rainer},
  url={http://www.sciencedirect.com/science/article/pii/S0893608020301660},
  doi={https://doi.org/10.1016/j.neunet.2020.05.004},
  journal={Neural Networks},
  publisher={Elsevier},
  year={2020},
  volume={129},
  pages={261--270},
  issn={0893-6080}
}
```