Skip to content

phuselab/CLE

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
img
 
 
 
 
 
 
 
 
 
 
 
 

Constrained Levy Exploration (CLE)

demo

Description

Generates a visual scanpath by computing gaze shifts as Levy flights on any kind of saliency map (bottom-up or top-down) computed for the given image. Basically a simple, but slightly enhanced, implementation of the algorithm described in the original paper of Boccignone & Ferraro [1]. The only variant with respect to [1] is the use of an internal simulation step along which a number of candidate gaze shifts is sampled [2].

Requirements

$ pip install -r requirements.txt

Executing the demo

To simulate from the model run the following command (it is assumed that saliency map is already computed, if you want to compute it on your own, you may want to use something like this for a low-level one)

$ python3 demo_CLE.py

References

  1. Boccignone, G., Cuculo, V., & D’Amelio, A. (2019, October). How to Look Next? A Data-Driven Approach for Scanpath Prediction. In International Symposium on Formal Methods (pp. 131-145). Springer, Cham.

  2. Boccignone, G., Cuculo, V., & D’Amelio, A. (2019, September). Problems with saliency maps. In International Conference on Image Analysis and Processing (pp. 35-46). Springer, Cham.

  3. Boccignone, G., & Ferraro, M. (2013). Feed and fly control of visual scanpaths for foveation image processing. Annals of telecommunications-annales des télécommunications, 68(3-4), 201-217.

  4. Boccignone, G., & Ferraro, M. (2004). Modelling gaze shift as a constrained random walk. Physica A: Statistical Mechanics and its Applications, 331(1-2), 207-218.

About

Constrained Levy Exploration (CLE) generates a scanpath computing eye movements as Levy flight on a saliency map.

Topics

Resources

License

Stars

Watchers

Forks

Languages