Source-linked AI summary

Visual Saliency Based on Scale-Space Analysis in the Frequency Domain

Jian Li, Martin Levine, Xiangjing An, Xin Xu, Hangen He

arXiv:1605.01999v1cs.CV

TL;DR

The paper asks how bottom-up visual saliency can use global frequency information, represent non-saliency, and detect salient regions across scales. It proposes spectrum scale-space analysis of amplitude with preserved phase, using a Gaussian-filtered spectrum and Hypercomplex Fourier Transform. Experiments report prediction of human fixation data and human-labeled salient regions, while identifying failures on difficult images and uneven enhancement across object sizes.

  • Problem

    The paper addresses bottom-up saliency detection by seeking a frequency-domain treatment that represents non-saliency and handles salient regions of different sizes.

  • Method

    The method analyzes image amplitude spectrum scale-space, convolves it with a suitably scaled low-pass Gaussian kernel, preserves phase, and uses the Hypercomplex Fourier Transform for feature-map fusion.

  • Results

    The model predicts human fixation data and human-labeled object regions, while highlighting small and large salient regions and inhibiting repeated patterns.

  • Takeaways & Limitations

    The framework provides a unified frequency-domain account of multi-size saliency and treats SR and PFT as special cases at infinite scale.

  • Takeaways & Limitations

    HFT can fail on difficult images and may not enhance objects of different sizes uniformly because it selects one optimal scale for the final output.

Abstract

from arXiv · show

We address the issue of visual saliency from three perspectives. First, we consider saliency detection as a frequency domain analysis problem. Second, we achieve this by employing the concept of {\it non-saliency}. Third, we simultaneously consider the detection of salient regions of different size. The paper proposes a new bottom-up paradigm for detecting visual saliency, characterized by a scale-space analysis of the amplitude spectrum of natural images. We show that the convolution of the {\it image amplitude spectrum} with a low-pass Gaussian kernel of an appropriate scale is equivalent to such an image saliency detector. The saliency map is obtained by reconstructing the 2-D signal using the original phase and the amplitude spectrum, filtered at a scale selected by minimizing saliency map entropy. A Hypercomplex Fourier Transform performs the analysis in the frequency domain. Using available databases, we demonstrate experimentally that the proposed model can predict human fixation data. We also introduce a new image database and use it to show that the saliency detector can highlight both small and large salient regions, as well as inhibit repeated distractors in cluttered images. In addition, we show that it is able to predict salient regions on which people focus their attention.

1 INTRODUCTION

The paper frames bottom-up saliency detection as a frequency-domain problem centered on non-saliency and scale-dependent detection of regions of different sizes.

  • Bottom-up saliency selects attentional regions based on the input image rather than task-dependent top-down goals.
  • The paper models non-salient regions as common or uniform patterns instead of directly searching for irregular salient patterns.
  • The proposed paradigm uses global frequency information to analyze saliency rather than treating saliency solely as a local phenomenon.
  • The framework convolves the amplitude spectrum with a Gaussian kernel at an appropriate scale, enabling detection of small and large salient regions.
  • The paper contributes a frequency-domain paradigm, unified treatment of salient-region sizes, and an interpretation of SR, PFT, and the frequency-tuned model as special cases.

2 RELATED WORK

Earlier frequency-domain saliency methods replace or flatten amplitude information, motivating a framework that explains their behavior and restores amplitude-based information.

  • The saliency-map equations reconstruct the spatial signal from a modified amplitude term and the original phase, followed by presentation smoothing.
  • Spectrum Residual replaces the logarithmic amplitude spectrum with a residual while retaining the original phase to reconstruct a saliency map.
  • Replacing the spectrum residual with matched white noise produces nearly the same saliency map, indicating that the residual contains little saliency information.
  • Both SR and PFT implicitly replace the amplitude spectrum with a horizontal plane, so their reconstructions rely primarily on phase information.
  • For natural images, flattening amplitude suppresses lower frequencies and enhances higher frequencies, making SR and PFT resemble gradient operators with Gaussian post-processing.
  • The paper argues that abandoning amplitude information explains inadequate performance and motivates using both amplitude and phase in a new framework.

3 CONVOLUTION OF THE AMPLITUDE SPECTRUM WITH A LOW-PASS GAUSSIAN KERNEL EQUALS A SALIENCY DETECTOR

The paper models non-salient repeated patterns in the amplitude spectrum and suppresses them with low-pass Gaussian filtering. A scale-space of filtered spectra supports detection of salient regions across sizes while preserving salient departures from regular backgrounds.

  • 3.1 Suppressing Repeated Patterns for Saliency Pop-Out: Regular regions are modeled as repeated patterns that attract less attention than distinctive or anomalous regions.The model suppresses these common patterns to produce salient-object pop-out.
  • 3.2 Spikes in the Amplitude Spectrum Correspond to Repeated Patterns: Spikes in the amplitude spectrum correspond to repeated cycles, with sharper spikes produced by more repetitions.The reported sharpness values for three spectra are 0.2320, 0.6091, and 1.3227, respectively.
  • 3.2 Spikes in the Amplitude Spectrum Correspond to Repeated Patterns: When a salient segment is embedded in a periodic signal, repeated-background components create sharp spikes while salient components do not.The periodic component dominates spectral sharpness, allowing smoothing to suppress non-salient repetition.
  • 3.3 Suppressing Repeated Patterns Using Spectral Filtering: Gaussian smoothing of the amplitude spectrum, followed by reconstruction with the original phase, suppresses uniform and periodic backgrounds while preserving a distinct salient segment.The implementation reports better results when filtering the log amplitude spectrum rather than the amplitude spectrum.
  • 3.4 Spectrum Scale-Space Analysis: Filter scale controls the detected region size: smaller scales reveal broad regions, whereas larger scales reveal textured or distant small objects.An excessively small scale leaves repetitions insufficiently suppressed, while an excessively large scale emphasizes salient-region boundaries.
  • 3.4 Spectrum Scale-Space Analysis: Spectrum Scale-Space constructs a one-parameter family of amplitude spectra by convolving the image amplitude spectrum with Gaussian kernels at different scales.The resulting scale-dependent saliency maps provide alternatives for selecting a final map.

