Open mourad1081 opened 5 years ago
"I have never seen a loss function which compares positive examples and negative examples" Hi mourad1081, what do you mean by comparing positive examples with negative examples? Do you mean like comparing Positive C3D features with negative C3D features examples?
I have never seen a loss function which compare positive examples and negative examples. All the loss function I have seen so far (i'm still a student) compare the true value of y with an estimated value of y.
I am a bit confused, thus I have some questions :
(I will re-read the paper again and delete some questions if I find an anwser.)
Is it a common way to implement loss functions like yours (by comparing a positive example with a negative one)? Why is it more efficient than simply comparing the true value of y with the estimated value of y as in classical statistical methods.
Is there a technical term for that kind of loss function? I have searched on Google about "ranking learning" and found a book called "Learning to Rank for Information Retrieval". Am I searching in the right direction?
You say in the article: "Recently, deep ranking networks have been used in several computer vision applications and have shown state-of-the-art performances." I have never encountered the notion of "deep ranking networks" in my degree. Does that notion mean "A deep neural network where the loss function gives a ranking score." ? If not, what is it then? When I search on Google, the only thing I find is a paper called Learning Fine-grained Image Similarity with Deep Ranking but no Wiki page, nor any webpage explaining what is a ranking network.