Rarity is computed on color features only. This model is a "feature engineered saliency model". Just apply it one your images. A full paper can be found here : Main Rare2007 paper. If you use R2007, please cite :
@inproceedings{mancas2008relative, title={Relative influence of bottom-up and top-down attention}, author={Mancas, Matei}, booktitle={International Workshop on Attention in Cognitive Systems}, pages={212--226}, year={2008}, organization={Springer} }
Just type in Matlab:
>> example
The main function takes an image and shows results.
The result from this code is the raw data which will not let you reproduce exactly the paper results. For this purpose you still need to low-pass filter the results and, for natural images datasets (such as MIT1003 ...), add also a centred Gaussian.
Figure 1: Input image
Figure 2: Saliency map
The codes were tested with the following configuration:
Matlab
This code is free to use, modify or integrate in other projects if the final code is for research and non-profit purposes and if our paper is cited in the code and any publication based on this code. This code is NOT free for commercial use. For commercial use, please contact [email protected]
This code is provided 'as is' with no waranty or responsability from the authors or their institution.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.