4 SALIENCY USING THE HYPERCOMPLEX FOURIER TRANSFORM (HFT)

The HFT model combines multiple feature maps, analyzes them in the frequency domain, and constructs saliency maps by smoothing amplitude spectra while preserving phase-related information. It selects a scale using entropy and border avoidance criteria.

  • Hypercomplex representation: HFT replaces the traditional Fourier Transform with a Hypercomplex Fourier Transform to combine multiple feature maps for saliency computation.The paper uses intensity and opponent-color features for static images, while noting that motion can also be incorporated.
  • Saliency-map construction: Each smoothed amplitude spectrum is recombined with the original phase and eigenaxis spectra and inverse-transformed to produce a saliency map at its corresponding scale.The resulting sequence of maps is denoted {S_k}, and the model is called HFT.
  • Frequency-domain analysis: The model forms a hypercomplex input from feature maps, computes amplitude, phase, and eigenaxis spectra, and smooths the amplitude spectrum with Gaussian kernels.This produces a spectrum scale space containing candidate amplitude spectra at different scales.
  • Scale selection: The final map is selected from the candidate maps using entropy-based scale selection together with a border avoidance strategy.The entropy criterion favors maps whose responses are concentrated rather than broadly distributed, while border avoidance penalizes strong border responses.
  • Scale selection: The scale parameter is set to 0.05 · W for visual display, and the paper notes that this choice influences ROC scores when predicting human fixation.The authors discuss this influence in a later section.
  • Scale selection: The proposed two-dimensional entropy smooths a saliency map with a low-pass Gaussian kernel before computing conventional entropy, thereby incorporating neighboring-pixel information.This addresses the limitation that conventional entropy ignores spatial structure; excessive smoothing can instead destroy small structures.

5 EXPERIMENTAL RESULTS

The experiments evaluate HFT on psychological patterns, human fixations, and human-labeled salient regions. HFT generally performs strongly, especially for large salient regions and cluttered scenes, while remaining limited by bottom-up cues in difficult images and by its single-scale output.

  • Psychological patterns and limitations: HFT can respond best to noisy patterns and distinguish salient bars or missing items, but it may miss task-relevant objects because it uses bottom-up low-level features.Reported failures include missing eyes, heads, or text when low-level features elsewhere attract the model.
  • Human fixation prediction: HFT obtains the highest-performing results in fixation comparisons, alongside Itti’s model in one calibrated comparison, and outperforms GBVS when both use optimal center-bias settings.The comparison notes that models in one subset require calibration because their border cuts differ.
  • Region-size responses: HFT and GBVS highlight large salient objects uniformly, whereas SR, PQFT, and AIM mainly enhance their boundaries.This pattern appears in both psychological-pattern tests and natural images with large salient regions.
  • Human-labeled salient regions: HFT correctly detects intermediate salient objects and suppresses repeating distractors, achieving the best performance for repeating-object scenes.HFT and GBVS detect multiple flowers uniformly, while HFT and GBVS suppress repeated objects; HFT also performs best in that category.
  • Human-labeled salient regions: HFT only slightly outperforms other methods for small salient regions, where some competing models occasionally fail to suppress distractors.The small-region images contain distant objects and distractors such as skylines.

6 CONCLUSIONS

The paper presents a frequency-domain saliency framework that analyzes amplitude-spectrum scale space, highlights salient regions across sizes, and inhibits repeated patterns. Experiments show prediction of human fixations and labeled object regions, while performance remains limited by scale selection and the use of only low-level features.

  • 6 CONCLUSIONS: The framework analyzes amplitude-spectrum scale space by convolving the image amplitude spectrum with a low-pass Gaussian kernel at an appropriate scale.The final saliency map is reconstructed using the original phase and scale-filtered amplitude spectrum.
  • 6 CONCLUSIONS: It highlights both small and large salient regions while inhibiting repeated patterns in cluttered images.
  • 6 CONCLUSIONS: Experiments indicate that the model predicts human fixation data and object regions labeled by humans.The evaluation used synthetic data and natural images and compared the method with state-of-the-art algorithms.
  • 6 CONCLUSIONS: Entropy was used to select the optimal scale automatically, but manually selecting the scale produced much higher performance.
  • 6 CONCLUSIONS: Selecting only the optimal-scale map discards other maps that may contain meaningful saliency information, and top-down cues are proposed for future improvement.
Loading 1605.01999v1…