alexanderkroner commited on
Commit
ad64f84
1 Parent(s): 62cf953

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -1
README.md CHANGED
@@ -10,4 +10,19 @@ pinned: false
10
  license: mit
11
  ---
12
 
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  license: mit
11
  ---
12
 
13
+ 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://www.sciencedirect.com/science/article/pii/S0893608020301660) (2020) and on [arXiv](https://arxiv.org/abs/1902.06634). If you find the model or results useful, please cite the following paper:
14
+
15
+ ```
16
+ @article{kroner2020contextual,
17
+ title={Contextual encoder-decoder network for visual saliency prediction},
18
+ author={Kroner, Alexander and Senden, Mario and Driessens, Kurt and Goebel, Rainer},
19
+ url={http://www.sciencedirect.com/science/article/pii/S0893608020301660},
20
+ doi={https://doi.org/10.1016/j.neunet.2020.05.004},
21
+ journal={Neural Networks},
22
+ publisher={Elsevier},
23
+ year={2020},
24
+ volume={129},
25
+ pages={261--270},
26
+ issn={0893-6080}
27
+ }
28
+ ```