Questions tagged [saliency-map]
4 questions
1
vote
0 answers
What exactly do gradient-based saliency map tell us?
As far as I understand, gradients are supposed to tell us 1) the magnitude and 2) direction, to update a parameter such as to minimize the loss function.
Regarding saliency maps, which use gradients with respect to the input, do the gradients give…

user452306
- 21
- 3
0
votes
1 answer
What would be a good cost function based on both saliency-maps and labels?
I have a number of input samples where: every input sample has both a label and a reference-map. This reference-map gives a score to each location of an input sample. The score defines how much this location of the input sample SHOULD contribute to…

Wtt
- 1
- 1
0
votes
0 answers
In this paper, how does scaling the filter instead of the image generate saliency maps of the same size and resolution as the input image?
In this paper, in section 3.1, the authors state
Scaling the filter instead of the image allows the generation of saliency maps of the same size and resolution as the input image.
How is this possible?
From what I have understood, the process of…
user48670
0
votes
1 answer
In this paper, if region $R_{2}$ moves in a sliding window manner, won't the saliency map have a smaller size than the original image?
In the paper Salient Region Detection and Segmentation, I have a question pertaining to section 3 on the convolution-like operation being performed. I had already asked a few questions about the paper previously, for which I received an answer here.…
user48670