850 likes | 1.09k Views
Saliency או בולטות ויזואלית אם תרצו. Presented to : Prof. Hagit Hel-Or. Presented by: Avner Gidron. Saliency – definition . Saliency is defined as the most Prominent part
E N D
Saliency או בולטות ויזואלית אם תרצו Presented to : Prof. Hagit Hel-Or Presented by: AvnerGidron
Saliency – definition • Saliency is defined as the most Prominent part • of the picture. In the last lecture Reemhas defined it as a part that takes at least one half of the pixels in the picture. We’ll see that it is not always the case, and Saliency has more than one definition.
Saliency – definition What is salient here?
Saliency – definition Answer:
Saliency – definition Here we can see that although the grass has more Variance in color and texture the horse is the salient part.
Saliency – definition Image can have more than one salient area, and As a result areas that are more salient than others: Also salient, but less. Salient areas:
Saliency – definition Our objective – saliency map:
A possible answer: Two segments: • The swimmer • The background
Motivation - application Image mosaicking: the salient details are preserved, with the use of smaller building blocks.
Motivation - application Painterly rendering – the fine details of the dominant objects are maintained, abstracting the background input Painterly rendering
So, what are we going to see today? • Explanation on Saliency in human eyes. • Automatic detecting single objects (Local). • Automatic detecting fixation points (Global). • Global + Local approach.
Saliency in human eyes Our eyes detect Saliency by: • First, the parallel, fast, but simple pre-attentive process, attracted to: • Movement. • High contrast . • Intensity. Will be attracted here
Saliency in human eyes Then, the serial, slow but complex attention process, that takes the points found in the first stage and chooses which one to focus on while detecting new information.
Saliency in human eyes Slow attention process – example: And then notice the cat and Baby. Firs focus here:
Saliency in human eyes Example for saliency map by eye tracking:
Detecting single objects One approach to saliency is to consider saliency as a single object prominent in the image An Algorithm using this approach is the Spectral Residual Approach
Spectral Residual Approach Try to remember from IP lessons. What did we say that image Consists of? That’s right!!! Frequencies
Spectral Residual Approach (1) Terns out, that if we will take the average frequency domain of many natural images, it will look like this:
Spectral Residual Approach (2) Based on this notion, if we take the average frequency domain and subtract it from a specific Image frequency domain we will get Spectral Residual
Spectral Residual Approach The log spec. 𝓁 of Image is defined in matlab as: ImageTransform= fft2(Image); logSpec= log(1+ abs(ImageTransform));
Spectral Residual Approach will be defined as a blurring matrix sized :
Spectral Residual Approach Generally one takes average over many images to get the average spec but because we have only one image We can convolute it with to get an approximation. Then we can get:
Spectral Residual Approach At this stage, we’ll perform inverse fft and go back to The space domain. In matlab: SaliencyImage= ifft2(ImageSpecResidual);
Spectral Residual Approach And we will take a threshold to determine the Object map: The saliency map:
Detecting fixation points Another approach is to detect points in the image where the human eye would be fixated on. Not like spectral residual approach, which finds a single point, this approach may find more than one point. One algorithm that uses this approach is the one based on Information Maximization.
Information Maximization Before we start, let’s define a few things Self information: For a probabilistic event, with a probability of p(x), the self information is defined as:
Information Maximization An Attribute of self information is that the smaller the probability the larger the self information For example: But in self information:
Information Maximization Another thing we’ll explain is what does Independent Component Analysis (ICA) Algorithm. Given a random vector representing the data and a random vector representing the components, the task Is to transform the observed data , using a linear Static transformation as into maximally independent components .
Information Maximization ICA numeric example: We can see that is independent, and we would like to find .
Information Maximization The answer:
Information Maximization And in signals:
Information Maximization – ICA vs PCA PCA, Principal Components Analysis- a statistic method for finding a low dim. Representation for a large dimensional data. * Fourier basis are PCA components of natural images
Information Maximization – ICA vs PCA The different between them is that PCA find his Components one after the other, in a greedy way, finding the largest component each time, while paying attention to ortogonalty. the ICA works in parallel finding all the components at once, while paying attention to independency.
Information Maximization – max info algorithm We start with a collection of 360,000 Random patches and activate ICA on them, to get A which is a set of Basis Function.
Information Maximization – max info algorithm Now, we have the basis function that “created” the image, and we would like to know what are the coefficients of each basis function per pixel. We take the pseudoinverse of A, and multiply it with the image:
Information Maximization – max info algorithm The result of the unmixing is a set of coefficients. For pixel at location denote the i‘th coefficient , where his value is : In one dim:
Information Maximization – max info algorithm For each pixel at the location , we denote the probability that by . evaluates how “likely” the coefficient values at pixel are, compered to the neighboring pixel coefficients. We compute first the likelihood of each coefficient of separately.
Information Maximization – max info algorithm Similarity of the coefficients A little bit of math: distance of s,tto j,k. This Gaussian measures how “stable” are the coefficients where 𝛹 is pixel neighborhood, and describes the distance of s,tto j,k.
Information Maximization – max info algorithm We can see that for pixel j,k its coefficients are different from its surround. That’s Why is big and the prob. is low. On the contrary for pixel m,l, its coefficients are similar to The ones in its surrounding and that’s way this prob. Is high Pixel j,k Pixel m,l
Information Maximization – max info algorithm after computing the likelihood of each coefficient of separately, we denote – as:
Information Maximization – max info algorithm The more similar the pixel coefficients are to it’s neighbor‘s coefficients the lower the prob. And thus The smaller the self information, and vice versa.
Information Maximization For example in the follow image we can see that the white area will have little “stability” in the coefficients, and therefore small P(X) and so it will have large S.I. We can also notice that that fact go hand in hand with This area being prominent. Large self information
Information Maximization – max info algorithm Now, we can take the values of the self information and turn it in to a saliency map!!
Information Maximization – max info algorithm And the results are: Information max. Human eye original