##Information
name: AlexNet finetuned on the Salient Object Subitizing (SOS) dataset, which is described in the CVPR'15 paper: "Salient Object Subitizing"
caffemodel: AlexNet_SalObjSub.caffemodel
caffemodel_url: http://www.cs.bu.edu/groups/ivc/data/SOS/AlexNet_SalObjSub.caffemodel
license: http://creativecommons.org/licenses/by-nc/4.0/ (non-commercial use only)
caffe_version: compatible with the Caffe master branch
gist_id: 0585ed9428dc5222981f
The model predicts the existence and the number (0, 1, 2, 3 and 4+) of salient objects in an image:
Salient Object Subitizing
J. Zhang, S. Ma, M. Sameki, S. Sclaroff, M. Betke, Z. Lin, X. Shen, B. Price and R. Mech.
CVPR, 2015.
Please cite the paper if you use the model. See our project page for more details:
http://www.cs.bu.edu/groups/ivc/Subitizing/
The model outputs a 5D probability vector for a test image. The each value in the 5D vector corresponds to the likelihood that this image contains 0, 1, 2, 3 and 4+ salient objects. In our experiments, test images are resized to 227X227, regardless of the original aspect ratios.
For example applications in salient object detection and object proposal generation, please see the paper.