Graph-Based Visual Saliency
Jonathan HarelChristof KochPietro Perona
Proposes Graph-Based Visual Saliency (GBVS), a biologically plausible attention model that uses Markov chains over graphs for feature activation and normalization to predict human eye fixations with substantially higher accuracy than classical algorithms.
A new bottom-up visual saliency model called Graph-Based Visual Saliency (GBVS) was developed to predict where humans will fixate when viewing natural images. The work addresses the long-standing challenge of identifying the most informative locations in a scene without top-down guidance, a capability with direct value for image compression, object recognition, and other vision systems that must allocate limited processing resources efficiently.
The authors organized existing saliency methods into three stages—feature extraction, activation map formation, and normalization or combination—and introduced graph algorithms based on Markov chains to handle the second and third stages. They constructed fully connected graphs over feature maps in which edge weights reflected both dissimilarity between locations and spatial proximity; the equilibrium distribution of a random walk on each graph then served as either an activation map or a concentrated saliency map. The approach was tested on 749 modified versions of 108 foliage images that contained 24,149 recorded human fixations, with performance measured by the area under the ROC curve that quantified how well each saliency map predicted fixation locations.
GBVS reached 98 percent of the ROC area achieved by a human-based control and substantially outperformed the classical Itti–Koch algorithms, which reached only 84 percent. Graph-based activation proved more effective than center-surround or self-information methods, while graph-based normalization concentrated activation more reliably than difference-of-Gaussians, max-average, or nonlinear-interaction schemes. The performance advantage arose in part from an emergent center bias that matched human viewing tendencies and from greater robustness when salient regions lay far from object borders.
These results indicate that pairwise contrast and mass-concentration operations computed on graphs can produce saliency maps that align more closely with human attention than the dominant existing techniques. The improvement is large enough to matter for practical systems that rely on accurate prediction of fixation locations, and the method remains simple enough to implement in parallel hardware.
The base model can be extended to multiple spatial resolutions with only modest extra computation, yielding further gains. Additional testing on wider image categories and direct integration into downstream tasks such as recognition or compression would clarify the practical benefit. The present evaluation is limited to a single class of natural scenes and to fixations from a small number of observers, so generalization to other domains or viewing conditions remains to be confirmed.
- Paper: A Model of Saliency-Based Visual Attention for Rapid Scene Analysis, L. Itti et al. (1998). Reading Itti, Koch, and Niebur's pioneering saliency model first provides the foundational bottom-up architecture and biological motivation that the source paper directly extends and improves.
- Paper: Deep Inside Convolutional Networks: Visualising Image Classification Models and Saliency Maps, Karen Simonyan et al. (2013). This paper builds directly on visual saliency principles by introducing gradient-based saliency maps to interpret and visualize deep convolutional classification models.
