Saliency models are evaluated by thresholding the predicted continuous saliency map S(x) at the top n% of image pixels (n∈{1,3,5,10,15,20,25,30}) and measuring the percentage of true human fixations captured within that salient area:
- Full Model Performance: The combined model containing all 33 features outperforms all single-feature models and baselines (including Itti-Koch, Torralba-Rosenholtz, and Cerf et al.), achieving 88% of human-level performance. At a threshold of 20% salient area, the full model captures 75% of human fixations compared to 85% for human-to-human prediction.
- Performance Without Center Prior: The model using all features except the center prior captures 60% of human fixations at the 20% salient threshold. This matches the standalone performance of the center-distance feature alone (~60%), despite the all-features-without-center model receiving no spatial location information.
- Feature Ablation Impact: Measuring the performance increase gained by adding individual feature sets to the center-distance prior shows that steerable pyramid subbands and Torralba subband features yield the largest performance gain, followed by color features, horizon detection, object detectors (face/person), and Itti-Koch channels.
- Object Detector Features: While face and person detectors achieve lower standalone ROC scores across full images due to the absence of targets in many scenes, their inclusion provides substantial performance boosts on target-containing images.