🔥 Check out the demo here: Hugging Face Space - TempSAL
An example of how human attention evolves over time. Top row: Temporal (shown in orange) and image (shown in pink) saliency ground truth from the SALICON dataset. Bottom row: Our temporal and image saliency predictions. Each temporal saliency map
Project page and Supplementary material: https://ivrl.github.io/Tempsal/
Install the packages with pip using the following command under src/ folder.
pip install -r requirements.txt
Download the model checkpoint from: https://drive.google.com/drive/folders/1W92oXYra_OPYkR1W56D80iDexWIR7f7Z?usp=sharing
Follow the instructions on inference.ipynb. This notebook provides predictions on temporal and image saliency together.
Download temporal saliency ground-truth saliency maps and fixations produced from the SALICON dataset : https://drive.google.com/drive/folders/1afangzz2JFxRfRkQ-shjnhp8OyJCXL3G?usp=drive_link
Alternatively, you can use generate_volumes.py to produce temporal saliency slices in desired intervals&numbers.
For temporal saliency training and predictions, see: https://github.com/LudoHoff/TemporalSaliencyPrediction
If you make use of our work, please cite our paper:
@InProceedings{aydemir2023tempsal,
title = {TempSAL - Uncovering Temporal Information for Deep Saliency Prediction},
author = {Aydemir, Bahar and Hoffstetter, Ludo and Zhang, Tong and Salzmann, Mathieu and S{\"u}sstrunk, Sabine},
booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
year = {2023},
}
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.